Lines Matching refs:height_in_bytes
223 unsigned height_in_bytes = height * kPointerSize; in DoComputeOsrOutputFrame() local
224 USE(height_in_bytes); in DoComputeOsrOutputFrame()
228 ASSERT(fixed_size + height_in_bytes == input_frame_size); in DoComputeOsrOutputFrame()
344 unsigned height_in_bytes = height * kPointerSize; in DoComputeArgumentsAdaptorFrame() local
346 PrintF(" translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()
350 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
447 unsigned height_in_bytes = height * kPointerSize; in DoComputeConstructStubFrame() local
449 PrintF(" translating construct stub => height=%d\n", height_in_bytes); in DoComputeConstructStubFrame()
453 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()
566 unsigned height_in_bytes = height * kPointerSize; in DoComputeJSFrame() local
570 PrintF(" => node=%d, height=%d\n", node_id, height_in_bytes); in DoComputeJSFrame()
577 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame()
598 input_->GetRegister(rbp.code()) - (2 * kPointerSize) - height_in_bytes; in DoComputeJSFrame()