• Home
  • Raw
  • Download

Lines Matching refs:last_frame

82   StackFrameARM* last_frame = static_cast<StackFrameARM*>(frames.back());  in GetCallerByCFIFrameInfo()  local
95 if (last_frame->context_validity & StackFrameARM::RegisterValidFlag(i)) in GetCallerByCFIFrameInfo()
96 callee_registers[register_names[i]] = last_frame->context.iregs[i]; in GetCallerByCFIFrameInfo()
114 } else if (4 <= i && i <= 11 && (last_frame->context_validity & in GetCallerByCFIFrameInfo()
121 frame->context.iregs[i] = last_frame->context.iregs[i]; in GetCallerByCFIFrameInfo()
139 last_frame->context.iregs[MD_CONTEXT_ARM_REG_LR]; in GetCallerByCFIFrameInfo()
165 StackFrameARM* last_frame = static_cast<StackFrameARM*>(frames.back()); in GetCallerByStackScan() local
166 uint32_t last_sp = last_frame->context.iregs[MD_CONTEXT_ARM_REG_SP]; in GetCallerByStackScan()
185 frame->context = last_frame->context; in GetCallerByStackScan()
196 StackFrameARM* last_frame = static_cast<StackFrameARM*>(frames.back()); in GetCallerByFramePointer() local
198 if (!(last_frame->context_validity & in GetCallerByFramePointer()
203 uint32_t last_fp = last_frame->context.iregs[fp_register_]; in GetCallerByFramePointer()
220 last_frame->context.iregs[MD_CONTEXT_ARM_REG_SP]; in GetCallerByFramePointer()
227 frame->context = last_frame->context; in GetCallerByFramePointer()
231 last_frame->context.iregs[MD_CONTEXT_ARM_REG_LR]; in GetCallerByFramePointer()
248 StackFrameARM* last_frame = static_cast<StackFrameARM*>(frames.back()); in GetCallerFrame() local
253 frame_symbolizer_->FindCFIFrameInfo(last_frame)); in GetCallerFrame()
279 < last_frame->context.iregs[MD_CONTEXT_ARM_REG_SP]) in GetCallerFrame()