Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h757 int GetUseCount(int vreg) const { in GetUseCount() function
/art/compiler/dex/quick/
Dralloc_util.cc1156 int use_count = mir_graph_->GetUseCount(i); in CountRefs()