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

  /art/compiler/dex/quick/x86/
fp_x86.cc 143 // ResetDef to prevent NullifyRange from removing stores.
144 ResetDef(rl_src.reg);
362 // ResetDef to prevent NullifyRange from removing stores.
363 ResetDef(rl_src1.reg);
376 ResetDef(rl_src2.reg);
  /art/compiler/dex/quick/
ralloc_util.cc 651 void Mir2Lir::ResetDef(RegStorage reg) {
703 ResetDef(rl.reg.GetHigh()); // Only track low of pair
716 ResetDef(rl.reg);
726 ResetDef(rs);
    [all...]
mir_to_lir.h     [all...]

Completed in 426 milliseconds