Searched refs:stack_frame_index (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/tools/findit/ |
D | stacktrace.py | 28 def __init__(self, stack_frame_index, component_path, component_name, argument 30 self.index = stack_frame_index 89 stack_frame_index = 0 105 stack_frame_index = 0 112 stack_frame_index, line, build_type, parsed_deps) 120 stack_frame_index += 1 222 def __GenerateStackFrame(self, stack_frame_index, line, build_type, argument 302 stack_frame_index = int(index_match.group(1)) 304 return StackFrame(stack_frame_index, component_path, component_name,
|
D | blame.py | 31 def __init__(self, line_content, component_name, stack_frame_index, argument 37 self.stack_frame_index = stack_frame_index 117 stack_frame_index = stack_frame.index 137 blame = Blame(line_content, component_name, stack_frame_index, file_name, 147 self.blame_list.sort(key=lambda blame: blame.stack_frame_index)
|
D | component_dictionary.py | 17 def AddFile(self, file_path, crashed_line_range, stack_frame_index, argument 38 stack_frame_index) 91 stack_frame_index = stack_frame.index 96 file_dict.AddFile(file_path, crashed_line_range, stack_frame_index,
|
D | crash_utils.py | 454 def Intersection(crashed_line_list, stack_frame_index, changed_line_numbers, argument 479 for (lines, stack_frame_index, function_name) in zip( 480 crashed_line_list, stack_frame_index, function): 506 stack_frame_index_intersection.append(stack_frame_index) 563 (blame.line_number, blame.file, blame.stack_frame_index))
|