Home
last modified time | relevance | path

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

/art/runtime/
Dtype_lookup_table.h55 if (entry->IsLast()) { in Lookup()
113 bool IsLast() const { in IsLast() function
Dtype_lookup_table.cc139 while (!entry->IsLast()) { in FindLastEntryInBucket()
/art/libdexfile/dex/
Dbytecode_utils.h113 bool IsLast() const { return index_ == num_entries_ - 1; } in IsLast() 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.cc763 if (!it.IsLast()) { in BuildSwitch()
/art/tools/veridex/
Dflow_analysis.cc90 if (table.ShouldBuildDecisionTree() && !s_it.IsLast()) { in FindBranches()