Searched refs:kCPSlotCount (Results 1 – 4 of 4) sorted by relevance
169 static const int kContextSlot = 2 + StandardFrameConstants::kCPSlotCount;170 static const int kJSFunctionSlot = 3 + StandardFrameConstants::kCPSlotCount;
288 StandardFrameConstants::kCPSlotCount in InitializeRegisterAllocationData()
176 4 + StandardFrameConstants::kCPSlotCount;
130 static const int kCPSlotCount = kCPSlotSize / kPointerSize; variable