Home
last modified time | relevance | path

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

/art/compiler/
Dexception_test.cc109 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
114 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
Dcommon_compiler_test.cc84 method->SetEntryPointFromQuickCompiledCode(method_code); in MakeExecutable()
/art/runtime/jit/
Djit_code_cache.cc1157 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in GarbageCollectCache()
1176 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniStub()); in GarbageCollectCache()
1260 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in DoCollection()
Djit.cc1133 new_method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in MapBootImageMethods()
/art/runtime/
Dart_method.h477 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) in SetEntryPointFromQuickCompiledCode() function
Druntime.cc2290 method->SetEntryPointFromQuickCompiledCode(GetQuickImtConflictStub()); in CreateImtConflictMethod()
2311 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in CreateResolutionMethod()
Dclass_linker.cc3649 method->SetEntryPointFromQuickCompiledCode( in LinkCode()
3652 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
3659 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in LinkCode()
3661 method->SetEntryPointFromQuickCompiledCode(quick_code); in LinkCode()
5225 out->SetEntryPointFromQuickCompiledCode(GetQuickProxyInvokeHandler()); in CreateProxyMethod()
9450 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in SetEntryPointsToInterpreter()
9452 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniStub()); in SetEntryPointsToInterpreter()
9461 method->SetEntryPointFromQuickCompiledCode(GetInvokeObsoleteMethodStub()); in SetEntryPointsForObsoleteMethod()
Dinstrumentation.cc220 method->SetEntryPointFromQuickCompiledCode(quick_code); in UpdateEntrypoints()
/art/runtime/arch/
Dstub_test.cc1733 contains_amethod->SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>( in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc259 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub()); in CompileForTest()
/art/runtime/jni/
Djni_internal_test.cc631 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub()); in SetUpForTest()