Searched defs:_tableswitch (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java209 public static final int _tableswitch = 170; // 0xaa field in class:Bytecodes
312 case _tableswitch:
730 def(_tableswitch , "tableswitch" , "" , null , BasicType.getTVoid() , -1, false); // may have backward branches
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp211 _tableswitch = 170, // 0xaa enumerator in enum:Bytecodes::Code
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java344 _tableswitch = 170, // 0xaa field in class:Constants

Completed in 42 milliseconds