Searched refs:IsBottom (Results 1 – 2 of 2) sorted by relevance
131 bool isBottomFrame() const { return IsBottom; } in isBottomFrame()181 bool IsBottom = false; variable
27 ArgSize(0), Args(nullptr), FrameOffset(0), IsBottom(true) {} in InterpFrame()33 FrameOffset(S.Stk.size()), IsBottom(!Caller) { in InterpFrame()