Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h513 int num_stack_slots() const { return num_stack_slots_; } in num_stack_slots()
695 int num_stack_slots_; variable
Dscopes.cc202 num_stack_slots_ = 0; in SetDefaults()
1035 if (num_stack_slots_ > 0) { in Print()
1037 PrintF("%d stack slots\n", num_stack_slots_); in Print()
1462 var->AllocateTo(VariableLocation::LOCAL, num_stack_slots_++); in AllocateStackSlot()
1641 num_stack_slots_ = 0; in AllocateVariablesRecursively()