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

  /art/compiler/optimizing/
locations.h 171 DCHECK(IsPair());
176 DCHECK(IsPair());
216 bool IsPair() const {
307 } else if (IsPair() || IsDoubleStackSlot()) {
319 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) {
654 || input.IsPair()
register_allocator_graph_color.cc 323 bool IsPair() const {
358 return (IsPair() || other->IsPair()) ? 2 : 1;
    [all...]

Completed in 49 milliseconds