Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86.h233 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable
H A Dcode_generator_x86_64.cc57 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable