Searched defs:stash (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DItems.java222 /** Generate code to stash a copy of top of stack - of typecode toscode -
225 void stash(int toscode) { method in class:Items.Item
294 void stash(int toscode) { method in class:Items.StackItem
333 void stash(int toscode) { method in class:Items.IndexedItem
508 void stash(int toscode) { method in class:Items.MemberItem
509 stackItem[OBJECTcode].stash(toscode);
666 lhs.stash(typecode);
679 void stash(int toscode) { method in class:Items.AssignItem
747 void stash(int toscode) { method in class:Items.CondItem

Completed in 45 milliseconds