Searched refs:_athrow (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp385 // Note: Bytecodes::_athrow is a special case in that it does not return
391 if(code == Bytecodes::_athrow ) {
438 case Bytecodes::_athrow :
H A Dbytecodes.hpp232 _athrow = 191, // 0xbf enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp486 def(_athrow , "athrow" , "b" , NULL , T_VOID , -1, true );
H A DtemplateTable.cpp452 def(Bytecodes::_athrow , ____|disp|____|____, atos, vtos, athrow , _ );
H A DbytecodeInterpreter.cpp2429 CASE(_athrow): {
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java365 _athrow = 191, // 0xbf field in class:Constants
H A DInstruction.java507 def("b", _arraylength, _athrow);
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp233 case Bytecodes::_athrow :
H A DciTypeFlow.cpp938 case Bytecodes::_athrow:
1743 case Bytecodes::_athrow: case Bytecodes::_ireturn:
H A DbcEscapeAnalyzer.cpp914 case Bytecodes::_athrow:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java230 public static final int _athrow = 191; // 0xbf field in class:Bytecodes
751 def(_athrow , "athrow" , "b" , null , BasicType.getTVoid() , -1, true );
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp347 case Bytecodes::_athrow:
796 case Bytecodes::_athrow:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1396 case Bytecodes._athrow: // handled by do_exception_edge() BUT ...
2110 case Bytecodes._athrow:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp571 case Bytecodes::_athrow:
1596 case Bytecodes::_athrow: // handled by do_exception_edge() BUT ...
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp745 case Bytecodes::_athrow:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp272 case Bytecodes::_athrow: // fall through
2681 case Bytecodes::_athrow : throw_op(s.cur_bci()); break;
2812 , Bytecodes::_athrow
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp664 case Bytecodes::_athrow:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2178 case Bytecodes::_athrow:
H A DgraphKit.cpp505 // Cf. case Bytecodes::_athrow in parse2.cpp.
1096 case Bytecodes::_athrow: assert(inputs == 1 && outputs == 0, ""); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1645 case Bytecodes::_athrow :

Completed in 670 milliseconds