Searched refs:MakeExecutable (Results 1 – 5 of 5) sorted by relevance
81 void MakeExecutable(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::CompilerDriverTest90 method_code = CommonCompilerTest::MakeExecutable(compiled_method->GetQuickCode(), in MakeExecutable()112 MakeExecutable(&m); in MakeDexFileExecutable()
211 const void* CommonCompilerTestImpl::MakeExecutable(ArrayRef<const uint8_t> code, in MakeExecutable() function in art::CommonCompilerTestImpl305 const void* method_code = MakeExecutable(storage.GetCode(), in CompileMethod()
58 const void* MakeExecutable(ArrayRef<const uint8_t> code,
78 void MakeExecutable(ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::RuntimeCallbacksTest168 MakeExecutable(WellKnownClasses::java_lang_Thread.Get()); in TEST_F()
255 code_holder.MakeExecutable(codegen.GetCode(), ArrayRef<const uint8_t>(), target_isa); in Run()