Searched refs:kPackedSwitchJumpTableThreshold (Results 1 – 4 of 4) sorted by relevance
145 InstructionCodeGeneratorX86::kPackedSwitchJumpTableThreshold) { in VisitPackedSwitch()
282 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable
63 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable8173 if (num_entries <= kPackedSwitchJumpTableThreshold) { in VisitPackedSwitch()
8919 if (num_entries <= kPackedSwitchJumpTableThreshold) { in VisitX86PackedSwitch()