Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h206 static const int kFixedFrameSize = variable
209 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize;
254 static const int kFixedFrameSize = kFixedFrameSizeAboveFp - kArgCOffset; variable
255 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize;
295 static const int kFixedFrameSize = variable
297 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize;
305 (TypedFrameConstants::kFixedFrameSize + (count)*kPointerSize)
309 static const int kFixedFrameSize = TYPED_FRAME_SIZE(count); \
310 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize; \
374 static const int kFixedFrameSize =
[all …]
Ddeoptimizer.cc1329 unsigned fixed_frame_size = ArgumentsAdaptorFrameConstants::kFixedFrameSize; in DoComputeArgumentsAdaptorFrame()
1534 unsigned fixed_frame_size = ConstructFrameConstants::kFixedFrameSize; in DoComputeConstructStubFrame()
1731 (StandardFrameConstants::kFixedFrameSize / kPointerSize) + 1 + in DoComputeAccessorStubFrame()
1929 int fixed_frame_size = StubFailureTrampolineFrameConstants::kFixedFrameSize; in DoComputeCompiledStubFrame()
2216 StandardFrameConstants::kFixedFrameSize; in ComputeJavascriptFixedSize()
2225 InterpreterFrameConstants::kFixedFrameSize; in ComputeInterpretedFixedSize()