Searched refs:_pop2 (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java262 _pop2 = 88, // 0x58 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp129 _pop2 = 88, // 0x58 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp383 def(_pop2 , "pop2" , "b" , NULL , T_VOID , -2, false);
H A DtemplateTable.cpp349 def(Bytecodes::_pop2 , ____|____|____|____, vtos, vtos, pop2 , _ );
H A DbytecodeInterpreter.cpp1116 CASE(_pop2): /* Discard the top 2 items on the stack */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp412 case Bytecodes::_pop2:
H A DsharkBlock.cpp302 case Bytecodes::_pop2:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java127 public static final int _pop2 = 88; // 0x58 field in class:Bytecodes
648 def(_pop2 , "pop2" , "b" , null , BasicType.getTVoid() , -2, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp697 case Bytecodes::_pop2:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp543 case Bytecodes::_pop2:
H A DciTypeFlow.cpp1441 case Bytecodes::_pop2:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1271 case Bytecodes._pop2: ppopAny(2); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1471 case Bytecodes::_pop2: ppop_any(2); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1587 case Bytecodes::_pop2: dec_sp(2); break;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp997 case Bytecodes::_pop2:
2578 case Bytecodes::_pop2 : // fall through
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1077 case Bytecodes::_pop2 :

Completed in 144 milliseconds