Searched refs:num_heap_slots (Results 1 - 23 of 23) sorted by relevance

/external/v8/src/ast/
H A Dscopes.h314 DCHECK(!is_catch_scope() || num_heap_slots() > 0);
315 return num_heap_slots() > 0;
347 int num_heap_slots() const { return num_heap_slots_; } function in class:v8::internal::Scope
H A Dscopes.cc2055 if (num_heap_slots() == 0) return 0;
2060 return num_heap_slots() - Context::MIN_CONTEXT_SLOTS -
H A Dscopeinfo.cc284 DCHECK_EQ(scope->num_heap_slots(), scope_info->ContextLength());
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc190 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc193 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc178 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc198 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc202 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc178 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc178 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/interpreter/
H A Dbytecode-generator.cc2933 int slot_count = scope->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/compiler/
H A Dast-graph-builder.cc3173 int slot_count = scope->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc200 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc199 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc159 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc613 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc171 int slots = info_->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc197 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc173 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc181 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc172 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc174 int slots = info_->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc141 int slots = info_->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;

Completed in 1842 milliseconds