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

  /external/v8/src/ast/
scopes.cc 269 num_heap_slots_ = scope_info->ContextLength();
270 DCHECK_LE(Context::MIN_CONTEXT_SLOTS, num_heap_slots_);
346 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS;
857 num_heap_slots_ = 0;
    [all...]
scopes.h 406 int num_heap_slots() const { return num_heap_slots_; }
552 int num_heap_slots_; member in class:v8::internal::Scope
    [all...]

Completed in 150 milliseconds