Home
last modified time | relevance | path

Searched refs:kPackedSwitchJumpTableThreshold (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dpc_relative_fixups_x86.cc145 InstructionCodeGeneratorX86::kPackedSwitchJumpTableThreshold) { in VisitPackedSwitch()
Dcode_generator_x86.h233 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable
Dcode_generator_x86_64.cc55 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable
7509 if (num_entries <= kPackedSwitchJumpTableThreshold) { in VisitPackedSwitch()
Dcode_generator_x86.cc8298 if (num_entries <= kPackedSwitchJumpTableThreshold) { in VisitX86PackedSwitch()