Searched refs:toscode (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) { argument
226 stackItem[toscode].duplicate();
294 void stash(int toscode) { argument
296 (width() == 2 ? dup_x2 : dup_x1) + 3 * (Code.width(toscode) - 1));
333 void stash(int toscode) { argument
334 code.emitop0(dup_x2 + 3 * (Code.width(toscode) - 1));
508 void stash(int toscode) { argument
509 stackItem[OBJECTcode].stash(toscode);
679 void stash(int toscode) { argument
747 stash(int toscode) argument
[all...]

Completed in 29 milliseconds