Searched refs:fixed_frame_size (Results 1 – 2 of 2) sorted by relevance
835 unsigned fixed_frame_size = ComputeJavascriptFixedSize(function); in DoComputeJSFrame() local837 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame()1054 unsigned fixed_frame_size = ComputeInterpretedFixedSize(function); in DoComputeInterpretedFrame() local1056 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeInterpretedFrame()1265 unsigned fixed_frame_size = ArgumentsAdaptorFrameConstants::kFrameSize; in DoComputeArgumentsAdaptorFrame() local1266 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()1373 unsigned fixed_frame_size = ConstructFrameConstants::kFrameSize; in DoComputeConstructStubFrame() local1374 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()1513 unsigned fixed_frame_size = fixed_frame_entries * kPointerSize; in DoComputeAccessorStubFrame() local1514 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeAccessorStubFrame()[all …]
284 int fixed_frame_size = 0; in InitializeRegisterAllocationData() local286 fixed_frame_size = (descriptor->IsCFunctionCall()) in InitializeRegisterAllocationData()291 frame_ = new (instruction_zone()) Frame(fixed_frame_size, descriptor); in InitializeRegisterAllocationData()