Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h57 kDoubleStackSlot = 3, // 64bit stack slot. enumerator
87 static_assert((kDoubleStackSlot & kLocationConstantMask) != kConstant, "TagError"); in Location()
267 Location loc(kDoubleStackSlot, payload); in DoubleStackSlot()
274 return GetKind() == kDoubleStackSlot; in IsDoubleStackSlot()
350 case kDoubleStackSlot: return "DS"; in DebugString()
Dregister_allocation_resolver.cc260 case Location::kDoubleStackSlot: // Fall-through in UpdateSafepointLiveRegisters()
Dcode_generator.cc1369 case Location::kDoubleStackSlot: { in EmitVRegInfo()
1500 case Location::kDoubleStackSlot: { in EmitVRegInfoOnlyCatchPhis()
Dcode_generator_arm64.cc1163 || kind == Location::kStackSlot || kind == Location::kDoubleStackSlot in AllocateScratchLocationFor()