Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc81 int slots_above_sp = 0; in GetFirstUnusedStackSlot() local
87 if (new_candidate > slots_above_sp) { in GetFirstUnusedStackSlot()
88 slots_above_sp = new_candidate; in GetFirstUnusedStackSlot()
92 return slots_above_sp; in GetFirstUnusedStackSlot()