Home
last modified time | relevance | path

Searched refs:SetEntryPointFromQuickCompiledCode (Results 1 – 9 of 9) sorted by relevance

/art/compiler/
Dexception_test.cc110 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
115 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
/art/runtime/
Dart_method.h502 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) in SetEntryPointFromQuickCompiledCode() function
Druntime.cc2550 method->SetEntryPointFromQuickCompiledCode(GetQuickImtConflictStub()); in CreateImtConflictMethod()
2572 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in CreateResolutionMethod()
Dinstrumentation.cc251 method->SetEntryPointFromQuickCompiledCode(quick_code); in UpdateEntryPoints()
Dclass_linker.cc2017 method.SetEntryPointFromQuickCompiledCode(interpreter::GetNterpEntryPoint()); in AddImageSpace()
2019 method.SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in AddImageSpace()
5076 out->SetEntryPointFromQuickCompiledCode(GetQuickProxyInvokeHandler()); in CreateProxyMethod()
9881 method->SetEntryPointFromQuickCompiledCode(GetInvokeObsoleteMethodStub()); in SetEntryPointsForObsoleteMethod()
/art/runtime/jit/
Djit_code_cache.cc1176 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniStub()); in GarbageCollectCache()
/art/runtime/arch/
Dstub_test.cc1733 contains_amethod->SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>( in TEST_F()
/art/runtime/jni/
Djni_internal_test.cc632 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub()); in SetUpForTest()
/art/compiler/jni/
Djni_compiler_test.cc258 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub()); in CompileForTest()