Searched refs:ContextChainLength (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ast/ |
D | scopes.h | 531 int ContextChainLength(Scope* scope);
|
D | scopes.cc | 747 int Scope::ContextChainLength(Scope* scope) { in ContextChainLength() function in v8::internal::Scope
|
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 3164 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/ |
D | bytecode-generator.cc | 56 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/ |
D | full-codegen-ia32.cc | 642 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/ |
D | full-codegen-x87.cc | 639 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/ |
D | full-codegen-arm64.cc | 689 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/ |
D | full-codegen-x64.cc | 655 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/ |
D | full-codegen-mips64.cc | 686 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/ |
D | full-codegen-arm.cc | 690 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/ |
D | full-codegen-s390.cc | 642 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/ |
D | full-codegen-ppc.cc | 658 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/ |
D | full-codegen-mips.cc | 687 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() 748 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 5031 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()
|