Home
last modified time | relevance | path

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

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