Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc79 int slots_above_sp = 0; in GetFirstUnusedStackSlot() local
85 if (new_candidate > slots_above_sp) { in GetFirstUnusedStackSlot()
86 slots_above_sp = new_candidate; in GetFirstUnusedStackSlot()
90 return slots_above_sp; in GetFirstUnusedStackSlot()