/external/v8/test/unittests/compiler/ |
zone-pool-unittest.cc | 125 ZonePool::Scope outer_scope(zone_pool()); 129 size_t bytes = Allocate(outer_scope.zone());
|
/external/v8/src/ast/ |
scopes.cc | 93 Scope::Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type, 108 SetDefaults(scope_type, outer_scope, Handle<ScopeInfo>::null(), 111 DCHECK(scope_type == SCRIPT_SCOPE || outer_scope != NULL); 169 void Scope::SetDefaults(ScopeType scope_type, Scope* outer_scope, 172 outer_scope_ = outer_scope; 192 asm_function_ = outer_scope != NULL && outer_scope->asm_module_; 194 language_mode_ = outer_scope != NULL ? outer_scope->language_mode_ : SLOPPY; 199 force_context_allocation_ = (outer_scope != NULL && !is_function_scope() [all...] |
scopes.h | 92 Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type, 116 // Inserts outer_scope into this scope's scope chain (and removes this 119 void ReplaceOuterScope(Scope* outer_scope); 382 if (outer_scope() == nullptr) return nullptr; 383 return outer_scope()->NearestOuterEvalScope(); 484 Scope* outer_scope() const { return outer_scope_; } function in class:v8::internal::Scope [all...] |
/external/v8/src/ |
messages.cc | 241 HandleScope outer_scope(isolate_); 264 if (!result.is_null()) return outer_scope.CloseAndEscape(result);
|
d8.cc | [all...] |
/external/v8/test/cctest/heap/ |
test-heap.cc | 135 HandleScope outer_scope(isolate); [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 3991 string outer_scope; local [all...] |
/external/v8/src/parsing/ |
pattern-rewriter.cc | 548 scope()->outer_scope(), scope());
|
parser.cc | [all...] |
/external/v8/src/crankshaft/ |
hydrogen.cc | 4718 Scope* outer_scope = scope(); local 4883 Scope* outer_scope = NULL; local 4915 Scope* outer_scope = NULL; local [all...] |
/external/v8/test/cctest/ |
test-parsing.cc | 5770 i::Scope* outer_scope = module_scope->outer_scope(); local [all...] |
test-strings.cc | 648 HandleScope outer_scope(isolate); [all...] |
/external/v8/src/debug/ |
liveedit.cc | 791 current_scope = current_scope->outer_scope(); [all...] |
/external/v8/src/compiler/ |
ast-graph-builder.cc | [all...] |
/external/v8/src/full-codegen/arm64/ |
full-codegen-arm64.cc | [all...] |
/external/v8/src/full-codegen/ia32/ |
full-codegen-ia32.cc | [all...] |
/external/v8/src/full-codegen/ppc/ |
full-codegen-ppc.cc | [all...] |
/external/v8/src/full-codegen/x64/ |
full-codegen-x64.cc | [all...] |
/external/v8/src/full-codegen/x87/ |
full-codegen-x87.cc | [all...] |
/external/v8/src/full-codegen/arm/ |
full-codegen-arm.cc | [all...] |
/external/v8/src/full-codegen/mips/ |
full-codegen-mips.cc | [all...] |
/external/v8/src/full-codegen/mips64/ |
full-codegen-mips64.cc | [all...] |