Searched refs:ContextChainLength (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | scopes.h | 379 int ContextChainLength(Scope* scope);
|
D | scopes.cc | 715 int Scope::ContextChainLength(Scope* scope) { in ContextChainLength() function in v8::internal::Scope
|
D | hydrogen.cc | 4695 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/ |
D | ast-graph-builder.cc | 1699 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/ |
D | full-codegen-x87.cc | 678 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/ |
D | full-codegen-x64.cc | 703 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/ |
D | full-codegen-ia32.cc | 681 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/ |
D | full-codegen-arm64.cc | 729 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/ |
D | full-codegen-mips.cc | 727 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/ |
D | full-codegen-mips64.cc | 723 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/ |
D | full-codegen-arm.cc | 736 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()
|