Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86.h290 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable
H A Dcode_generator_x86_64.cc63 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5; variable