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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java297 _lshr = 123, // 0x7b field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp164 _lshr = 123, // 0x7b enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp418 def(_lshr , "lshr" , "b" , NULL , T_LONG , -1, false);
H A DtemplateTable.cpp384 def(Bytecodes::_lshr , ____|____|____|____, itos, ltos, lshr , _ );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp544 case Bytecodes::_lshr:
H A DsharkBlock.cpp497 case Bytecodes::_lshr:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java162 public static final int _lshr = 123; // 0x7b field in class:Bytecodes
683 def(_lshr , "lshr" , "b" , null , BasicType.getTLong() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp752 case Bytecodes::_lshr:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp93 case Bytecodes::_lshr : return ">>";
H A Dc1_Canonicalizer.cpp321 case Bytecodes::_lshr: set_constant(value >> shift); return;
H A Dc1_LIRGenerator.cpp608 case Bytecodes::_lshr: __ shift_right(value, count, result_op, tmp); break;
H A Dc1_GraphBuilder.cpp2613 case Bytecodes::_lshr : shift_op(longType, code); break;
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp653 case Bytecodes::_lshr:
H A DciTypeFlow.cpp1416 case Bytecodes::_lshr:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1332 case Bytecodes._lshr:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1532 case Bytecodes::_lshr:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2024 case Bytecodes::_lshr:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1273 case Bytecodes::_lshr :

Completed in 99 milliseconds