HomeSort by relevance Sort by last modified time
    Searched refs:RefCounts (Results 1 - 6 of 6) sorted by null

  /art/compiler/dex/quick/
ralloc_util.cc     [all...]
mir_to_lir.h 237 struct RefCounts {
    [all...]
  /art/compiler/dex/quick/arm/
codegen_arm.h 264 void CountRefs(RefCounts* core_counts, RefCounts* fp_counts, size_t num_regs) OVERRIDE;
utility_arm.cc     [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 379 void AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight) OVERRIDE;
380 void CountRefs(RefCounts* core_counts, RefCounts* fp_counts, size_t num_regs) OVERRIDE;
    [all...]
utility_x86.cc     [all...]

Completed in 333 milliseconds