Home
last modified time | relevance | path

Searched refs:MakeExecutable (Results 1 – 5 of 5) sorted by relevance

/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
90 method_code = CommonCompilerTest::MakeExecutable(compiled_method->GetQuickCode(), in MakeExecutable()
112 MakeExecutable(&m); in MakeDexFileExecutable()
/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
305 const void* method_code = MakeExecutable(storage.GetCode(), in CompileMethod()
H A Dcommon_compiler_test.h58 const void* MakeExecutable(ArrayRef<const uint8_t> code,
/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
168 MakeExecutable(WellKnownClasses::java_lang_Thread.Get()); in TEST_F()
/aosp_15_r20/art/compiler/optimizing/
H A Dcodegen_test_utils.h255 code_holder.MakeExecutable(codegen.GetCode(), ArrayRef<const uint8_t>(), target_isa); in Run()