Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.h379 int ContextChainLength(Scope* scope);
Dscopes.cc715 int Scope::ContextChainLength(Scope* scope) { in ContextChainLength() function in v8::internal::Scope
Dhydrogen.cc4695 int context_pop_count = inner_scope->ContextChainLength(outer_scope); in VisitContinueStatement()
4727 int context_pop_count = inner_scope->ContextChainLength(outer_scope); in VisitBreakStatement()
5328 int length = scope()->ContextChainLength(var->scope()); in BuildContextChainWalk()
/external/v8/src/compiler/
Dast-graph-builder.cc1699 DCHECK_EQ(0, info()->scope()->ContextChainLength(variable->scope())); in BuildLocalFunctionContext()
1794 int depth = current_scope()->ContextChainLength(variable->scope()); in BuildVariableLoad()
1902 int depth = current_scope()->ContextChainLength(variable->scope()); in BuildVariableAssignment()
/external/v8/src/x87/
Dfull-codegen-x87.cc678 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
736 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
868 __ LoadContext(eax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/x64/
Dfull-codegen-x64.cc703 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
760 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
898 __ LoadContext(rax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc681 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
739 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
875 __ LoadContext(eax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/arm64/
Dfull-codegen-arm64.cc729 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
793 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
935 __ LoadContext(x1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/mips/
Dfull-codegen-mips.cc727 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
788 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
932 __ LoadContext(a1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc723 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
784 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
927 __ LoadContext(a1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/arm/
Dfull-codegen-arm.cc736 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
799 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
940 __ LoadContext(r1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()