Home
last modified time | relevance | path

Searched refs:kStackSlot (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dlocations.h55 kStackSlot = 2, // 32bit stack slot. enumerator
85 static_assert((kStackSlot & kLocationConstantMask) != kConstant, "TagError"); in Location()
250 Location loc(kStackSlot, payload); in StackSlot()
257 return GetKind() == kStackSlot; in IsStackSlot()
344 case kStackSlot: return "S"; in DebugString()
H A Dparallel_move_test.cc109 if (kind == Location::kStackSlot || kind == Location::kFpuRegister || in AllocateScratchLocationFor()
H A Dregister_allocation_resolver.cc259 case Location::kStackSlot: // Fall-through in UpdateSafepointLiveRegisters()
H A Dcode_generator.cc1355 case Location::kStackSlot: { in RecordCatchBlockInfo()
1427 case Location::kStackSlot: { in EmitVRegInfo()
H A Dcode_generator_arm64.cc1071 || kind == Location::kStackSlot || kind == Location::kDoubleStackSlot in AllocateScratchLocationFor()