Searched refs:GetUseCount (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/ | ||
D | mir_graph.h | 757 int GetUseCount(int vreg) const { in GetUseCount() function |
/art/compiler/dex/quick/ | ||
D | ralloc_util.cc | 1156 int use_count = mir_graph_->GetUseCount(i); in CountRefs() |