Searched defs:tableswitch (Results 1 - 9 of 9) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/commons/
H A DInstructionAdapter.java1009 public void tableswitch(final int min, final int max, final Label dflt, method in class:InstructionAdapter
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DmacroAssembler_aarch64.hpp1132 void tableswitch(Register index, jint lowbound, jint highbound, function in class:MacroAssembler
1340 struct tableswitch { struct
H A DtemplateTable_aarch64.cpp1991 void TemplateTable::tableswitch() { function in class:TemplateTable
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java212 tableswitch = 170, field in interface:ByteCodes
/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86.cpp2349 void TemplateTable::tableswitch() { function in class:TemplateTable
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DMethodEmitter.java1567 void tableswitch(final int lo, final int hi, final Label defaultLabel, final Label... table) { method in class:MethodEmitter
/openjdk10/hotspot/src/cpu/arm/vm/
H A DtemplateTable_arm.cpp2524 void TemplateTable::tableswitch() { function in class:TemplateTable
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DtemplateTable_ppc_64.cpp1852 void TemplateTable::tableswitch() { function in class:TemplateTable
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateTable_s390.cpp2079 void TemplateTable::tableswitch () { function in class:TemplateTable

Completed in 321 milliseconds