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 112 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_); }
    [all...]
scopes.h 352 int num_heap_slots() const { return num_heap_slots_; }
496 int num_heap_slots_; member in class:v8::internal::Scope

Completed in 896 milliseconds