Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc61 void CommonCompilerTest::MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method) { in MakeExecutable() function in art::CommonCompilerTest
103 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) { in MakeExecutable() function in art::CommonCompilerTest
/art/dex2oat/driver/
Dcompiler_driver_test.cc80 void MakeExecutable(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::CompilerDriverTest
/art/runtime/
Druntime_callbacks_test.cc78 void MakeExecutable(ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::RuntimeCallbacksTest