Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.h50 void MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method)
53 static void MakeExecutable(const void* code_start, size_t code_length);
Dcommon_compiler_test.cc50 void CommonCompilerTest::MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method) { in MakeExecutable() function in art::CommonCompilerTest
80 MakeExecutable(code_ptr, code.size()); in MakeExecutable()
92 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) { in MakeExecutable() function in art::CommonCompilerTest
210 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
157 MakeExecutable(soa.Decode<mirror::Class>(WellKnownClasses::java_lang_Thread)); in TEST_F()
/art/compiler/optimizing/
Dcodegen_test_utils.h262 CommonCompilerTest::MakeExecutable(allocator.GetMemory().data(), allocator.GetMemory().size()); in Run()