Searched defs:core_counts (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 957 void X86Mir2Lir::AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight) { in AnalyzeMIR() 1126 void X86Mir2Lir::CountRefs(RefCounts* core_counts, RefCounts* fp_counts, size_t num_regs) { in CountRefs()
|
/art/compiler/dex/quick/ |
D | ralloc_util.cc | 1133 void Mir2Lir::AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight) { in AnalyzeMIR() 1280 void Mir2Lir::CountRefs(RefCounts* core_counts, RefCounts* fp_counts, size_t num_regs) { in CountRefs()
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 1270 void ArmMir2Lir::CountRefs(RefCounts* core_counts, RefCounts* fp_counts, size_t num_regs) { in CountRefs()
|