Searched refs:GetOatQuickMethodHeader (Results 1 – 14 of 14) sorted by relevance
28 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const { in GetOatQuickMethodHeader() function38 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader(); in GetOatQuickMethodHeaderOffset()
225 const OatQuickMethodHeader* GetOatQuickMethodHeader() const;
163 const OatQuickMethodHeader* current_code = method->GetOatQuickMethodHeader(caller_pc); in artCriticalNativeFrameSize()
299 const OatQuickMethodHeader* method_header = method->GetOatQuickMethodHeader(pc); in Action()
403 const OatQuickMethodHeader* header = current_method->GetOatQuickMethodHeader(frame.pc); in DumpNativeStack()
599 const OatQuickMethodHeader* method_header = method->GetOatQuickMethodHeader(return_pc); in IsValidReturnPc()
887 cur_oat_quick_method_header_ = method->GetOatQuickMethodHeader(cur_quick_frame_pc_); in WalkStack()
585 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { in GetOatQuickMethodHeader() function in art::ArtMethod
1031 const OatQuickMethodHeader* GetOatQuickMethodHeader(uintptr_t pc)
1766 const OatQuickMethodHeader* header = caller->GetOatQuickMethodHeader(caller_pc); in ShouldDeoptimizeCaller()
3071 const OatQuickMethodHeader* header = method->GetOatQuickMethodHeader(code); in IsAsyncDeoptimizeable()
219 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc); in DoGetCalleeSaveMethodCallerAndDexPc()
301 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader(); in WalkOatMethod()1213 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader(); in DumpOatMethod()
1081 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc); in DumpB74410240DebugData()