HomeSort by relevance Sort by last modified time
    Searched refs:num_heap_slots_ (Results 1 - 4 of 4) 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
  /external/chromium_org/v8/src/
scopes.cc 145 num_heap_slots_ = scope_info_->ContextLength();
148 num_heap_slots_ = Max(num_heap_slots_,
169 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS;
204 num_heap_slots_ = 0;
681 if (scope->num_heap_slots_ > 0) return false;
906 if (num_heap_slots_ > 0) { Indent(n1, "// ");
907 PrintF("%d heap slots\n", num_heap_slots_); }
    [all...]
scopes.h 377 int num_heap_slots() const { return num_heap_slots_; }
517 int num_heap_slots_; member in class:v8::internal::Scope

Completed in 841 milliseconds