Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc120 num_heap_slots_ = scope_info_->ContextLength(); in Scope()
123 num_heap_slots_ = Max(num_heap_slots_, in Scope()
145 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS; in Scope()
190 num_heap_slots_ = 0; in SetDefaults()
972 if (num_heap_slots_ > 0) { in Print()
974 PrintF("%d heap slots (including %d global slots)\n", num_heap_slots_, in Print()
1300 var->AllocateTo(VariableLocation::CONTEXT, num_heap_slots_++); in AllocateHeapSlot()
1410 var->AllocateTo(VariableLocation::GLOBAL, num_heap_slots_++); in AllocateDeclaredGlobal()
1485 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS; in AllocateVariablesRecursively()
1504 if (num_heap_slots_ == Context::MIN_CONTEXT_SLOTS && !must_have_context) { in AllocateVariablesRecursively()
[all …]
Dscopes.h508 int num_heap_slots() const { return num_heap_slots_; } in num_heap_slots()
679 int num_heap_slots_; variable