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

/art/compiler/optimizing/
H A Dlocations.h49 kDoubleStackSlot = 3, // 64bit stack slot. enumerator in enum:art::Location::Kind
77 static_assert((kDoubleStackSlot & kLocationConstantMask) != kConstant, "TagError");
255 Location loc(kDoubleStackSlot, payload);
262 return GetKind() == kDoubleStackSlot;
313 case kDoubleStackSlot: return "DS";

Completed in 3055 milliseconds