Searched refs:MakeExecutable (Results 1 – 5 of 5) sorted by relevance
54 const void* MakeExecutable(ArrayRef<const uint8_t> code,58 void MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method)
141 const void* CommonCompilerTestImpl::MakeExecutable(ArrayRef<const uint8_t> code, in MakeExecutable() function in art::CommonCompilerTestImpl149 void CommonCompilerTestImpl::MakeExecutable(ArtMethod* method, in MakeExecutable() function in art::CommonCompilerTestImpl154 const void* code_ptr = MakeExecutable(compiled_method->GetQuickCode(), in MakeExecutable()271 MakeExecutable(method, compiled_method); in CompileMethod()
80 void MakeExecutable(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::CompilerDriverTest90 CommonCompilerTest::MakeExecutable(method, compiled_method); in MakeExecutable()106 MakeExecutable(&m); in MakeDexFileExecutable()
78 void MakeExecutable(ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable() function in art::RuntimeCallbacksTest169 MakeExecutable(soa.Decode<mirror::Class>(WellKnownClasses::java_lang_Thread)); in TEST_F()
258 code_holder.MakeExecutable(allocator.GetMemory(), ArrayRef<const uint8_t>(), target_isa); in Run()