Searched refs:_iconst_m1 (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java176 _iconst_m1 = 2, // 0x02 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp43 _iconst_m1 = 2, // 0x02 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp297 def(_iconst_m1 , "iconst_m1" , "b" , NULL , T_INT , 1, false);
H A DtemplateTable.cpp263 def(Bytecodes::_iconst_m1 , ____|____|____|____, vtos, itos, iconst , -1 );
H A DbytecodeInterpreter.cpp927 OPC_CONST_n(_iconst_m1, INT, -1);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp261 case Bytecodes::_iconst_m1:
H A DsharkBlock.cpp118 case Bytecodes::_iconst_m1:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java41 public static final int _iconst_m1 = 2; // 0x02 field in class:Bytecodes
562 def(_iconst_m1 , "iconst_m1" , "b" , null , BasicType.getTInt() , 1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp661 case Bytecodes::_iconst_m1:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp370 case Bytecodes::_iconst_m1:
H A DciTypeFlow.cpp967 case Bytecodes::_iconst_m1:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1165 case Bytecodes._iconst_m1:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1365 case Bytecodes::_iconst_m1:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1425 case Bytecodes::_iconst_m1:push(intcon(-1)); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp691 case Bytecodes::_iconst_m1 :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2492 case Bytecodes::_iconst_m1 : ipush(append(new Constant(new IntConstant (-1)))); break;

Completed in 118 milliseconds