Lines Matching refs:height_in_bytes
246 unsigned height_in_bytes = height * kPointerSize; in DoComputeOsrOutputFrame() local
247 USE(height_in_bytes); in DoComputeOsrOutputFrame()
251 ASSERT(fixed_size + height_in_bytes == input_frame_size); in DoComputeOsrOutputFrame()
366 unsigned height_in_bytes = height * kPointerSize; in DoComputeArgumentsAdaptorFrame() local
368 PrintF(" translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()
372 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
464 unsigned height_in_bytes = height * kPointerSize; in DoComputeConstructStubFrame() local
466 PrintF(" translating construct stub => height=%d\n", height_in_bytes); in DoComputeConstructStubFrame()
470 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()
588 unsigned height_in_bytes = height * kPointerSize; in DoComputeJSFrame() local
592 PrintF(" => node=%d, height=%d\n", node_id, height_in_bytes); in DoComputeJSFrame()
599 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame()
620 input_->GetRegister(fp.code()) - (2 * kPointerSize) - height_in_bytes; in DoComputeJSFrame()