Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc44 void CommonCompilerTest::MakeExecutable(ArtMethod* method) { in MakeExecutable() function in art::CommonCompilerTest
105 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) { in MakeExecutable() function in art::CommonCompilerTest
118 void CommonCompilerTest::MakeExecutable(ObjPtr<mirror::ClassLoader> class_loader, in MakeExecutable() function in art::CommonCompilerTest
/art/runtime/
Druntime_callbacks_test.cc74 void MakeExecutable(ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::RuntimeCallbacksTest