Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.h278 int ContextChainLength(Scope* scope);
Dscopes.cc387 int Scope::ContextChainLength(Scope* scope) { in ContextChainLength() function in v8::internal::Scope
/external/v8/src/ia32/
Dfull-codegen-ia32.cc632 scope()->ContextChainLength(slot->var()->scope()); in EmitSlotSearch()
691 ASSERT_EQ(0, scope()->ContextChainLength(var->scope())); in VisitDeclaration()
Dcodegen-ia32.cc380 int chain_length = scope()->ContextChainLength(slot->var()->scope()); in SlotOperand()
/external/v8/src/arm/
Dfull-codegen-arm.cc517 scope()->ContextChainLength(slot->var()->scope()); in EmitSlotSearch()
577 ASSERT_EQ(0, scope()->ContextChainLength(var->scope())); in VisitDeclaration()
Dcodegen-arm.cc421 int chain_length = scope()->ContextChainLength(slot->var()->scope()); in SlotOperand()
/external/v8/src/x64/
Dfull-codegen-x64.cc634 scope()->ContextChainLength(slot->var()->scope()); in EmitSlotSearch()
693 ASSERT_EQ(0, scope()->ContextChainLength(var->scope())); in VisitDeclaration()
Dcodegen-x64.cc4464 int chain_length = scope()->ContextChainLength(slot->var()->scope()); in SlotOperand()