Home
last modified time | relevance | path

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

/art/compiler/
Dexception_test.cc110 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
115 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
Dcommon_compiler_test.cc160 method->SetEntryPointFromQuickCompiledCode(method_code); in MakeExecutable()
/art/runtime/
Dart_method.h490 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) in SetEntryPointFromQuickCompiledCode() function
Dclass_linker.cc2002 method.SetEntryPointFromQuickCompiledCode(interpreter::GetNterpEntryPoint()); in AddImageSpace()
2004 method.SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in AddImageSpace()
3550 method->SetEntryPointFromQuickCompiledCode( in LinkCode()
3553 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
3560 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in LinkCode()
3562 method->SetEntryPointFromQuickCompiledCode(quick_code); in LinkCode()
5189 out->SetEntryPointFromQuickCompiledCode(GetQuickProxyInvokeHandler()); in CreateProxyMethod()
9812 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in SetEntryPointsToInterpreter()
9814 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniStub()); in SetEntryPointsToInterpreter()
9823 method->SetEntryPointFromQuickCompiledCode(GetInvokeObsoleteMethodStub()); in SetEntryPointsForObsoleteMethod()
Druntime.cc2500 method->SetEntryPointFromQuickCompiledCode(GetQuickImtConflictStub()); in CreateImtConflictMethod()
2522 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in CreateResolutionMethod()
Dinstrumentation.cc220 method->SetEntryPointFromQuickCompiledCode(quick_code); in UpdateEntrypoints()
/art/runtime/jit/
Djit_code_cache.cc1179 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniStub()); in GarbageCollectCache()
1303 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in DoCollection()
/art/runtime/arch/
Dstub_test.cc1733 contains_amethod->SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>( in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc256 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub()); in CompileForTest()
/art/runtime/jni/
Djni_internal_test.cc632 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub()); in SetUpForTest()