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

  /external/v8/src/arm64/
frame-constants-arm64.h 39 static constexpr int kFixedFrameSize = 6 * kPointerSize;
  /external/v8/src/
frame-constants.h 108 static constexpr int kFixedFrameSize =
112 static constexpr int kFixedSlotCount = kFixedFrameSize / kPointerSize;
157 static constexpr int kFixedFrameSize = kFixedFrameSizeAboveFp - kArgCOffset;
158 static constexpr int kFixedSlotCount = kFixedFrameSize / kPointerSize;
199 static constexpr int kFixedFrameSize =
201 static constexpr int kFixedSlotCount = kFixedFrameSize / kPointerSize;
209 (TypedFrameConstants::kFixedFrameSize + (count)*kPointerSize)
213 static constexpr int kFixedFrameSize = TYPED_FRAME_SIZE(count); \
214 static constexpr int kFixedSlotCount = kFixedFrameSize / kPointerSize; \
292 static constexpr int kFixedFrameSize
    [all...]

Completed in 53 milliseconds