Searched refs:slots_above_sp (Results 1 – 1 of 1) sorted by relevance
81 int slots_above_sp = 0; in GetFirstUnusedStackSlot() local87 if (new_candidate > slots_above_sp) { in GetFirstUnusedStackSlot()88 slots_above_sp = new_candidate; in GetFirstUnusedStackSlot()92 return slots_above_sp; in GetFirstUnusedStackSlot()