Home
last modified time | relevance | path

Searched defs:MakeExecutable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/compiler/
H A Dcommon_compiler_test.cc211 const void* CommonCompilerTestImpl::MakeExecutable(ArrayRef<const uint8_t> code, in MakeExecutable() function in art::CommonCompilerTestImpl
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver_test.cc81 void MakeExecutable(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::CompilerDriverTest
/aosp_15_r20/art/runtime/
H A Druntime_callbacks_test.cc78 void MakeExecutable(ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::RuntimeCallbacksTest