Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_dataflow.cc1246 uint32_t weight = std::min(16U, static_cast<uint32_t>(bb->nesting_depth)); in CountUses() local
1250 use_counts_.Put(s_reg, use_counts_.Get(s_reg) + (1 << weight)); in CountUses()
1269 use_counts_.Put(method_sreg_, use_counts_.Get(method_sreg_) + (1 << weight)); in CountUses()