Lines Matching refs:EHInstStack
136 EHInstStack.push_back(TRY); in printInst()
160 if (ControlFlowStack.empty() || EHInstStack.empty()) { in printInst()
165 EHInstStack.pop_back(); in printInst()
175 if (EHInstStack.empty()) { in printInst()
177 } else if (EHInstStack.back() == CATCH_ALL) { in printInst()
179 } else if (EHInstStack.back() == TRY) { in printInst()
185 EHInstStack.pop_back(); in printInst()
187 EHInstStack.push_back(CATCH); in printInst()
189 EHInstStack.push_back(CATCH_ALL); in printInst()
207 if (ControlFlowStack.empty() || TryStack.empty() || EHInstStack.empty()) { in printInst()
219 EHInstStack.pop_back(); in printInst()