Searched refs:AnalyzeMIR (Results 1 – 4 of 4) 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() function in art::X86Mir2Lir 959 Mir2Lir::AnalyzeMIR(core_counts, mir, weight); in AnalyzeMIR() 1016 Mir2Lir::AnalyzeMIR(core_counts, mir, weight); in AnalyzeMIR()
|
D | codegen_x86.h | 379 void AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight) OVERRIDE;
|
/art/compiler/dex/quick/ |
D | ralloc_util.cc | 1133 void Mir2Lir::AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight) { in AnalyzeMIR() function in art::Mir2Lir 1321 AnalyzeMIR(core_counts, mir, weight); in CountRefs()
|
D | mir_to_lir.h | 780 virtual void AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight);
|