Searched refs:GetQuickToInterpreterBridge (Results 1 – 9 of 9) sorted by relevance
37 result = GetQuickToInterpreterBridge(); in artInstrumentationMethodEntryFromCode()43 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); in artInstrumentationMethodEntryFromCode()
215 static inline const void* GetQuickToInterpreterBridge() { in GetQuickToInterpreterBridge() function222 return GetQuickToInterpreterBridge(); in GetQuickToPortableBridge()
189 if (code == GetQuickToInterpreterBridge() || code == GetQuickInstrumentationEntryPoint()) { in AssertPcIsWithinQuickCode()239 if (UNLIKELY(entry_point == GetQuickToInterpreterBridge()) || in GetQuickOatEntryPoint()354 DCHECK(quick_entry_point != GetQuickToInterpreterBridge()); in NativePcOffset()382 CHECK(entry_point != GetQuickToInterpreterBridge()); in GetQuickFrameInfo()
100 if (quick_code == GetQuickToInterpreterBridge() || in UpdateEntrypoints()106 if (quick_code == GetQuickToInterpreterBridge()) { in UpdateEntrypoints()149 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()167 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()695 new_quick_code = GetQuickToInterpreterBridge(); in UpdateMethodsCode()701 quick_code == GetQuickToInterpreterBridge()) { in UpdateMethodsCode()929 LIKELY(code != GetQuickToInterpreterBridge())) { in GetQuickCodeFor()
88 const void* GetQuickToInterpreterBridge() const;
346 const void* OatHeader::GetQuickToInterpreterBridge() const { in GetQuickToInterpreterBridge() function in art::OatHeader
1589 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in InitFromImageInterpretOnlyCallback()1618 quick_to_interpreter_bridge_trampoline_ = oat_file.GetOatHeader().GetQuickToInterpreterBridge(); in InitFromImage()2456 result = GetQuickToInterpreterBridge(); in GetQuickOatCodeFor()2603 quick_code = GetQuickToInterpreterBridge(); in FixupStaticTrampolines()2617 quick_code = GetQuickToInterpreterBridge(); in FixupStaticTrampolines()2661 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()2680 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
219 if (quick_code == reinterpret_cast<uintptr_t>(GetQuickToInterpreterBridge())) { in PatchElf()
218 const void* method_code = GetQuickToInterpreterBridge(); in MakeExecutable()