Searched refs:tableswitch_count (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.hpp65 int tableswitch_count; variable
67 void init() { tableswitch_count = 0; }
H A Dc1_LIRAssembler_aarch64.cpp2997 if (tableswitch_count >= max_tableswitches)
3087 struct tableswitch *sw = &switches[tableswitch_count];
3110 LIR_OprFact::intConst(tableswitch_count),
3113 tableswitch_count++;

Completed in 88 milliseconds