HomeSort by relevance Sort by last modified time
    Searched refs:num_heap_slots_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
scopes.cc 137 num_heap_slots_ = scope_info_->ContextLength();
140 num_heap_slots_ = Max(num_heap_slots_,
159 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS;
192 num_heap_slots_ = 0;
636 if (scope->num_heap_slots_ > 0) return false;
841 if (num_heap_slots_ > 0) { Indent(n1, "// ");
842 PrintF("%d heap slots\n", num_heap_slots_); }
    [all...]
scopes.h 360 int num_heap_slots() const { return num_heap_slots_; }
490 int num_heap_slots_; member in class:v8::internal::Scope

Completed in 3708 milliseconds