Searched defs:kPackedSwitchJumpTableThreshold (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_x86.h203 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; member in class:art::x86::InstructionCodeGeneratorX86
H A Dcode_generator_x86_64.cc47 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; member in namespace:art::x86_64
6496 if (num_entries <= kPackedSwitchJumpTableThreshold) {

Completed in 37 milliseconds