Searched refs:num_heap_slots_ (Results 1 – 2 of 2) sorted by relevance
132 num_heap_slots_ = scope_info_->ContextLength(); in Scope()135 num_heap_slots_ = Max(num_heap_slots_, in Scope()159 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS; in Scope()203 num_heap_slots_ = 0; in SetDefaults()1039 if (num_heap_slots_ > 0) { in Print()1041 PrintF("%d heap slots (including %d global slots)\n", num_heap_slots_, in Print()1468 var->AllocateTo(VariableLocation::CONTEXT, num_heap_slots_++); in AllocateHeapSlot()1578 var->AllocateTo(VariableLocation::GLOBAL, num_heap_slots_++); in AllocateDeclaredGlobal()1652 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS; in AllocateVariablesRecursively()1671 if (num_heap_slots_ == Context::MIN_CONTEXT_SLOTS && !must_have_context) { in AllocateVariablesRecursively()[all …]
514 int num_heap_slots() const { return num_heap_slots_; } in num_heap_slots()696 int num_heap_slots_; variable