Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc92 if (table.ShouldBuildDecisionTree() && !s_it.IsLast()) { in CreateBranchTargets()
165 if (table.ShouldBuildDecisionTree() && !s_it.IsLast()) { in ConnectBasicBlocks()
Dinstruction_builder.cc619 } else if (table.ShouldBuildDecisionTree()) { in BuildSwitch()
/art/runtime/
Dbytecode_utils.h109 bool ShouldBuildDecisionTree() { in ShouldBuildDecisionTree() function