Home | History | Annotate | Download | only in src

Lines Matching refs:kFixedFrameSize

206   static const int kFixedFrameSize =
209 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize;
254 static const int kFixedFrameSize = kFixedFrameSizeAboveFp - kArgCOffset;
255 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize;
295 static const int kFixedFrameSize =
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 =
375 StandardFrameConstants::kFixedFrameSize
396 InterpreterFrameConstants::kFixedFrameSize / kPointerSize -
397 StandardFrameConstants::kFixedFrameSize / kPointerSize;