HomeSort by relevance Sort by last modified time
    Searched refs:kFixedFrameSize (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
frames.h 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
    [all...]
deoptimizer.cc     [all...]

Completed in 227 milliseconds