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

  /external/chromium_org/v8/src/
hydrogen-dce.cc 34 bool HDeadCodeEliminationPhase::MarkLive(HValue* ref, HValue* instr) {
48 PrintF("[MarkLive %s]\n", *stream.ToCString());
63 if (instr->CannotBeEliminated() && MarkLive(NULL, instr)) {
69 if (phi->CannotBeEliminated() && MarkLive(NULL, phi)) {
79 if (MarkLive(instr, instr->OperandAt(i))) {
  /art/compiler/dex/quick/
ralloc_util.cc 643 void Mir2Lir::MarkLive(int reg, int s_reg) {
875 MarkLive(loc.low_reg, loc.s_reg_low);
876 MarkLive(loc.high_reg, GetSRegHi(loc.s_reg_low));
909 MarkLive(loc.low_reg, loc.s_reg_low);
    [all...]