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

/art/compiler/dex/quick/
H A Dralloc_util.cc109 m2l_->MarkInUse(reg);
112 m2l_->MarkInUse(reg);
262 GetRegInfo(reg)->MarkInUse();
295 GetRegInfo(reg)->MarkInUse();
359 info->MarkInUse();
376 info->MarkInUse();
510 info_low->MarkInUse();
513 info_high->MarkInUse();
518 info->MarkInUse();
625 p_lo->MarkInUse();
922 void Mir2Lir::MarkInUse(RegStorage reg) { function in class:art::Mir2Lir
[all...]
H A Dmir_to_lir.h336 void MarkInUse() { master_->used_storage_ |= storage_mask_; } function in class:art::Mir2Lir::RegisterInfo
755 void MarkInUse(RegStorage reg);

Completed in 239 milliseconds