Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h507 int num_stack_slots() const { return num_stack_slots_; } in num_stack_slots()
678 int num_stack_slots_; variable
Dscopes.cc189 num_stack_slots_ = 0; in SetDefaults()
968 if (num_stack_slots_ > 0) { in Print()
970 PrintF("%d stack slots\n", num_stack_slots_); in Print()
1294 var->AllocateTo(VariableLocation::LOCAL, num_stack_slots_++); in AllocateStackSlot()
1474 num_stack_slots_ = 0; in AllocateVariablesRecursively()