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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java55 public static final int _bipush = 16; // 0x10 field in class:Bytecodes
576 def(_bipush , "bipush" , "bc" , null , BasicType.getTInt() , 1, false);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp57 _bipush = 16, // 0x10 enumerator in enum:Bytecodes::Code
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java190 _bipush = 16, // 0x10 field in class:Constants

Completed in 82 milliseconds