Home
last modified time | relevance | path

Searched refs:kDoubleStackSlot (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dlocations.h49 kDoubleStackSlot = 3, // 64bit stack slot. enumerator
77 static_assert((kDoubleStackSlot & kLocationConstantMask) != kConstant, "TagError"); in Location()
255 Location loc(kDoubleStackSlot, payload); in DoubleStackSlot()
262 return GetKind() == kDoubleStackSlot; in IsDoubleStackSlot()
313 case kDoubleStackSlot: return "DS"; in DebugString()
Dcode_generator.cc877 case Location::kDoubleStackSlot: { in RecordCatchBlockInfo()
958 case Location::kDoubleStackSlot: { in EmitEnvironment()
Dregister_allocator.cc1719 case Location::kDoubleStackSlot: // Fall-through in ConnectSiblings()
Dcode_generator_arm64.cc965 kind == Location::kStackSlot || kind == Location::kDoubleStackSlot); in AllocateScratchLocationFor()