Home
last modified time | relevance | path

Searched refs:frame_indices (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/findit/
Dcrash_utils.py432 def PrettifyFrameInfo(frame_indices, functions): argument
435 for frame_index, function in zip(frame_indices, functions):
Dfindit_for_crash.py380 flattened_stack_frame_indices = [frame for frame_indices in
382 for frame in frame_indices]