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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java261 _pop = 87, // 0x57 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp128 _pop = 87, // 0x57 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp382 def(_pop , "pop" , "b" , NULL , T_VOID , -1, false);
H A DtemplateTable.cpp348 def(Bytecodes::_pop , ____|____|____|____, vtos, vtos, pop , _ );
H A DbytecodeInterpreter.cpp1112 CASE(_pop): /* Discard the top item on the stack */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp409 case Bytecodes::_pop:
H A DsharkBlock.cpp299 case Bytecodes::_pop:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java126 public static final int _pop = 87; // 0x57 field in class:Bytecodes
647 def(_pop , "pop" , "b" , null , BasicType.getTVoid() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp696 case Bytecodes::_pop:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp540 case Bytecodes::_pop:
H A DciTypeFlow.cpp1436 case Bytecodes::_pop:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1270 case Bytecodes._pop: ppopAny(1); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1470 case Bytecodes::_pop: ppop_any(1); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1586 case Bytecodes::_pop: dec_sp(1); break;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp993 case Bytecodes::_pop:
2577 case Bytecodes::_pop : // fall through
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1073 case Bytecodes::_pop :

Completed in 189 milliseconds