Searched refs:kCPSlotCount (Results 1 – 2 of 2) sorted by relevance
128 CommonFrameConstants::kCPSlotCount; in CalculateFixedFrameSize()501 static const int kJSContextSlot = 2 + StandardFrameConstants::kCPSlotCount; in GetParameterSecondaryLocation()502 static const int kJSFunctionSlot = 3 + StandardFrameConstants::kCPSlotCount; in GetParameterSecondaryLocation()503 static const int kWasmInstanceSlot = 3 + StandardFrameConstants::kCPSlotCount; in GetParameterSecondaryLocation()
66 static constexpr int kCPSlotCount = kCPSlotSize / kPointerSize; variable