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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java53 public static final int _dconst_0 = 14; // 0x0e field in class:Bytecodes
393 || code == _fconst_0 || code == _dconst_0); }
574 def(_dconst_0 , "dconst_0" , "b" , null , BasicType.getTDouble() , 2, false);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp55 _dconst_0 = 14, // 0x0e enumerator in enum:Bytecodes::Code
424 || code == _fconst_0 || code == _dconst_0); }
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java188 _dconst_0 = 14, // 0x0e field in class:Constants

Completed in 44 milliseconds