Lines Matching refs:height_in_bytes
822 unsigned height_in_bytes = height * kPointerSize; in DoComputeJSFrame() local
830 " => node=%d, height=%d\n", node_id.ToInt(), height_in_bytes); in DoComputeJSFrame()
837 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame()
868 height_in_bytes + has_alignment_padding_ * kPointerSize; in DoComputeJSFrame()
1041 unsigned height_in_bytes = height * kPointerSize; in DoComputeInterpretedFrame() local
1049 bytecode_offset.ToInt(), height_in_bytes); in DoComputeInterpretedFrame()
1056 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeInterpretedFrame()
1080 height_in_bytes; in DoComputeInterpretedFrame()
1256 unsigned height_in_bytes = height * kPointerSize; in DoComputeArgumentsAdaptorFrame() local
1262 " translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()
1266 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
1364 unsigned height_in_bytes = height * kPointerSize; in DoComputeConstructStubFrame() local
1370 " translating construct stub => height=%d\n", height_in_bytes); in DoComputeConstructStubFrame()
1374 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()
1498 unsigned height_in_bytes = height * kPointerSize; in DoComputeAccessorStubFrame() local
1502 " translating %s stub => height=%u\n", kind, height_in_bytes); in DoComputeAccessorStubFrame()
1514 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeAccessorStubFrame()
1663 int height_in_bytes = kPointerSize * (param_count + stack_param_count) + in DoComputeCompiledStubFrame() local
1667 int output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeCompiledStubFrame()
1672 height_in_bytes); in DoComputeCompiledStubFrame()
1687 StandardFrameConstants::kFixedFrameSizeFromFp - height_in_bytes; in DoComputeCompiledStubFrame()