Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dbytecode_utils.h81 return IsSparse() || GetNumEntries() <= kSmallSwitchThreshold; in ShouldBuildDecisionTree()
99 static constexpr uint16_t kSmallSwitchThreshold = 3; variable