Searched refs:GetQuickToInterpreterBridge (Results 1 – 12 of 12) sorted by relevance
38 result = GetQuickToInterpreterBridge(); in artInstrumentationMethodEntryFromCode()43 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); in artInstrumentationMethodEntryFromCode()
1105 code = GetQuickToInterpreterBridge(); in artQuickResolutionTrampoline()1124 code = GetQuickToInterpreterBridge(); in artQuickResolutionTrampoline()
39 static inline const void* GetQuickToInterpreterBridge() { in GetQuickToInterpreterBridge() function
133 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()137 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()145 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()155 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()696 new_quick_code = GetQuickToInterpreterBridge(); in UpdateMethodsCodeImpl()807 quick_code = GetQuickToInterpreterBridge(); in Undeoptimize()
90 const void* GetQuickToInterpreterBridge() const;
328 const void* OatHeader::GetQuickToInterpreterBridge() const { in GetQuickToInterpreterBridge() function in art::OatHeader
489 SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), image_pointer_size); in CopyFrom()
518 deopt_method, GetQuickToInterpreterBridge()); in DeoptimizeSingleFrame()
538 quick_to_interpreter_bridge_trampoline_ = GetQuickToInterpreterBridge(); in InitWithoutImage()892 method->SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), in Visit()969 quick_to_interpreter_bridge_trampoline_ = default_oat_header.GetQuickToInterpreterBridge(); in InitFromBootImage()981 ith_oat_header.GetQuickToInterpreterBridge(); in InitFromBootImage()2733 return GetQuickToInterpreterBridge(); in GetQuickOatCodeFor()2838 quick_code = GetQuickToInterpreterBridge(); in FixupStaticTrampolines()2886 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()7722 return (entry_point == GetQuickToInterpreterBridge()) || in IsQuickToInterpreterBridge()7743 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in SetEntryPointsToInterpreter()
585 instrumentation_->UpdateMethodsCodeFromDebugger(&m, GetQuickToInterpreterBridge()); in operator ()()
645 info->GetMethod(), GetQuickToInterpreterBridge()); in GarbageCollectCache()981 method, GetQuickToInterpreterBridge()); in InvalidateCompiledCodeFor()
2048 return static_cast<const uint8_t*>(header.GetQuickToInterpreterBridge()); in GetOatAddress()