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

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

Completed in 891 milliseconds