Searched refs:GetQuickToInterpreterBridge (Results 1 – 12 of 12) sorted by relevance
41 static inline const void* GetQuickToInterpreterBridge() { in GetQuickToInterpreterBridge() function
230 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()239 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()253 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()866 new_quick_code = GetQuickToInterpreterBridge(); in UpdateMethodsCodeImpl()915 UpdateMethodsCodeImpl(method, GetQuickToInterpreterBridge()); in UpdateMethodsCodeToInterpreterEntryPoint()1009 ? GetQuickToInterpreterBridge() in Undeoptimize()1113 return GetQuickToInterpreterBridge(); in GetCodeForInvoke()1117 const void* result = GetQuickToInterpreterBridge(); in GetCodeForInvoke()1123 if (result == GetQuickToInterpreterBridge()) { in GetCodeForInvoke()
85 const void* GetQuickToInterpreterBridge() const;
273 const void* OatHeader::GetQuickToInterpreterBridge() const { in GetQuickToInterpreterBridge() function in art::OatHeader
614 deopt_method, GetQuickToInterpreterBridge()); in DeoptimizeSingleFrame()
765 src->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge(), in CopyFrom()
638 quick_to_interpreter_bridge_trampoline_ = GetQuickToInterpreterBridge(); in InitWithoutImage()1002 quick_to_interpreter_bridge_trampoline_ = default_oat_header.GetQuickToInterpreterBridge(); in InitFromBootImage()1014 ith_oat_header.GetQuickToInterpreterBridge(); in InitFromBootImage()2164 method.SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), in AddImageSpace()3350 return GetQuickToInterpreterBridge(); in GetQuickOatCodeFor()3458 quick_code = GetQuickToInterpreterBridge(); in FixupStaticTrampolines()3512 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()9233 return (entry_point == GetQuickToInterpreterBridge()) || in IsQuickToInterpreterBridge()9252 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in SetEntryPointsToInterpreter()
2750 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
1210 method, GetQuickToInterpreterBridge()); in RemoveMethod()1323 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in ClearEntryPointsInZygoteExecSpace()1592 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in GarbageCollectCache()2177 method, GetQuickToInterpreterBridge()); in InvalidateCompiledCodeFor()
1126 result = GetQuickToInterpreterBridge(); in artInstrumentationMethodEntryFromCode()1144 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); in artInstrumentationMethodEntryFromCode()1466 code = GetQuickToInterpreterBridge(); in artQuickResolutionTrampoline()1486 code = GetQuickToInterpreterBridge(); in artQuickResolutionTrampoline()
868 const void* q2ib = oat_header.GetQuickToInterpreterBridge(); in BuildEntryPointNames()
3349 return static_cast<const uint8_t*>(header.GetQuickToInterpreterBridge()); in GetOatAddress()