Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h381 int ContextChainLength(Scope* scope) const; in NON_EXPORTED_BASE()
Dscopes.cc1322 int Scope::ContextChainLength(Scope* scope) const { in ContextChainLength() function in v8::internal::Scope
/external/v8/src/compiler/
Dast-graph-builder.cc2274 DCHECK_EQ(0, scope->ContextChainLength(variable->scope())); in BuildLocalActivationContext()
2287 DCHECK_EQ(0, scope->ContextChainLength(variable->scope())); in BuildLocalActivationContext()
2422 int depth = current_scope()->ContextChainLength(variable->scope()); in BuildVariableLoad()
2542 int depth = current_scope()->ContextChainLength(variable->scope()); in BuildVariableAssignment()
/external/v8/src/interpreter/
Dbytecode-generator.cc62 return scope_->ContextChainLength(scope); in ContextChainDepth()
3212 DCHECK_EQ(0, scope->ContextChainLength(variable->scope())); in BuildLocalActivationContextInitialization()
3227 DCHECK_EQ(0, scope->ContextChainLength(variable->scope())); in BuildLocalActivationContextInitialization()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc632 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
690 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc649 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
706 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc627 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
685 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc679 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
742 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc677 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
737 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc678 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
739 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc678 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
739 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc631 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
683 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc652 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand()
709 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope())); in EmitDebugCheckDeclarationContext()
/external/v8/src/crankshaft/
Dhydrogen.cc4409 int context_pop_count = inner_scope->ContextChainLength(outer_scope); in VisitContinueStatement()
4442 int context_pop_count = inner_scope->ContextChainLength(outer_scope); in VisitBreakStatement()
5178 int length = scope()->ContextChainLength(var->scope()); in BuildContextChainWalk()