Home
last modified time | relevance | path

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

/art/compiler/
Dexception_test.cc108 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
113 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
/art/runtime/
Dart_method.h409 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) { in SetEntryPointFromQuickCompiledCode() function
Druntime.cc1928 method->SetEntryPointFromQuickCompiledCode(GetQuickImtConflictStub()); in CreateImtConflictMethod()
1949 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in CreateResolutionMethod()
Dinstrumentation.cc132 method->SetEntryPointFromQuickCompiledCode(quick_code); in UpdateEntrypoints()
Doat_file.cc1602 method->SetEntryPointFromQuickCompiledCode(GetQuickCode()); in LinkMethod()
Dclass_linker.cc3203 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in LinkCode()
3205 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniStub()); in LinkCode()
3208 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
4721 out->SetEntryPointFromQuickCompiledCode(GetQuickProxyInvokeHandler()); in CreateProxyMethod()
8612 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in SetEntryPointsToInterpreter()
8623 method->SetEntryPointFromQuickCompiledCode(GetInvokeObsoleteMethodStub()); in SetEntryPointsForObsoleteMethod()
Djni_internal_test.cc632 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub()); in SetUpForTest()
/art/runtime/jit/
Djit_code_cache.cc1090 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in GarbageCollectCache()
/art/runtime/arch/
Dstub_test.cc1857 contains_amethod->SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>( in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc254 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub()); in CompileForTest()