Searched refs:ContextChainLength (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/ast/
H A Dscopes.h357 int ContextChainLength(Scope* scope) const;
H A Dscopes.cc1181 int Scope::ContextChainLength(Scope* scope) const { function in class:v8::internal::Scope
/external/v8/src/compiler/
H A Dast-graph-builder.cc3095 int depth = current_scope()->ContextChainLength(s);
3109 int depth = current_scope()->ContextChainLength(s);
3148 DCHECK_EQ(0, scope->ContextChainLength(variable->scope()));
3160 DCHECK_EQ(0, scope->ContextChainLength(variable->scope()));
3358 int depth = current_scope()->ContextChainLength(variable->scope());
3496 int depth = current_scope()->ContextChainLength(variable->scope());
/external/v8/src/interpreter/
H A Dbytecode-generator.cc60 return scope_->ContextChainLength(scope);
2950 DCHECK_EQ(0, scope->ContextChainLength(variable->scope()));
2965 DCHECK_EQ(0, scope->ContextChainLength(variable->scope()));
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc704 int context_chain_length = scope()->ContextChainLength(var->scope());
767 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc702 int context_chain_length = scope()->ContextChainLength(var->scope());
762 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc657 int context_chain_length = scope()->ContextChainLength(var->scope());
715 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc678 int context_chain_length = scope()->ContextChainLength(var->scope());
735 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc659 int context_chain_length = scope()->ContextChainLength(var->scope());
711 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc672 int context_chain_length = scope()->ContextChainLength(var->scope());
729 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc654 int context_chain_length = scope()->ContextChainLength(var->scope());
712 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc703 int context_chain_length = scope()->ContextChainLength(var->scope());
764 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc702 int context_chain_length = scope()->ContextChainLength(var->scope());
763 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
/external/v8/src/crankshaft/
H A Dhydrogen.cc4454 int context_pop_count = inner_scope->ContextChainLength(outer_scope);
4487 int context_pop_count = inner_scope->ContextChainLength(outer_scope);
5218 int length = scope()->ContextChainLength(var->scope());

Completed in 534 milliseconds