HomeSort by relevance Sort by last modified time
    Searched defs:IsPair (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
reg_storage.h 162 constexpr bool IsPair() const {
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...]
  /art/compiler/optimizing/
locations.h 164 DCHECK(IsPair());
169 DCHECK(IsPair());
209 bool IsPair() const {
288 } else if (IsPair() || IsDoubleStackSlot()) {
300 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) {
581 || input.IsPair()

Completed in 1088 milliseconds