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 156 num_heap_slots_ = scope_info_->NumberOfContextSlots();
207 num_heap_slots_ = 0;
518 if (scope->num_heap_slots_ > 0) return false;
635 if (num_heap_slots_ > 0) { Indent(n1, "// ");
636 PrintF("%d heap slots\n", num_heap_slots_); }
924 var->set_rewrite(new Slot(var, Slot::CONTEXT, num_heap_slots_++));
    [all...]
scopes.h 297 int num_heap_slots() const { return num_heap_slots_; }
391 int num_heap_slots_; member in class:v8::internal::Scope

Completed in 33 milliseconds