Searched refs:height_in_bytes (Results 1 – 1 of 1) sorted by relevance
822 unsigned height_in_bytes = height * kPointerSize; in DoComputeJSFrame() local830 " => 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() local1049 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() local1262 " translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()[all …]