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

  /art/compiler/dex/quick/
ralloc_util.cc 670 void Mir2Lir::MarkPair(int low_reg, int high_reg) {
805 MarkPair(loc.low_reg, loc.high_reg);
859 MarkPair(loc.low_reg, loc.high_reg);
872 MarkPair(loc.low_reg, loc.high_reg);
    [all...]
gen_loadstore.cc 270 MarkPair(rl_dest.low_reg, rl_dest.high_reg);
mir_to_lir.h 359 void MarkPair(int low_reg, int high_reg);
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 366 MarkPair(res.low_reg, res.high_reg);
  /art/compiler/dex/quick/arm/
target_arm.cc 682 MarkPair(res.low_reg, res.high_reg);

Completed in 573 milliseconds