Searched refs:_idiv (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java282 _idiv = 108, // 0x6c field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp149 _idiv = 108, // 0x6c enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp403 def(_idiv , "idiv" , "b" , NULL , T_INT , -1, true );
H A DtemplateTable.cpp369 def(Bytecodes::_idiv , ____|____|____|____, itos, itos, idiv , _ );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp504 case Bytecodes::_idiv:
H A DsharkBlock.cpp399 case Bytecodes::_idiv:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java147 public static final int _idiv = 108; // 0x6c field in class:Bytecodes
668 def(_idiv , "idiv" , "b" , null , BasicType.getTInt() , -1, true );
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp538 // for: _iadd, _imul, _isub, _idiv, _irem
540 if (x->op() == Bytecodes::_idiv || x->op() == Bytecodes::_irem) {
566 if (x->op() == Bytecodes::_idiv) {
579 } else if (x->op() == Bytecodes::_idiv) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp556 // for: _iadd, _imul, _isub, _idiv, _irem
558 bool is_div_rem = x->op() == Bytecodes::_idiv || x->op() == Bytecodes::_irem;
571 } else if (x->op() == Bytecodes::_idiv) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp711 case Bytecodes::_idiv:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp274 case Bytecodes::_idiv: // fall through
H A Dc1_InstructionPrinter.cpp81 case Bytecodes::_idiv : // fall through
H A Dc1_Canonicalizer.cpp94 case Bytecodes::_idiv:
H A Dc1_GraphBuilder.cpp2598 case Bytecodes::_idiv : arithmetic_op(intType , code, copy_state_for_exception()); break;
2795 , Bytecodes::_idiv
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp617 case Bytecodes::_idiv:
H A DciTypeFlow.cpp1247 case Bytecodes::_idiv:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1287 case Bytecodes._idiv:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1487 case Bytecodes::_idiv:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1736 case Bytecodes::_idiv:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1235 case Bytecodes::_idiv :

Completed in 127 milliseconds