Home
last modified time | relevance | path

Searched refs:GetOatQuickMethodHeader (Results 1 – 14 of 14) sorted by relevance

/art/runtime/oat/
Doat_file-inl.h28 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const { in GetOatQuickMethodHeader() function
38 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader(); in GetOatQuickMethodHeaderOffset()
Doat_file.h225 const OatQuickMethodHeader* GetOatQuickMethodHeader() const;
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc163 const OatQuickMethodHeader* current_code = method->GetOatQuickMethodHeader(caller_pc); in artCriticalNativeFrameSize()
/art/runtime/arch/x86/
Dfault_handler_x86.cc299 const OatQuickMethodHeader* method_header = method->GetOatQuickMethodHeader(pc); in Action()
/art/runtime/
Dnative_stack_dump.cc403 const OatQuickMethodHeader* header = current_method->GetOatQuickMethodHeader(frame.pc); in DumpNativeStack()
Dfault_handler.cc599 const OatQuickMethodHeader* method_header = method->GetOatQuickMethodHeader(return_pc); in IsValidReturnPc()
Dstack.cc887 cur_oat_quick_method_header_ = method->GetOatQuickMethodHeader(cur_quick_frame_pc_); in WalkStack()
Dart_method.cc585 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { in GetOatQuickMethodHeader() function in art::ArtMethod
Dart_method.h1031 const OatQuickMethodHeader* GetOatQuickMethodHeader(uintptr_t pc)
Dinstrumentation.cc1766 const OatQuickMethodHeader* header = caller->GetOatQuickMethodHeader(caller_pc); in ShouldDeoptimizeCaller()
Druntime.cc3071 const OatQuickMethodHeader* header = method->GetOatQuickMethodHeader(code); in IsAsyncDeoptimizeable()
/art/runtime/entrypoints/
Dentrypoint_utils.cc219 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc); in DoGetCalleeSaveMethodCallerAndDexPc()
/art/oatdump/
Doatdump.cc301 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader(); in WalkOatMethod()
1213 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader(); in DumpOatMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1081 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc); in DumpB74410240DebugData()