Searched refs:SetEntryPointFromQuickCompiledCode (Results 1 – 12 of 12) sorted by relevance
97 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()102 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
1215 method->SetEntryPointFromQuickCompiledCode(nullptr); in CreateImtConflictMethod()1220 method->SetEntryPointFromQuickCompiledCode(class_linker->GetQuickImtConflictTrampoline()); in CreateImtConflictMethod()1239 method->SetEntryPointFromQuickCompiledCode(nullptr); in CreateResolutionMethod()1244 method->SetEntryPointFromQuickCompiledCode(class_linker->GetQuickResolutionTrampoline()); in CreateResolutionMethod()1261 method->SetEntryPointFromQuickCompiledCode(nullptr); in CreateCalleeSaveMethod()
598 method->SetEntryPointFromQuickCompiledCode(GetQuickCode()); in LinkMethod()
1573 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in InitFromImageInterpretOnlyCallback()2625 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()2637 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionTrampoline()); in LinkCode()2644 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()2649 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniTrampoline()); in LinkCode()2658 method->SetEntryPointFromQuickCompiledCode(GetQuickToPortableBridge()); in LinkCode()3967 method->SetEntryPointFromQuickCompiledCode(GetQuickProxyInvokeHandler()); in CreateProxyMethod()
91 method->SetEntryPointFromQuickCompiledCode(quick_code); in UpdateEntrypoints()
745 …copy->SetEntryPointFromQuickCompiledCode<kVerifyNone>(GetOatAddress(quick_resolution_trampoline_of… in FixupMethod()750 …copy->SetEntryPointFromQuickCompiledCode<kVerifyNone>(GetOatAddress(quick_imt_conflict_trampoline_… in FixupMethod()759 …copy->SetEntryPointFromQuickCompiledCode<kVerifyNone>(GetOatAddress(quick_to_interpreter_bridge_of… in FixupMethod()765 copy->SetEntryPointFromQuickCompiledCode<kVerifyNone>(quick_code); in FixupMethod()
242 method->SetEntryPointFromQuickCompiledCode(GetQuickToPortableBridge()); in MakeExecutable()
289 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) in SetEntryPointFromQuickCompiledCode() function
220 SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>(code_offset)); in SetQuickOatCodeOffset()
424 copy->SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>(quick + delta_)); in FixupMethod()
1690 contains_amethod.Get()->SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>( in TEST_F()
76 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetQuickGenericJniTrampoline()); in CompileForTest()