Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h233 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable
Dcode_generator_x86_64.cc55 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable