Home
last modified time | relevance | path

Searched refs:GetUseCountWeight (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dmir_dataflow.cc1385 uint32_t MIRGraph::GetUseCountWeight(BasicBlock* bb) const { in GetUseCountWeight() function in art::MIRGraph
1401 uint32_t weight = GetUseCountWeight(bb); in CountUses()
Dmir_graph.h1216 uint32_t GetUseCountWeight(BasicBlock* bb) const;
/art/compiler/dex/quick/
Dralloc_util.cc1319 uint32_t weight = mir_graph_->GetUseCountWeight(bb); in CountRefs()