Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h56 kDoubleStackSlot = 3, // 64bit stack slot. enumerator
86 static_assert((kDoubleStackSlot & kLocationConstantMask) != kConstant, "TagError"); in Location()
262 Location loc(kDoubleStackSlot, payload); in DoubleStackSlot()
269 return GetKind() == kDoubleStackSlot; in IsDoubleStackSlot()
345 case kDoubleStackSlot: return "DS"; in DebugString()
Dregister_allocation_resolver.cc260 case Location::kDoubleStackSlot: // Fall-through in UpdateSafepointLiveRegisters()
Dcode_generator.cc1360 case Location::kDoubleStackSlot: { in RecordCatchBlockInfo()
1432 case Location::kDoubleStackSlot: { in EmitVRegInfo()
Dcode_generator_arm64.cc1071 || kind == Location::kStackSlot || kind == Location::kDoubleStackSlot in AllocateScratchLocationFor()