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()
332 case kDoubleStackSlot: return "DS"; in DebugString()
Dcode_generator.cc964 case Location::kDoubleStackSlot: { in RecordCatchBlockInfo()
1045 case Location::kDoubleStackSlot: { in EmitEnvironment()
Dregister_allocation_resolver.cc257 case Location::kDoubleStackSlot: // Fall-through in UpdateSafepointLiveRegisters()
Dcode_generator_arm64.cc1512 || kind == Location::kStackSlot || kind == Location::kDoubleStackSlot in AllocateScratchLocationFor()