Home
last modified time | relevance | path

Searched refs:kSmallSwitchThreshold (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dgen_common.cc2094 if (entries <= kSmallSwitchThreshold) { in GenPackedSwitch()
2124 if (entries <= kSmallSwitchThreshold) { in GenSparseSwitch()
Dmir_to_lir.h233 static constexpr uint16_t kSmallSwitchThreshold = 5; variable