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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java58 public static final int _ldc_w = 19; // 0x13 field in class:Bytecodes
579 def(_ldc_w , "ldc_w" , "bkk" , null , BasicType.getTIllegal(), 1, true );
802 def(_fast_aldc_w , "fast_aldc_w" , "bJJ" , null , BasicType.getTObject(), 1, true, _ldc_w );
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp60 _ldc_w = 19, // 0x13 enumerator in enum:Bytecodes::Code
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java193 _ldc_w = 19, // 0x13 field in class:Constants
429 public final static int _aldc_w = _ldc_w;

Completed in 41 milliseconds