Home | History | Annotate | Download | only in src

Lines Matching refs:Push

174 //Push a CBase item onto the cleanup stack
177 //a push outside any TRAP statement, so generate an
184 Push(item);
188 //Push a nonOsclTrapStackCBase item onto the cleanup stack
191 //a push outside any TRAP statement, so generate an
198 Push(item);
202 //Push a nonOsclTrapStackCBase item onto the trap mark stack
212 //a push outside any TRAP statement, so generate an
219 Push(item);
222 void OsclTrapStack::Push(OsclTrapStackItem *aItem)
223 //push the given item onto the stack.