Searched refs:output_frame_size (Results 1 – 1 of 1) sorted by relevance
837 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame() local841 new(output_frame_size) FrameDescription(output_frame_size, function); in DoComputeJSFrame()870 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeJSFrame()877 unsigned output_offset = output_frame_size; in DoComputeJSFrame()1056 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeInterpretedFrame() local1060 new (output_frame_size) FrameDescription(output_frame_size, function); in DoComputeInterpretedFrame()1082 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeInterpretedFrame()1089 unsigned output_offset = output_frame_size; in DoComputeInterpretedFrame()1266 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame() local1270 new(output_frame_size) FrameDescription(output_frame_size, function); in DoComputeArgumentsAdaptorFrame()[all …]