Searched refs:SwiftAsyncContextFrameIdx (Results 1 – 2 of 2) sorted by relevance
123 std::optional<int> SwiftAsyncContextFrameIdx; variable232 return SwiftAsyncContextFrameIdx; in getSwiftAsyncContextFrameIdx()234 void setSwiftAsyncContextFrameIdx(int v) { SwiftAsyncContextFrameIdx = v; } in setSwiftAsyncContextFrameIdx()
177 int SwiftAsyncContextFrameIdx = std::numeric_limits<int>::max();293 if (SwiftAsyncContextFrameIdx != std::numeric_limits<int>::max()) { in getCalleeSavedStackSize()443 SwiftAsyncContextFrameIdx = FI; in setSwiftAsyncContextFrameIdx()445 int getSwiftAsyncContextFrameIdx() const { return SwiftAsyncContextFrameIdx; } in getSwiftAsyncContextFrameIdx()