Lines Matching refs:height_in_bytes
841 int height_in_bytes = register_stack_slot_count * kPointerSize; in DoComputeInterpretedFrame() local
845 height_in_bytes += kPointerSize; in DoComputeInterpretedFrame()
846 if (PadTopOfStackRegister()) height_in_bytes += kPointerSize; in DoComputeInterpretedFrame()
855 bytecode_offset, height_in_bytes, in DoComputeInterpretedFrame()
866 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeInterpretedFrame()
1067 unsigned height_in_bytes = height * kPointerSize; in DoComputeArgumentsAdaptorFrame() local
1069 if (ShouldPadArguments(parameter_count)) height_in_bytes += kPointerSize; in DoComputeArgumentsAdaptorFrame()
1074 " translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()
1078 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
1176 unsigned height_in_bytes = height * kPointerSize; in DoComputeConstructStubFrame() local
1184 height_in_bytes += kPointerSize; in DoComputeConstructStubFrame()
1185 if (PadTopOfStackRegister()) height_in_bytes += kPointerSize; in DoComputeConstructStubFrame()
1189 if (ShouldPadArguments(parameter_count)) height_in_bytes += kPointerSize; in DoComputeConstructStubFrame()
1197 height_in_bytes); in DoComputeConstructStubFrame()
1201 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()