Searched defs:_fast_iload2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java267 public static final int _fast_iload2 = 224; field in class:Bytecodes
790 def(_fast_iload2 , "fast_iload2" , "bi_i" , null , BasicType.getTInt() , 2, false, _iload);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp272 _fast_iload2 , enumerator in enum:Bytecodes::Code

Completed in 38 milliseconds