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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java290 _ineg = 116, // 0x74 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp157 _ineg = 116, // 0x74 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp411 def(_ineg , "ineg" , "b" , NULL , T_INT , 0, false);
H A DtemplateTable.cpp377 def(Bytecodes::_ineg , ____|____|____|____, itos, itos, ineg , _ );
H A DbytecodeInterpreter.cpp1247 CASE(_ineg):
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp511 case Bytecodes::_ineg:
H A DsharkBlock.cpp405 case Bytecodes::_ineg:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java155 public static final int _ineg = 116; // 0x74 field in class:Bytecodes
676 def(_ineg , "ineg" , "b" , null , BasicType.getTInt() , 0, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp740 case Bytecodes::_ineg:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp659 case Bytecodes::_ineg:
H A DciTypeFlow.cpp1221 case Bytecodes::_ineg:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1318 case Bytecodes._ineg:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1518 case Bytecodes::_ineg:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1753 case Bytecodes::_ineg:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1246 case Bytecodes::_ineg :
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2606 case Bytecodes::_ineg : negate_op(intType ); break;

Completed in 372 milliseconds