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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java296 _ishr = 122, // 0x7a field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp163 _ishr = 122, // 0x7a enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp417 def(_ishr , "ishr" , "b" , NULL , T_INT , -1, false);
H A DtemplateTable.cpp383 def(Bytecodes::_ishr , ____|____|____|____, itos, itos, iop2 , shr );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp493 case Bytecodes::_ishr:
H A DsharkBlock.cpp419 case Bytecodes::_ishr:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java161 public static final int _ishr = 122; // 0x7a field in class:Bytecodes
682 def(_ishr , "ishr" , "b" , null , BasicType.getTInt() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp716 case Bytecodes::_ishr:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp92 case Bytecodes::_ishr : // fall through
H A Dc1_Canonicalizer.cpp311 case Bytecodes::_ishr: set_constant(value >> shift); return;
H A Dc1_LIRGenerator.cpp607 case Bytecodes::_ishr:
H A Dc1_GraphBuilder.cpp2612 case Bytecodes::_ishr : shift_op(intType , code); break;
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp646 case Bytecodes::_ishr:
H A DciTypeFlow.cpp1252 case Bytecodes::_ishr:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1292 case Bytecodes._ishr:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1492 case Bytecodes::_ishr:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1777 case Bytecodes::_ishr:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1238 case Bytecodes::_ishr :

Completed in 122 milliseconds