Home | History | Annotate | Download | only in findit

Lines Matching refs:stack_frame

82     for stack_frame in stack_frames:
85 component_path = stack_frame.component_path
108 'args': [repository_parser, stack_frame, crash_revision,
114 def __GenerateBlameEntry(self, repository_parser, stack_frame,
117 stack_frame_index = stack_frame.index
118 component_path = stack_frame.component_path
119 component_name = stack_frame.component_name
120 file_name = stack_frame.file_name
121 file_path = stack_frame.file_path
122 crashed_line_number = stack_frame.crashed_line_range[0]