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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java300 _iand = 126, // 0x7e field in class:Constants
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp75 case Bytecodes::_iand: // fall through
114 case Bytecodes::_iand: set_constant(a & b); return;
162 case Bytecodes::_iand: set_constant(0); return;
535 if (op2 && op2->op() == Bytecodes::_iand && op2->y()->type()->is_constant()) {
H A Dc1_Instruction.cpp288 case Bytecodes::_iand: // fall through
H A Dc1_InstructionPrinter.cpp97 case Bytecodes::_iand : // fall through
H A Dc1_GraphBuilder.cpp1121 ipush(append(new LogicOp(Bytecodes::_iand, l->x(), s)));
2616 case Bytecodes::_iand : logic_op(intType , code); break;
H A Dc1_LIRGenerator.cpp624 case Bytecodes::_iand:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp167 _iand = 126, // 0x7e enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp421 def(_iand , "iand" , "b" , NULL , T_INT , -1, false);
H A DtemplateTable.cpp387 def(Bytecodes::_iand , ____|____|____|____, itos, itos, iop2 , _and );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp490 case Bytecodes::_iand:
H A DsharkBlock.cpp437 case Bytecodes::_iand:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java165 public static final int _iand = 126; // 0x7e field in class:Bytecodes
686 def(_iand , "iand" , "b" , null , BasicType.getTInt() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp718 case Bytecodes::_iand:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp621 case Bytecodes::_iand:
H A DciTypeFlow.cpp1246 case Bytecodes::_iand:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1294 case Bytecodes._iand:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1494 case Bytecodes::_iand:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1761 case Bytecodes::_iand:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1242 case Bytecodes::_iand :

Completed in 104 milliseconds