Searched refs:shouldnotreachhere (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp329 static void shouldnotreachhere();
H A DtemplateTable.cpp519 def(Bytecodes::_shouldnotreachhere , ____|____|____|____, vtos, vtos, shouldnotreachhere , _ );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp283 void TemplateTable::shouldnotreachhere() { function in class:TemplateTable
285 __ stop("shouldnotreachhere bytecode");
H A DtemplateTable_x86_64.cpp289 void TemplateTable::shouldnotreachhere() { function in class:TemplateTable
291 __ stop("shouldnotreachhere bytecode");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp231 void TemplateTable::shouldnotreachhere() { function in class:TemplateTable
233 __ stop("shouldnotreachhere bytecode");

Completed in 216 milliseconds