Searched refs:_ixor (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java304 _ixor = 130, // 0x82 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp171 _ixor = 130, // 0x82 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp425 def(_ixor , "ixor" , "b" , NULL , T_INT , -1, false);
H A DtemplateTable.cpp391 def(Bytecodes::_ixor , ____|____|____|____, itos, itos, iop2 , _xor );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp491 case Bytecodes::_ixor:
H A DsharkBlock.cpp450 case Bytecodes::_ixor:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java169 public static final int _ixor = 130; // 0x82 field in class:Bytecodes
690 def(_ixor , "ixor" , "b" , null , BasicType.getTInt() , -1, false);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp79 case Bytecodes::_ixor: set_constant(0); return;
116 case Bytecodes::_ixor: set_constant(a ^ b); return;
H A Dc1_Instruction.cpp292 case Bytecodes::_ixor: // fall through
H A Dc1_InstructionPrinter.cpp101 case Bytecodes::_ixor : // fall through
H A Dc1_LIRGenerator.cpp630 case Bytecodes::_ixor:
H A Dc1_GraphBuilder.cpp2620 case Bytecodes::_ixor : logic_op(intType , code); break;
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp720 case Bytecodes::_ixor:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp623 case Bytecodes::_ixor:
H A DciTypeFlow.cpp1255 case Bytecodes::_ixor:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1296 case Bytecodes._ixor:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1496 case Bytecodes::_ixor:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1769 case Bytecodes::_ixor:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1241 case Bytecodes::_ixor :

Completed in 127 milliseconds