Lines Matching refs:numeric_limits
40 int FrameIndex = std::numeric_limits<int>::max();
115 int StackHazardSlotIndex = std::numeric_limits<int>::max();
116 int StackHazardCSRSlotIndex = std::numeric_limits<int>::max();
201 int SwiftAsyncContextFrameIdx = std::numeric_limits<int>::max();
232 int64_t VGIdx = std::numeric_limits<int>::max();
233 int64_t StreamingVGIdx = std::numeric_limits<int>::max();
336 int64_t MinOffset = std::numeric_limits<int64_t>::max(); in getCalleeSavedStackSize()
337 int64_t MaxOffset = std::numeric_limits<int64_t>::min(); in getCalleeSavedStackSize()
348 if (SwiftAsyncContextFrameIdx != std::numeric_limits<int>::max()) { in getCalleeSavedStackSize()
355 if (StackHazardCSRSlotIndex != std::numeric_limits<int>::max()) { in getCalleeSavedStackSize()
420 return StackHazardSlotIndex != std::numeric_limits<int>::max(); in hasStackHazardSlotIndex()
424 assert(StackHazardSlotIndex == std::numeric_limits<int>::max()); in setStackHazardSlotIndex()
429 assert(StackHazardCSRSlotIndex == std::numeric_limits<int>::max()); in setStackHazardCSRSlotIndex()