Searched refs:_shouldnotreachhere (Results 1 - 6 of 6) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 288 _shouldnotreachhere, // For debugging enumerator in enum:Bytecodes::Code
|
H A D | rewriter.cpp | 387 *bcp = (u1)Bytecodes::_shouldnotreachhere;
|
H A D | bytecodes.cpp | 542 def(_shouldnotreachhere , "_shouldnotreachhere" , "b" , NULL , T_VOID , 0, false);
|
H A D | templateTable.cpp | 519 def(Bytecodes::_shouldnotreachhere , ____|____|____|____, vtos, vtos, shouldnotreachhere , _ );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 275 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 D | methodOop.cpp | 1449 return Bytecodes::_shouldnotreachhere;
|
Completed in 3169 milliseconds