Home
last modified time | relevance | path

Searched refs:fixed_frame_size (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddeoptimizer.cc835 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()
[all …]
/external/v8/src/compiler/
Dpipeline.cc284 int fixed_frame_size = 0; in InitializeRegisterAllocationData() local
286 fixed_frame_size = (descriptor->IsCFunctionCall()) in InitializeRegisterAllocationData()
291 frame_ = new (instruction_zone()) Frame(fixed_frame_size, descriptor); in InitializeRegisterAllocationData()