Home
last modified time | relevance | path

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

/art/compiler/
Dexception_test.cc116 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
121 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
Dcommon_compiler_test.cc99 method->SetEntryPointFromQuickCompiledCode(method_code); in MakeExecutable()
/art/runtime/
Dart_method.h431 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) { in SetEntryPointFromQuickCompiledCode() function
Druntime.cc2087 method->SetEntryPointFromQuickCompiledCode(GetQuickImtConflictStub()); in CreateImtConflictMethod()
2108 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in CreateResolutionMethod()
Dinstrumentation.cc137 method->SetEntryPointFromQuickCompiledCode(quick_code); in UpdateEntrypoints()
Dclass_linker.cc3050 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in LinkCode()
3052 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniStub()); in LinkCode()
3055 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
4587 out->SetEntryPointFromQuickCompiledCode(GetQuickProxyInvokeHandler()); in CreateProxyMethod()
8573 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in SetEntryPointsToInterpreter()
8575 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniStub()); in SetEntryPointsToInterpreter()
8584 method->SetEntryPointFromQuickCompiledCode(GetInvokeObsoleteMethodStub()); in SetEntryPointsForObsoleteMethod()
Doat_file.cc1938 method->SetEntryPointFromQuickCompiledCode(GetQuickCode()); in LinkMethod()
Djni_internal_test.cc632 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub()); in SetUpForTest()
/art/runtime/jit/
Djit_code_cache.cc1280 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in GarbageCollectCache()
1300 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniStub()); 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()