Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h284 static Location StackSlotByNumOfSlots(size_t num_of_slots, int spill_slot) { in StackSlotByNumOfSlots() argument
288 return Location::StackSlot(spill_slot); in StackSlotByNumOfSlots()
290 return Location::DoubleStackSlot(spill_slot); in StackSlotByNumOfSlots()
293 return Location::SIMDStackSlot(spill_slot); in StackSlotByNumOfSlots()