HomeSort by relevance Sort by last modified time
    Searched refs:kDoubleStackSlot (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
locations.h 56 kDoubleStackSlot = 3, // 64bit stack slot.
86 static_assert((kDoubleStackSlot & kLocationConstantMask) != kConstant, "TagError");
262 Location loc(kDoubleStackSlot, payload);
269 return GetKind() == kDoubleStackSlot;
332 case kDoubleStackSlot: return "DS";
code_generator.cc     [all...]
register_allocation_resolver.cc 260 case Location::kDoubleStackSlot: // Fall-through
code_generator_arm64.cc     [all...]

Completed in 80 milliseconds