Home
last modified time | relevance | path

Searched refs:num_heap_slots (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/
Dscopes.cc697 if (scope->is_declaration_scope() && scope->num_heap_slots() > 0) { in HasLazyCompilableOuterContext()
719 if (s->is_with_scope() || s->num_heap_slots() > 0) n++; in ContextChainLength()
721 DCHECK(!s->is_catch_scope() || s->num_heap_slots() > 0); in ContextChainLength()
722 DCHECK(!s->is_module_scope() || s->num_heap_slots() > 0); in ContextChainLength()
1406 if (num_heap_slots() == 0) return 0; in ContextLocalCount()
1407 return num_heap_slots() - Context::MIN_CONTEXT_SLOTS - in ContextLocalCount()
Dscopeinfo.cc125 DCHECK(scope->num_heap_slots() == scope_info->ContextLength() || in Create()
126 (scope->num_heap_slots() == kVariablePartIndex && in Create()
Dscopes.h352 int num_heap_slots() const { return num_heap_slots_; } in num_heap_slots() function
Dcompiler.h130 int num_heap_slots() const;
Dcompiler.cc249 int CompilationInfo::num_heap_slots() const { in num_heap_slots() function in v8::internal::CompilationInfo
253 return scope()->num_heap_slots(); in num_heap_slots()
Dhydrogen.cc7820 if (target_info.scope()->num_heap_slots() > 0) { in TryInline()
/external/v8/src/x87/
Dfull-codegen-x87.cc186 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in Generate()
1297 if (s->num_heap_slots() > 0) { in EmitLoadGlobalCheckExtensions()
1361 if (s->num_heap_slots() > 0) { in ContextSlotOperandCheckExtensions()
Dlithium-codegen-x87.cc223 int heap_slots = info_->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in GeneratePrologue()
/external/v8/src/x64/
Dfull-codegen-x64.cc185 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in Generate()
1342 if (s->num_heap_slots() > 0) { in EmitLoadGlobalCheckExtensions()
1406 if (s->num_heap_slots() > 0) { in ContextSlotOperandCheckExtensions()
Dlithium-codegen-x64.cc194 int heap_slots = info_->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in GeneratePrologue()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc186 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in Generate()
1308 if (s->num_heap_slots() > 0) { in EmitLoadGlobalCheckExtensions()
1372 if (s->num_heap_slots() > 0) { in ContextSlotOperandCheckExtensions()
Dlithium-codegen-ia32.cc256 int heap_slots = info_->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in GeneratePrologue()
/external/v8/src/arm64/
Dfull-codegen-arm64.cc194 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in Generate()
1373 if (s->num_heap_slots() > 0) { in EmitLoadGlobalCheckExtensions()
1428 if (s->num_heap_slots() > 0) { in ContextSlotOperandCheckExtensions()
Dlithium-codegen-arm64.cc687 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in GeneratePrologue()
/external/v8/src/mips/
Dfull-codegen-mips.cc202 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in Generate()
1372 if (s->num_heap_slots() > 0) { in EmitLoadGlobalCheckExtensions()
1430 if (s->num_heap_slots() > 0) { in ContextSlotOperandCheckExtensions()
Dlithium-codegen-mips.cc199 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in GeneratePrologue()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc199 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in Generate()
1367 if (s->num_heap_slots() > 0) { in EmitLoadGlobalCheckExtensions()
1425 if (s->num_heap_slots() > 0) { in ContextSlotOperandCheckExtensions()
Dlithium-codegen-mips64.cc174 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in GeneratePrologue()
/external/v8/src/arm/
Dfull-codegen-arm.cc193 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in Generate()
1386 if (s->num_heap_slots() > 0) { in EmitLoadGlobalCheckExtensions()
1447 if (s->num_heap_slots() > 0) { in ContextSlotOperandCheckExtensions()
Dlithium-codegen-arm.cc179 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in GeneratePrologue()
/external/v8/src/compiler/
Dast-graph-builder.cc1681 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in BuildLocalFunctionContext()