Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dbytecode_utils.h80 bool ShouldBuildDecisionTree() { in ShouldBuildDecisionTree() function
/art/compiler/optimizing/
Dblock_builder.cc117 if (table.ShouldBuildDecisionTree() && !s_it.IsLast()) { in CreateBranchTargets()
199 if (table.ShouldBuildDecisionTree() && !s_it.IsLast()) { in ConnectBasicBlocks()
Dinstruction_builder.cc755 } else if (table.ShouldBuildDecisionTree()) { in BuildSwitch()
/art/tools/veridex/
Dflow_analysis.cc98 if (table.ShouldBuildDecisionTree() && !s_it.IsLast()) { in FindBranches()