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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DLocalVariableConversion.java172 return type.getBytecodeStackType();
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DBooleanType.java68 public char getBytecodeStackType() { method in class:BooleanType
H A DLongType.java69 public char getBytecodeStackType() { method in class:LongType
H A DType.java181 public abstract char getBytecodeStackType(); method in class:Type
226 return type.getBytecodeStackType();
1110 public char getBytecodeStackType() {
1128 public char getBytecodeStackType() {
1129 throw new UnsupportedOperationException("getBytecodeStackType");
H A DObjectType.java190 public char getBytecodeStackType() { method in class:ObjectType
H A DNumberType.java68 public char getBytecodeStackType() { method in class:NumberType
H A DIntType.java84 public char getBytecodeStackType() { method in class:IntType
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java754 final char bct = entry.getValue().getBytecodeStackType();
757 switch (entry.getValue().getBytecodeStackType()) {
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DCodeGenerator.java5019 b.append(t.getBytecodeStackType());

Completed in 83 milliseconds