Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_dataflow.cc1388 uint32_t weight = std::max(1U, depth * 100); in GetUseCountWeight() local
1389 return weight; in GetUseCountWeight()
1401 uint32_t weight = GetUseCountWeight(bb); in CountUses() local
1409 use_counts_[s_reg] += weight; in CountUses()
/art/compiler/dex/quick/x86/
Dutility_x86.cc957 void X86Mir2Lir::AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight) { in AnalyzeMIR() argument
959 Mir2Lir::AnalyzeMIR(core_counts, mir, weight); in AnalyzeMIR()
1016 Mir2Lir::AnalyzeMIR(core_counts, mir, weight); in AnalyzeMIR()
1022 core_counts[SRegToPMap(pc_rel_temp_->s_reg_low)].count += weight; in AnalyzeMIR()
Dcodegen_x86.h379 void AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight) OVERRIDE;
/art/compiler/dex/quick/
Dralloc_util.cc1133 void Mir2Lir::AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight) { in AnalyzeMIR() argument
1266 core_counts[SRegToPMap(mir_graph_->GetMethodLoc().s_reg_low)].count += weight; in AnalyzeMIR()
1270 core_counts[SRegToPMap(pc_rel_temp_->s_reg_low)].count += weight; in AnalyzeMIR()
1319 uint32_t weight = mir_graph_->GetUseCountWeight(bb); in CountRefs() local
1321 AnalyzeMIR(core_counts, mir, weight); in CountRefs()
Dmir_to_lir.h780 virtual void AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight);