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

/external/chromium_org/v8/src/
H A Dscopes.cc112 num_heap_slots_ = scope_info_->ContextLength();
115 num_heap_slots_ = Max(num_heap_slots_,
138 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS;
174 num_heap_slots_ = 0;
671 if (scope->num_heap_slots_ > 0) return false;
894 if (num_heap_slots_ > 0) { Indent(n1, "// ");
895 PrintF("%d heap slots\n", num_heap_slots_); }
1239 var->AllocateTo(Variable::CONTEXT, num_heap_slots_++);
1357 num_heap_slots_
[all...]
H A Dscopes.h352 int num_heap_slots() const { return num_heap_slots_; }
496 int num_heap_slots_; member in class:v8::internal::Scope

Completed in 260 milliseconds