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

/art/compiler/optimizing/
H A Dregister_allocator_linear_scan.cc701 && !(current->IsLowInterval() && IsBlocked(GetHighForLowRegister(hint)))) {
702 DCHECK(!IsBlocked(hint));
740 bool RegisterAllocatorLinearScan::IsBlocked(int reg) const { function in class:art::RegisterAllocatorLinearScan
750 if (IsBlocked(i)) continue;
753 if (IsBlocked(high_register)) continue;
784 if (IsBlocked(i)) {

Completed in 55 milliseconds