Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h858 uint32_t GetUseCount(int sreg) const { in GetUseCount() function
/art/compiler/dex/quick/
Dralloc_util.cc1285 int use_count = mir_graph_->GetUseCount(i); in CountRefs()