Searched refs:MakeExecutable (Results 1 – 5 of 5) sorted by relevance
50 void MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method)53 static void MakeExecutable(const void* code_start, size_t code_length);
50 void CommonCompilerTest::MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method) { in MakeExecutable() function in art::CommonCompilerTest80 MakeExecutable(code_ptr, code.size()); in MakeExecutable()92 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) { in MakeExecutable() function in art::CommonCompilerTest210 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::RuntimeCallbacksTest157 MakeExecutable(soa.Decode<mirror::Class>(WellKnownClasses::java_lang_Thread)); in TEST_F()
262 CommonCompilerTest::MakeExecutable(allocator.GetMemory().data(), allocator.GetMemory().size()); in Run()