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

/art/compiler/dex/
H A Dreg_storage.h161 constexpr bool IsPair() const { function in class:art::RegStorage
209 DCHECK(!IsPair()) << "reg_ = 0x" << std::hex << reg_;
216 DCHECK(!IsPair());
222 DCHECK(IsPair());
228 DCHECK(IsPair());
234 DCHECK(IsPair());
240 DCHECK(IsPair());
246 DCHECK(IsPair());
251 DCHECK(IsPair());
272 DCHECK(!low.IsPair());
[all...]

Completed in 44 milliseconds