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

/art/compiler/optimizing/
H A Dlocations.h164 DCHECK(IsPair());
169 DCHECK(IsPair());
209 bool IsPair() const { function in class:art::Location
288 } else if (IsPair() || IsDoubleStackSlot()) {
300 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) {
581 || input.IsPair()
/art/compiler/dex/
H A Dreg_storage.h162 constexpr bool IsPair() const { function in class:art::RegStorage
210 DCHECK(!IsPair()) << "reg_ = 0x" << std::hex << reg_;
217 DCHECK(!IsPair());
223 DCHECK(IsPair());
229 DCHECK(IsPair());
235 DCHECK(IsPair());
241 DCHECK(IsPair());
247 DCHECK(IsPair());
252 DCHECK(IsPair());
273 DCHECK(!low.IsPair());
[all...]

Completed in 62 milliseconds