Lines Matching refs:height_in_bytes
337 unsigned height_in_bytes = height * kPointerSize; in DoComputeOsrOutputFrame() local
338 USE(height_in_bytes); in DoComputeOsrOutputFrame()
342 ASSERT(fixed_size + height_in_bytes == input_frame_size); in DoComputeOsrOutputFrame()
457 unsigned height_in_bytes = height * kPointerSize; in DoComputeArgumentsAdaptorFrame() local
459 PrintF(" translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()
463 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
555 unsigned height_in_bytes = height * kPointerSize; in DoComputeConstructStubFrame() local
557 PrintF(" translating construct stub => height=%d\n", height_in_bytes); in DoComputeConstructStubFrame()
561 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()
667 unsigned height_in_bytes = height * kPointerSize; in DoComputeJSFrame() local
671 PrintF(" => node=%d, height=%d\n", node_id, height_in_bytes); in DoComputeJSFrame()
678 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame()
699 input_->GetRegister(ebp.code()) - (2 * kPointerSize) - height_in_bytes; in DoComputeJSFrame()