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

  /external/v8/src/
scopes.cc 664 if (outer->is_declaration_scope() && outer->num_heap_slots() > 0)
676 if (s->num_heap_slots() > 0) n++;
    [all...]
scopes.h 360 int num_heap_slots() const { return num_heap_slots_; } function in class:v8::internal::Scope
scopeinfo.cc 145 ASSERT(scope->num_heap_slots() == scope_info->ContextLength());
hydrogen.cc     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 191 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
lithium-codegen-arm.cc 176 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 184 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
lithium-codegen-ia32.cc 188 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
lithium-codegen-mips.cc 174 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
lithium-codegen-x64.cc 186 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]

Completed in 6031 milliseconds