Searched refs:kCPSlotCount (Results 1 – 2 of 2) sorted by relevance
196 CommonFrameConstants::kCPSlotCount; in CalculateFixedFrameSize()642 static const int kJSContextSlot = 2 + StandardFrameConstants::kCPSlotCount; in GetParameterSecondaryLocation()643 static const int kJSFunctionSlot = 3 + StandardFrameConstants::kCPSlotCount; in GetParameterSecondaryLocation()660 static const int kWasmInstanceSlot = 3 + StandardFrameConstants::kCPSlotCount; in GetParameterSecondaryLocation()
66 static constexpr int kCPSlotCount = kCPSlotSize / kSystemPointerSize; variable