Searched refs:_shouldnotreachhere (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp288 _shouldnotreachhere, // For debugging enumerator in enum:Bytecodes::Code
H A Drewriter.cpp387 *bcp = (u1)Bytecodes::_shouldnotreachhere;
H A Dbytecodes.cpp542 def(_shouldnotreachhere , "_shouldnotreachhere" , "b" , NULL , T_VOID , 0, false);
H A DtemplateTable.cpp519 def(Bytecodes::_shouldnotreachhere , ____|____|____|____, vtos, vtos, shouldnotreachhere , _ );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java275 public static final int _shouldnotreachhere = 232; // For debugging field in class:Bytecodes
804 def(_shouldnotreachhere , "_shouldnotreachhere" , "b" , null , BasicType.getTVoid() , 0, false);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp1449 return Bytecodes::_shouldnotreachhere;

Completed in 291 milliseconds