Searched defs:MarkLive (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/
H A Dralloc_util.cc821 void Mir2Lir::MarkLive(RegLocation loc) { function in class:art::Mir2Lir
845 info_lo->MarkLive(s_reg);
846 info_hi->MarkLive(s_reg + 1);
856 info->MarkLive(s_reg);
1091 MarkLive(loc);
1105 MarkLive(loc);
1131 MarkLive(loc);
1144 MarkLive(loc);
H A Dmir_to_lir.h363 void MarkLive(int s_reg) { function in class:art::Mir2Lir::RegisterInfo
778 void MarkLive(RegLocation loc);

Completed in 65 milliseconds