Searched defs:MarkLive (Results 1 - 2 of 2) sorted by relevance
/art/compiler/dex/quick/ | ||
H A D | ralloc_util.cc | 821 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 D | mir_to_lir.h | 363 void MarkLive(int s_reg) { function in class:art::Mir2Lir::RegisterInfo 778 void MarkLive(RegLocation loc); |
Completed in 49 milliseconds