Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Druntime_asm_entrypoints.h51 static inline const void* GetQuickToInterpreterBridge() { in GetQuickToInterpreterBridge() function
/art/runtime/
Doat.h89 const void* GetQuickToInterpreterBridge() const;
Dinstrumentation.cc259 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()
Doat.cc291 const void* OatHeader::GetQuickToInterpreterBridge() const { in GetQuickToInterpreterBridge() function in art::OatHeader
Dart_method.cc761 src->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge(), in CopyFrom()
770 SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), image_pointer_size); in CopyFrom()
Dquick_exception_handler.cc608 deopt_method, GetQuickToInterpreterBridge()); in DeoptimizeSingleFrame()
Druntime.cc2841 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
2848 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
2855 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
Dclass_linker.cc931 quick_to_interpreter_bridge_trampoline_ = GetQuickToInterpreterBridge(); in InitWithoutImage()
1284 quick_to_interpreter_bridge_trampoline_ = default_oat_header.GetQuickToInterpreterBridge(); in InitFromBootImage()
1300 ith_oat_header.GetQuickToInterpreterBridge(); in InitFromBootImage()
2195 method.SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), in AddImageSpace()
3546 return GetQuickToInterpreterBridge(); in GetQuickOatCodeFor()
3685 quick_code = GetQuickToInterpreterBridge(); in FixupStaticTrampolines()
3738 method->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge()); in LinkCode()
3740 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
9524 return (entry_point == GetQuickToInterpreterBridge()) || in IsQuickToInterpreterBridge()
9549 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in SetEntryPointsToInterpreter()
/art/runtime/jit/
Djit_code_cache.cc818 method, GetQuickToInterpreterBridge()); in RemoveMethod()
1210 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in GarbageCollectCache()
1364 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in DoCollection()
1888 method, GetQuickToInterpreterBridge()); in InvalidateCompiledCodeFor()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1042 result = GetQuickToInterpreterBridge(); in artInstrumentationMethodEntryFromCode()
1060 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); in artInstrumentationMethodEntryFromCode()
1377 code = GetQuickToInterpreterBridge(); in artQuickResolutionTrampoline()
/art/imgdiag/
Dimgdiag.cc872 const void* q2ib = oat_header.GetQuickToInterpreterBridge(); in BuildEntryPointNames()
/art/dex2oat/linker/
Dimage_writer.cc3355 return static_cast<const uint8_t*>(header.GetQuickToInterpreterBridge()); in GetOatAddress()