Searched refs:cache_scope (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
D | scopes.cc | 2067 Scope* outer_scope_end, Scope* cache_scope, in Lookup() argument 2074 Variable* var = cache_scope->variables_.Lookup(proxy->raw_name()); in Lookup() 2090 scope == cache_scope); in Lookup() 2091 return cache_scope->NonLocal(proxy->raw_name(), VariableMode::kDynamic); in Lookup() 2110 external_cache ? cache_scope : scope); in Lookup() 2139 return LookupWith(proxy, scope, outer_scope_end, cache_scope, in Lookup() 2145 return LookupSloppyEval(proxy, scope, outer_scope_end, cache_scope, in Lookup() 2154 DCHECK_NULL(cache_scope); in Lookup() 2155 cache_scope = scope->GetNonEvalDeclarationScope(); in Lookup() 2157 cache_scope); in Lookup() [all …]
|
D | scopes.h | 690 Scope* outer_scope_end, Scope* cache_scope = nullptr, 693 Scope* outer_scope_end, Scope* cache_scope, 696 Scope* outer_scope_end, Scope* cache_scope,
|
/third_party/node/deps/v8/src/wasm/ |
D | module-instantiate.cc | 54 WasmImportWrapperCache::ModificationScope* cache_scope) in CompileImportWrapperJob() argument 58 cache_scope_(cache_scope) {} in CompileImportWrapperJob() 1150 WasmImportWrapperCache::ModificationScope cache_scope(cache); in ProcessImportedFunction() local 1155 cache_scope[key] = wasm_code; in ProcessImportedFunction() 1573 WasmImportWrapperCache::ModificationScope cache_scope( in CompileImportWrappers() local 1615 if (cache_scope[key] != nullptr) { in CompileImportWrappers() 1623 isolate_->counters(), native_module, &import_wrapper_queue, &cache_scope); in CompileImportWrappers()
|
D | module-compiler.h | 74 WasmImportWrapperCache::ModificationScope* cache_scope);
|
D | module-compiler.cc | 3948 WasmImportWrapperCache::ModificationScope* cache_scope) { in CompileImportWrapper() argument 3953 DCHECK_NULL((*cache_scope)[key]); in CompileImportWrapper() 3971 (*cache_scope)[key] = published_code; in CompileImportWrapper()
|
D | wasm-objects.cc | 591 wasm::WasmImportWrapperCache::ModificationScope cache_scope(cache); in UpdateDispatchTables() local 595 cache_scope[key] = wasm_code; in UpdateDispatchTables()
|