Home
last modified time | relevance | path

Searched refs:GetQuickToInterpreterBridge (Results 1 – 12 of 12) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_instrumentation_entrypoints.cc38 result = GetQuickToInterpreterBridge(); in artInstrumentationMethodEntryFromCode()
43 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); in artInstrumentationMethodEntryFromCode()
Dquick_trampoline_entrypoints.cc1105 code = GetQuickToInterpreterBridge(); in artQuickResolutionTrampoline()
1124 code = GetQuickToInterpreterBridge(); in artQuickResolutionTrampoline()
/art/runtime/entrypoints/
Druntime_asm_entrypoints.h39 static inline const void* GetQuickToInterpreterBridge() { in GetQuickToInterpreterBridge() function
/art/runtime/
Dinstrumentation.cc133 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()
Doat.h90 const void* GetQuickToInterpreterBridge() const;
Doat.cc328 const void* OatHeader::GetQuickToInterpreterBridge() const { in GetQuickToInterpreterBridge() function in art::OatHeader
Dart_method.cc489 SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), image_pointer_size); in CopyFrom()
Dquick_exception_handler.cc518 deopt_method, GetQuickToInterpreterBridge()); in DeoptimizeSingleFrame()
Dclass_linker.cc538 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()
Ddebugger.cc585 instrumentation_->UpdateMethodsCodeFromDebugger(&m, GetQuickToInterpreterBridge()); in operator ()()
/art/runtime/jit/
Djit_code_cache.cc645 info->GetMethod(), GetQuickToInterpreterBridge()); in GarbageCollectCache()
981 method, GetQuickToInterpreterBridge()); in InvalidateCompiledCodeFor()
/art/compiler/
Dimage_writer.cc2048 return static_cast<const uint8_t*>(header.GetQuickToInterpreterBridge()); in GetOatAddress()