Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h211 static const int kFixedFrameSize = variable
214 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize;
259 static const int kFixedFrameSize = kFixedFrameSizeAboveFp - kArgCOffset; variable
260 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize;
300 static const int kFixedFrameSize = variable
302 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize;
310 (TypedFrameConstants::kFixedFrameSize + (count)*kPointerSize)
314 static const int kFixedFrameSize = TYPED_FRAME_SIZE(count); \
315 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize; \
379 static const int kFixedFrameSize =
[all …]
Ddeoptimizer.cc1336 unsigned fixed_frame_size = ArgumentsAdaptorFrameConstants::kFixedFrameSize; in DoComputeArgumentsAdaptorFrame()
1538 unsigned fixed_frame_size = ConstructFrameConstants::kFixedFrameSize; in DoComputeConstructStubFrame()
1720 (StandardFrameConstants::kFixedFrameSize / kPointerSize) + 1 + in DoComputeAccessorStubFrame()
1916 int fixed_frame_size = StubFailureTrampolineFrameConstants::kFixedFrameSize; in DoComputeCompiledStubFrame()
2204 StandardFrameConstants::kFixedFrameSize; in ComputeJavascriptFixedSize()
2213 InterpreterFrameConstants::kFixedFrameSize; in ComputeInterpretedFixedSize()
/external/v8/src/debug/
Dliveedit.cc1367 bottom_js_frame->fp() - FrameDropperFrameConstants::kFixedFrameSize + in DropFrames()
1382 (FrameDropperFrameConstants::kFixedFrameSize - kPointerSize); in DropFrames()
1402 FrameDropperFrameConstants::kFixedFrameSize - kPointerSize); in DropFrames()