Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc255 num_heap_slots_ = scope_info->ContextLength(); in Scope()
256 DCHECK_LE(Context::MIN_CONTEXT_SLOTS, num_heap_slots_); in Scope()
326 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS; in SetDefaults()
783 num_heap_slots_ = 0; in FinalizeBlockScope()
1675 if (num_heap_slots_ > 0) { in Print()
1677 PrintF("%d heap slots\n", num_heap_slots_); in Print()
2066 var->AllocateTo(VariableLocation::CONTEXT, num_heap_slots_++); in AllocateHeapSlot()
2208 DCHECK_EQ(Context::MIN_CONTEXT_SLOTS, num_heap_slots_); in AllocateVariablesRecursively()
2231 if (num_heap_slots_ == Context::MIN_CONTEXT_SLOTS && !must_have_context) { in AllocateVariablesRecursively()
2232 num_heap_slots_ = 0; in AllocateVariablesRecursively()
[all …]
Dscopes.h371 int num_heap_slots() const { return num_heap_slots_; } in NON_EXPORTED_BASE()
530 int num_heap_slots_; in NON_EXPORTED_BASE() local