Home
last modified time | relevance | path

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

/art/runtime/
Dexception_test.cc100 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
104 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
Druntime.cc1218 method->SetEntryPointFromQuickCompiledCode(nullptr); in CreateImtConflictMethod()
1223 method->SetEntryPointFromQuickCompiledCode(class_linker->GetQuickImtConflictTrampoline()); in CreateImtConflictMethod()
1242 method->SetEntryPointFromQuickCompiledCode(nullptr); in CreateResolutionMethod()
1247 method->SetEntryPointFromQuickCompiledCode(class_linker->GetQuickResolutionTrampoline()); in CreateResolutionMethod()
1264 method->SetEntryPointFromQuickCompiledCode(nullptr); in CreateCalleeSaveMethod()
Doat_file.cc600 method->SetEntryPointFromQuickCompiledCode(GetQuickCode()); in LinkMethod()
Dclass_linker.cc1589 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in InitFromImageInterpretOnlyCallback()
2661 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
2673 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionTrampoline()); in LinkCode()
2680 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
2685 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniTrampoline()); in LinkCode()
2694 method->SetEntryPointFromQuickCompiledCode(GetQuickToPortableBridge()); in LinkCode()
4025 method->SetEntryPointFromQuickCompiledCode(GetQuickProxyInvokeHandler()); in CreateProxyMethod()
Dinstrumentation.cc91 method->SetEntryPointFromQuickCompiledCode(quick_code); in UpdateEntrypoints()
/art/compiler/
Dcommon_compiler_test.cc237 method->SetEntryPointFromQuickCompiledCode(GetQuickToPortableBridge()); in MakeExecutable()
/art/runtime/mirror/
Dart_method-inl.h219 SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>(code_offset)); in SetQuickOatCodeOffset()
Dart_method.h316 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) in SetEntryPointFromQuickCompiledCode() function
/art/runtime/arch/
Dstub_test.cc1690 contains_amethod.Get()->SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>( in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc76 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetQuickGenericJniTrampoline()); in CompileForTest()