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

  /external/v8/src/
scopeinfo.cc 139 var_index == scope_info->ContextLength() - 1);
145 ASSERT(scope->num_heap_slots() == scope_info->ContextLength());
186 int ScopeInfo::ContextLength() {
224 return ContextLength() > 0;
308 ASSERT(result < ContextLength());
321 ASSERT(result < ContextLength());
scopes.cc 137 num_heap_slots_ = scope_info_->ContextLength();
    [all...]
full-codegen.cc 923 int heap_slots = scope_info->ContextLength() - Context::MIN_CONTEXT_SLOTS;
    [all...]
objects.h     [all...]
heap.cc     [all...]
runtime.cc     [all...]

Completed in 118 milliseconds