Searched refs:SetEntryPointFromQuickCompiledCode (Results 1 – 10 of 10) sorted by relevance
100 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()104 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
1218 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()
600 method->SetEntryPointFromQuickCompiledCode(GetQuickCode()); in LinkMethod()
1589 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()
91 method->SetEntryPointFromQuickCompiledCode(quick_code); in UpdateEntrypoints()
237 method->SetEntryPointFromQuickCompiledCode(GetQuickToPortableBridge()); in MakeExecutable()
219 SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>(code_offset)); in SetQuickOatCodeOffset()
316 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) in SetEntryPointFromQuickCompiledCode() function
1690 contains_amethod.Get()->SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>( in TEST_F()
76 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetQuickGenericJniTrampoline()); in CompileForTest()