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

  /art/compiler/dex/quick/
mir_to_lir.h 387 LIR* DefStart() { return def_start_; }
388 void SetDefStart(LIR* def_start) { def_start_ = def_start; }
391 void ResetDefBody() { def_start_ = def_end_ = nullptr; }
415 LIR *def_start_; // Starting inst in last def sequence. member in class:art::Mir2Lir::RegisterInfo
    [all...]
ralloc_util.cc 47 s_reg_(INVALID_SREG), def_use_mask_(mask), master_(this), def_start_(nullptr),
    [all...]

Completed in 54 milliseconds