Searched refs:kPackedSwitchJumpTableThreshold (Results 1 – 4 of 4) sorted by relevance
145 InstructionCodeGeneratorX86::kPackedSwitchJumpTableThreshold) { in VisitPackedSwitch()
233 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable
57 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable7648 if (num_entries <= kPackedSwitchJumpTableThreshold) { in VisitPackedSwitch()
8636 if (num_entries <= kPackedSwitchJumpTableThreshold) { in VisitX86PackedSwitch()