Searched refs:height_in_bytes (Results 1 – 1 of 1) sorted by relevance
841 int height_in_bytes = register_stack_slot_count * kPointerSize; in DoComputeInterpretedFrame() local845 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() local1069 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[all …]