Searched refs:frame_indices (Results 1 – 2 of 2) sorted by relevance
432 def PrettifyFrameInfo(frame_indices, functions): argument435 for frame_index, function in zip(frame_indices, functions):
380 flattened_stack_frame_indices = [frame for frame_indices in382 for frame in frame_indices]