Searched defs:PushStack (Results 1 – 2 of 2) sorted by relevance
84 void PushStack(TryBlock tb) { tryBlockStacks_.push_back(tb); } in PushStack() function
334 void ByteCodeParser::PushStack(const ir::NodePtr &node) { in PushStack() function in mindspore::pijit::ByteCodeParser