Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Druntime_asm_entrypoints.h48 static inline const void* GetQuickToInterpreterBridge() { in GetQuickToInterpreterBridge() function
/art/runtime/
Doat.h90 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()
956 UpdateMethodsCodeImpl(method, GetQuickToInterpreterBridge()); in UpdateMethodsCodeToInterpreterEntryPoint()
1050 ? GetQuickToInterpreterBridge() in Undeoptimize()
1154 return GetQuickToInterpreterBridge(); in GetCodeForInvoke()
1158 const void* result = GetQuickToInterpreterBridge(); in GetCodeForInvoke()
Doat.cc292 const void* OatHeader::GetQuickToInterpreterBridge() const { in GetQuickToInterpreterBridge() function in art::OatHeader
Dart_method.cc738 src->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge(), in CopyFrom()
747 SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), image_pointer_size); in CopyFrom()
Dquick_exception_handler.cc608 deopt_method, GetQuickToInterpreterBridge()); in DeoptimizeSingleFrame()
Druntime.cc3072 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
3079 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
3086 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
Dclass_linker.cc855 quick_to_interpreter_bridge_trampoline_ = GetQuickToInterpreterBridge(); in InitWithoutImage()
1222 quick_to_interpreter_bridge_trampoline_ = default_oat_header.GetQuickToInterpreterBridge(); in InitFromBootImage()
1239 ith_oat_header.GetQuickToInterpreterBridge(); in InitFromBootImage()
1978 method.SetEntryPointFromQuickCompiledCodePtrSize(GetQuickToInterpreterBridge(), in AddImageSpace()
2004 method.SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in AddImageSpace()
3348 return GetQuickToInterpreterBridge(); in GetQuickOatCodeFor()
3487 quick_code = GetQuickToInterpreterBridge(); in FixupStaticTrampolines()
3540 method->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge()); in LinkCode()
3542 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
9776 return (entry_point == GetQuickToInterpreterBridge()) || in IsQuickToInterpreterBridge()
[all …]
/art/runtime/jit/
Djit_code_cache.cc799 method, GetQuickToInterpreterBridge()); in RemoveMethod()
1303 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in DoCollection()
1744 method, GetQuickToInterpreterBridge()); in InvalidateCompiledCodeFor()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1042 result = GetQuickToInterpreterBridge(); in artInstrumentationMethodEntryFromCode()
1060 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); in artInstrumentationMethodEntryFromCode()
1390 code = GetQuickToInterpreterBridge(); in artQuickResolutionTrampoline()
/art/imgdiag/
Dimgdiag.cc873 const void* q2ib = oat_header.GetQuickToInterpreterBridge(); in BuildEntryPointNames()
/art/dex2oat/linker/
Dimage_writer.cc3196 return static_cast<const uint8_t*>(header.GetQuickToInterpreterBridge()); in GetOatAddress()