Lines Matching refs:output_frame_size
866 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeInterpretedFrame() local
870 FrameDescription* output_frame = new (output_frame_size) in DoComputeInterpretedFrame()
871 FrameDescription(output_frame_size, parameter_count); in DoComputeInterpretedFrame()
882 top_address = caller_frame_top_ - output_frame_size; in DoComputeInterpretedFrame()
884 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeInterpretedFrame()
1078 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame() local
1081 FrameDescription* output_frame = new (output_frame_size) in DoComputeArgumentsAdaptorFrame()
1082 FrameDescription(output_frame_size, parameter_count); in DoComputeArgumentsAdaptorFrame()
1094 top_address = caller_frame_top_ - output_frame_size; in DoComputeArgumentsAdaptorFrame()
1096 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeArgumentsAdaptorFrame()
1201 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame() local
1204 FrameDescription* output_frame = new (output_frame_size) in DoComputeConstructStubFrame()
1205 FrameDescription(output_frame_size, parameter_count); in DoComputeConstructStubFrame()
1216 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeConstructStubFrame()
1506 const unsigned output_frame_size = in DoComputeBuiltinContinuation() local
1545 FrameDescription* output_frame = new (output_frame_size) in DoComputeBuiltinContinuation()
1546 FrameDescription(output_frame_size, stack_param_count); in DoComputeBuiltinContinuation()
1554 top_address = caller_frame_top_ - output_frame_size; in DoComputeBuiltinContinuation()
1556 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeBuiltinContinuation()