Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.h54 const void* MakeExecutable(ArrayRef<const uint8_t> code,
58 void MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method)
Dcommon_compiler_test.cc141 const void* CommonCompilerTestImpl::MakeExecutable(ArrayRef<const uint8_t> code, in MakeExecutable() function in art::CommonCompilerTestImpl
149 void CommonCompilerTestImpl::MakeExecutable(ArtMethod* method, in MakeExecutable() function in art::CommonCompilerTestImpl
154 const void* code_ptr = MakeExecutable(compiled_method->GetQuickCode(), in MakeExecutable()
271 MakeExecutable(method, compiled_method); in CompileMethod()
/art/dex2oat/driver/
Dcompiler_driver_test.cc80 void MakeExecutable(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::CompilerDriverTest
90 CommonCompilerTest::MakeExecutable(method, compiled_method); in MakeExecutable()
106 MakeExecutable(&m); in MakeDexFileExecutable()
/art/runtime/
Druntime_callbacks_test.cc78 void MakeExecutable(ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::RuntimeCallbacksTest
169 MakeExecutable(soa.Decode<mirror::Class>(WellKnownClasses::java_lang_Thread)); in TEST_F()
/art/compiler/optimizing/
Dcodegen_test_utils.h258 code_holder.MakeExecutable(allocator.GetMemory(), ArrayRef<const uint8_t>(), target_isa); in Run()