Searched defs:MakeExecutable (Results 1 – 3 of 3) sorted by relevance
/art/compiler/ | ||
D | common_compiler_test.cc | 50 void CommonCompilerTest::MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method) { in MakeExecutable() function in art::CommonCompilerTest |
/art/dex2oat/driver/ | ||
D | compiler_driver_test.cc | 80 void MakeExecutable(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::CompilerDriverTest |
/art/runtime/ | ||
D | runtime_callbacks_test.cc | 78 void MakeExecutable(ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::RuntimeCallbacksTest |