Lines Matching refs:pointee_frame
204 StackFrame pointee_frame; in PrintStackContents() local
210 pointee_frame.instruction = data32; in PrintStackContents()
214 pointee_frame.instruction = data64; in PrintStackContents()
216 pointee_frame.module = in PrintStackContents()
217 modules->GetModuleForAddress(pointee_frame.instruction); in PrintStackContents()
220 if (pointee_frame.module) in PrintStackContents()
221 resolver->FillSourceLineInfo(&pointee_frame); in PrintStackContents()
224 if (!pointee_frame.function_name.empty()) { in PrintStackContents()
228 static_cast<uint32_t>(pointee_frame.instruction)); in PrintStackContents()
231 indent.c_str(), address, pointee_frame.instruction); in PrintStackContents()
234 pointee_frame.function_name.c_str(), in PrintStackContents()
235 PathnameStripper::File(pointee_frame.source_file_name).c_str(), in PrintStackContents()
236 pointee_frame.source_line, in PrintStackContents()
237 pointee_frame.instruction - pointee_frame.source_line_base); in PrintStackContents()