Searched refs:isBottomFrame (Results 1 – 2 of 2) sorted by relevance
49 if (!F->isBottomFrame()) in free()131 bool isBottomFrame() const { return IsBottom; } in isBottomFrame() function
37 while (Current && !Current->isBottomFrame()) { in ~InterpState()