Searched refs:slots_above_sp (Results 1 – 1 of 1) sorted by relevance
79 int slots_above_sp = 0; in GetFirstUnusedStackSlot() local85 if (new_candidate > slots_above_sp) { in GetFirstUnusedStackSlot()86 slots_above_sp = new_candidate; in GetFirstUnusedStackSlot()90 return slots_above_sp; in GetFirstUnusedStackSlot()