Searched refs:_ishl (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java294 _ishl = 120, // 0x78 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp161 _ishl = 120, // 0x78 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp415 def(_ishl , "ishl" , "b" , NULL , T_INT , -1, false);
H A DtemplateTable.cpp381 def(Bytecodes::_ishl , ____|____|____|____, itos, itos, iop2 , shl );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp492 case Bytecodes::_ishl:
H A DsharkBlock.cpp410 case Bytecodes::_ishl:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java159 public static final int _ishl = 120; // 0x78 field in class:Bytecodes
680 def(_ishl , "ishl" , "b" , null , BasicType.getTInt() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp715 case Bytecodes::_ishl:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp90 case Bytecodes::_ishl : // fall through
H A Dc1_Canonicalizer.cpp310 case Bytecodes::_ishl: set_constant(value << shift); return;
H A Dc1_GraphBuilder.cpp1105 if (l != NULL && l->op() == Bytecodes::_ishl) {
2610 case Bytecodes::_ishl : shift_op(intType , code); break;
H A Dc1_LIRGenerator.cpp605 case Bytecodes::_ishl:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp645 case Bytecodes::_ishl:
H A DciTypeFlow.cpp1251 case Bytecodes::_ishl:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1291 case Bytecodes._ishl:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1491 case Bytecodes::_ishl:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1773 case Bytecodes::_ishl:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1237 case Bytecodes::_ishl :

Completed in 175 milliseconds