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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java286 _irem = 112, // 0x70 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp153 _irem = 112, // 0x70 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp407 def(_irem , "irem" , "b" , NULL , T_INT , -1, true );
H A DtemplateTable.cpp373 def(Bytecodes::_irem , ____|____|____|____, itos, itos, irem , _ );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp505 case Bytecodes::_irem:
H A DsharkBlock.cpp402 case Bytecodes::_irem:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java151 public static final int _irem = 112; // 0x70 field in class:Bytecodes
672 def(_irem , "irem" , "b" , null , BasicType.getTInt() , -1, true );
/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;
569 if (x->op() == Bytecodes::_irem) {
/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) {
577 if (x->op() == Bytecodes::_irem) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp713 case Bytecodes::_irem:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp276 case Bytecodes::_irem: // fall through
H A Dc1_InstructionPrinter.cpp85 case Bytecodes::_irem : // fall through
H A Dc1_Canonicalizer.cpp104 case Bytecodes::_irem:
H A Dc1_GraphBuilder.cpp2602 case Bytecodes::_irem : arithmetic_op(intType , code, copy_state_for_exception()); break;
2797 , Bytecodes::_irem
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp619 case Bytecodes::_irem:
H A DciTypeFlow.cpp1250 case Bytecodes::_irem:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1289 case Bytecodes._irem:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1489 case Bytecodes::_irem:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1733 case Bytecodes::_irem:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1236 case Bytecodes::_irem :

Completed in 131 milliseconds