Searched refs:kCPSlotCount (Results 1 – 3 of 3) sorted by relevance
130 static const int kContextSlot = 2 + StandardFrameConstants::kCPSlotCount;131 static const int kJSFunctionSlot = 3 + StandardFrameConstants::kCPSlotCount;
119 CommonFrameConstants::kCPSlotCount; in CalculateFixedFrameSize()
170 static const int kCPSlotCount = kCPSlotSize / kPointerSize; variable