Searched defs:kFixedFrameSizeFromFp (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dframes.h209 static const int kFixedFrameSizeFromFp = 2 * kPointerSize + kCPSlotSize; member in class:v8::internal::StandardFrameConstants
211 kFixedFrameSizeAboveFp + kFixedFrameSizeFromFp;
212 static const int kFixedSlotCountFromFp = kFixedFrameSizeFromFp / kPointerSize;
255 static const int kFixedFrameSizeFromFp = kCPSlotSize + kFrameTypeSize; member in class:v8::internal::TypedFrameConstants
256 static const int kFixedSlotCountFromFp = kFixedFrameSizeFromFp / kPointerSize;
258 StandardFrameConstants::kFixedFrameSizeAboveFp + kFixedFrameSizeFromFp;
269 (TypedFrameConstants::kFixedFrameSizeFromFp + (count)*kPointerSize)
273 static const int kFixedFrameSizeFromFp = TYPED_FRAME_SIZE_FROM_SP(count); \
274 static const int kFixedSlotCountFromFp = kFixedFrameSizeFromFp / kPointerSize
332 static const int kFixedFrameSizeFromFp member in class:v8::internal::InterpreterFrameConstants
[all...]

Completed in 26 milliseconds