Lines Matching refs:fixed_frame_size
835 unsigned fixed_frame_size = ComputeJavascriptFixedSize(function); in DoComputeJSFrame() local
837 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame()
1054 unsigned fixed_frame_size = ComputeInterpretedFixedSize(function); in DoComputeInterpretedFrame() local
1056 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeInterpretedFrame()
1265 unsigned fixed_frame_size = ArgumentsAdaptorFrameConstants::kFrameSize; in DoComputeArgumentsAdaptorFrame() local
1266 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
1373 unsigned fixed_frame_size = ConstructFrameConstants::kFrameSize; in DoComputeConstructStubFrame() local
1374 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()
1513 unsigned fixed_frame_size = fixed_frame_entries * kPointerSize; in DoComputeAccessorStubFrame() local
1514 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeAccessorStubFrame()
1665 int fixed_frame_size = StandardFrameConstants::kFixedFrameSize; in DoComputeCompiledStubFrame() local
1667 int output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeCompiledStubFrame()