Searched refs:SameRegisterKind (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc370 DCHECK(SameRegisterKind(phi_location));
403 DCHECK(SameRegisterKind(expected));
430 DCHECK(SameRegisterKind(input_location));
447 DCHECK(SameRegisterKind(location));
456 bool LiveInterval::SameRegisterKind(Location other) const { function in class:art::LiveInterval
H A Dssa_liveness_analysis.h720 bool SameRegisterKind(Location other) const;
721 bool SameRegisterKind(const LiveInterval& other) const { function in class:art::LiveInterval
798 && interval->SameRegisterKind(*this)
828 && interval->SameRegisterKind(*this)
H A Dregister_allocator.cc723 if (interval->HasRegister() && interval->SameRegisterKind(*current)) {

Completed in 192 milliseconds