Searched refs:GetQuickToInterpreterBridge (Results 1 – 12 of 12) sorted by relevance
51 static inline const void* GetQuickToInterpreterBridge() { in GetQuickToInterpreterBridge() function
88 const void* GetQuickToInterpreterBridge() const;
259 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()268 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()282 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()917 new_quick_code = GetQuickToInterpreterBridge(); in UpdateMethodsCodeImpl()966 UpdateMethodsCodeImpl(method, GetQuickToInterpreterBridge()); in UpdateMethodsCodeToInterpreterEntryPoint()1060 ? GetQuickToInterpreterBridge() in Undeoptimize()1164 return GetQuickToInterpreterBridge(); in GetCodeForInvoke()1168 const void* result = GetQuickToInterpreterBridge(); in GetCodeForInvoke()1174 if (result == GetQuickToInterpreterBridge()) { in GetCodeForInvoke()
291 const void* OatHeader::GetQuickToInterpreterBridge() const { in GetQuickToInterpreterBridge() function in art::OatHeader
601 deopt_method, GetQuickToInterpreterBridge()); in DeoptimizeSingleFrame()
2845 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()2852 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()2859 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
779 src->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge(), in CopyFrom()
862 quick_to_interpreter_bridge_trampoline_ = GetQuickToInterpreterBridge(); in InitWithoutImage()1214 quick_to_interpreter_bridge_trampoline_ = default_oat_header.GetQuickToInterpreterBridge(); in InitFromBootImage()1230 ith_oat_header.GetQuickToInterpreterBridge(); in InitFromBootImage()2125 method.SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), in AddImageSpace()3469 return GetQuickToInterpreterBridge(); in GetQuickOatCodeFor()3597 quick_code = GetQuickToInterpreterBridge(); in FixupStaticTrampolines()3650 method->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge()); in LinkCode()3652 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()9425 return (entry_point == GetQuickToInterpreterBridge()) || in IsQuickToInterpreterBridge()9450 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in SetEntryPointsToInterpreter()
780 method, GetQuickToInterpreterBridge()); in RemoveMethod()1157 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in GarbageCollectCache()1260 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in DoCollection()1782 method, GetQuickToInterpreterBridge()); in InvalidateCompiledCodeFor()
1043 result = GetQuickToInterpreterBridge(); in artInstrumentationMethodEntryFromCode()1061 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); in artInstrumentationMethodEntryFromCode()1390 code = GetQuickToInterpreterBridge(); in artQuickResolutionTrampoline()
872 const void* q2ib = oat_header.GetQuickToInterpreterBridge(); in BuildEntryPointNames()
3355 return static_cast<const uint8_t*>(header.GetQuickToInterpreterBridge()); in GetOatAddress()