Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h56 kStackSlot = 2, // 32bit stack slot. enumerator
86 static_assert((kStackSlot & kLocationConstantMask) != kConstant, "TagError"); in Location()
255 Location loc(kStackSlot, payload); in StackSlot()
262 return GetKind() == kStackSlot; in IsStackSlot()
349 case kStackSlot: return "S"; in DebugString()
Dparallel_move_test.cc110 if (kind == Location::kStackSlot || kind == Location::kFpuRegister || in AllocateScratchLocationFor()
Dregister_allocation_resolver.cc259 case Location::kStackSlot: // Fall-through in UpdateSafepointLiveRegisters()
Dcode_generator.cc1364 case Location::kStackSlot: { in EmitVRegInfo()
1495 case Location::kStackSlot: { in EmitVRegInfoOnlyCatchPhis()
Dcode_generator_arm64.cc1163 || kind == Location::kStackSlot || kind == Location::kDoubleStackSlot in AllocateScratchLocationFor()