Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.h230 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 6; variable
Dcode_generator_x86.h208 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable
Dcode_generator_mips.h233 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 6; variable
Dcode_generator_x86_64.cc52 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable