Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h531 int ContextChainLength(Scope* scope);
Dscopes.cc747 int Scope::ContextChainLength(Scope* scope) { in ContextChainLength() function in v8::internal::Scope
/external/v8/src/compiler/
Dast-graph-builder.cc3164 int depth = current_scope()->ContextChainLength(s); in ComputeBitsetForDynamicGlobal()
3178 int depth = current_scope()->ContextChainLength(s); in ComputeBitsetForDynamicContext()
3210 DCHECK_EQ(0, scope->ContextChainLength(variable->scope())); in BuildLocalActivationContext()
3222 DCHECK_EQ(0, scope->ContextChainLength(variable->scope())); in BuildLocalActivationContext()
3423 int depth = current_scope()->ContextChainLength(variable->scope()); in BuildVariableLoad()
3550 int depth = current_scope()->ContextChainLength(variable->scope()); in BuildVariableAssignment()
/external/v8/src/interpreter/
Dbytecode-generator.cc56 return scope_->ContextChainLength(scope); in ContextChainDepth()
2970 DCHECK_EQ(0, scope->ContextChainLength(variable->scope())); in VisitBuildLocalActivationContext()
2985 DCHECK_EQ(0, scope->ContextChainLength(variable->scope())); in VisitBuildLocalActivationContext()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc642 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
700 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc639 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
697 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc689 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
749 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc655 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
712 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc686 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
747 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc690 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
753 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc642 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
694 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc658 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
715 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc687 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
748 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/crankshaft/
Dhydrogen.cc5031 int context_pop_count = inner_scope->ContextChainLength(outer_scope); in VisitContinueStatement()
5064 int context_pop_count = inner_scope->ContextChainLength(outer_scope); in VisitBreakStatement()
5791 int length = scope()->ContextChainLength(var->scope()); in BuildContextChainWalk()