Home
last modified time | relevance | path

Searched refs:outer_scope (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dscopes.h96 Scope(Scope* outer_scope, Type type);
204 Scope* outer_scope() const { return outer_scope_; } in outer_scope() function
Dscopes.cc139 Scope::Scope(Scope* outer_scope, Type type) in Scope() argument
140 : outer_scope_(outer_scope), in Scope()
166 ASSERT((type == GLOBAL_SCOPE || type == EVAL_SCOPE) == (outer_scope == NULL)); in Scope()
213 scope = scope->outer_scope()) { in Lookup()
Dcompiler.cc63 while (top->outer_scope() != NULL) top = top->outer_scope(); in MakeCode()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc3258 string outer_scope; in BuildEnumValue() local
3260 outer_scope = file_->package(); in BuildEnumValue()
3262 outer_scope = parent->containing_type()->full_name(); in BuildEnumValue()
3265 if (outer_scope.empty()) { in BuildEnumValue()
3266 outer_scope = "the global scope"; in BuildEnumValue()
3268 outer_scope = "\"" + outer_scope + "\""; in BuildEnumValue()
3276 + outer_scope + ", not just within \"" + parent->name() + "\"."); in BuildEnumValue()
/external/v8/src/arm/
Dcodegen-arm.cc458 for (Scope* s = scope(); s != slot->var()->scope(); s = s->outer_scope()) { in ContextSlotOperandCheckExtensions()
2574 s = s->outer_scope(); in LoadFromGlobalSlotCheckExtensions()
/external/v8/src/x64/
Dcodegen-x64.cc4500 for (Scope* s = scope(); s != slot->var()->scope(); s = s->outer_scope()) { in ContextSlotOperandCheckExtensions()
4789 s = s->outer_scope(); in LoadFromGlobalSlotCheckExtensions()
/external/v8/src/ia32/
Dcodegen-ia32.cc416 for (Scope* s = scope(); s != slot->var()->scope(); s = s->outer_scope()) { in ContextSlotOperandCheckExtensions()
4293 s = s->outer_scope(); in LoadFromGlobalSlotCheckExtensions()