Searched refs:toscode (Results 1 - 1 of 1) sorted by relevance

/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DItems.java229 /** Generate code to stash a copy of top of stack - of typecode toscode -
232 void stash(int toscode) { argument
233 stackItem[toscode].duplicate();
301 void stash(int toscode) { argument
303 (width() == 2 ? dup_x2 : dup_x1) + 3 * (Code.width(toscode) - 1));
340 void stash(int toscode) { argument
341 code.emitop0(dup_x2 + 3 * (Code.width(toscode) - 1));
544 void stash(int toscode) { argument
545 stackItem[OBJECTcode].stash(toscode);
713 void stash(int toscode) { argument
781 stash(int toscode) argument
[all...]

Completed in 39 milliseconds