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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java60 public static final int _iload = 21; // 0x15 field in class:Bytecodes
581 def(_iload , "iload" , "bi" , "wbii" , BasicType.getTInt() , 1, false);
789 def(_fast_iload , "fast_iload" , "bi" , null , BasicType.getTInt() , 1, false, _iload);
790 def(_fast_iload2 , "fast_iload2" , "bi_i" , null , BasicType.getTInt() , 2, false, _iload);
791 def(_fast_icaload , "fast_icaload" , "bi_" , null , BasicType.getTInt() , 0, false, _iload);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp62 _iload = 21, // 0x15 enumerator in enum:Bytecodes::Code
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java195 _iload = 21, // 0x15 field in class:Constants

Completed in 96 milliseconds