/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dswscope.c | 31 union acpi_generic_state *scope_info; in acpi_ds_scope_stack_clear() local 71 union acpi_generic_state *scope_info; in acpi_ds_scope_stack_push() local 146 union acpi_generic_state *scope_info; acpi_ds_scope_stack_pop() local [all...] |
H A D | dspkginit.c | 385 union acpi_generic_state scope_info; in acpi_ds_resolve_package_element() local
|
H A D | nsconvert.c | 439 union acpi_generic_state scope_info; in acpi_ns_convert_to_reference() local
|
H A D | nsaccess.c | 280 acpi_ns_lookup(union acpi_generic_state *scope_info, in acpi_ns_lookup() argument
|
H A D | nsutils.c | 639 union acpi_generic_state scope_info; in acpi_ns_get_node_unlocked() local
|
H A D | acstruct.h | 87 union acpi_generic_state *scope_info; /* Stack of nested scopes */ member
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dswscope.c | 31 union acpi_generic_state *scope_info; in acpi_ds_scope_stack_clear() local 71 union acpi_generic_state *scope_info; in acpi_ds_scope_stack_push() local 146 union acpi_generic_state *scope_info; acpi_ds_scope_stack_pop() local [all...] |
H A D | nsconvert.c | 439 union acpi_generic_state scope_info; in acpi_ns_convert_to_reference() local
|
H A D | dspkginit.c | 385 union acpi_generic_state scope_info; in acpi_ds_resolve_package_element() local
|
H A D | nsaccess.c | 280 acpi_ns_lookup(union acpi_generic_state *scope_info, in acpi_ns_lookup() argument
|
H A D | nsutils.c | 639 union acpi_generic_state scope_info; in acpi_ns_get_node_unlocked() local
|
H A D | acstruct.h | 87 union acpi_generic_state *scope_info; /* Stack of nested scopes */ member
|
/third_party/node/deps/v8/src/objects/ |
H A D | scope-info-inl.h | 92 ScopeInfoPtr scope_info() const { return range_->scope_info_; } in scope_info() function in v8::internal::ScopeInfo::LocalNamesRange::Iterator 122 explicit LocalNamesRange(ScopeInfoPtr scope_info) : scope_info_(scope_info) {} in LocalNamesRange() argument 133 IterateLocalNames( Handle<ScopeInfo> scope_info) IterateLocalNames() argument 139 IterateLocalNames( ScopeInfo* scope_info, const DisallowGarbageCollection& no_gc) IterateLocalNames() argument [all...] |
H A D | contexts.cc | 67 ScopeInfo scope_info = this->scope_info(); in Initialize() local 313 ScopeInfo scope_info = context->scope_info(); Lookup() local 397 ScopeInfo scope_info = context->scope_info(); Lookup() local [all...] |
H A D | shared-function-info-inl.h | 426 void SharedFunctionInfo::SetScopeInfo(ScopeInfo scope_info, in SetScopeInfo() argument 442 void SharedFunctionInfo::set_raw_scope_info(ScopeInfo scope_info, in set_raw_scope_info() argument 897 Object scope_info = name_or_scope_info(kAcquireLoad); HasInferredName() local 907 ScopeInfo scope_info = ScopeInfo::cast(maybe_scope_info); inferred_name() local [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 104 Handle<ScopeInfo> scope_info = in Local() local 163 Handle<ScopeInfo> scope_info = in WithTopmostArguments() local 254 Handle<ScopeInfo> scope_info = in ContextBuilder() local [all...] |
H A D | debug-scopes.cc | 778 VisitContextLocals(const Visitor& visitor, Handle<ScopeInfo> scope_info, Handle<Context> context, ScopeType scope_type) const VisitContextLocals() argument [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-constructor-gen.cc | 342 FastNewFunctionContext( TNode<ScopeInfo> scope_info, TNode<Uint32T> slots, TNode<Context> context, ScopeType scope_type) FastNewFunctionContext() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-scopes.cc | 587 Handle<ScopeInfo> scope_info in RUNTIME_FUNCTION() local 598 Handle<ScopeInfo> scope_info = args.at<ScopeInfo>(1); RUNTIME_FUNCTION() local 609 Handle<ScopeInfo> scope_info = args.at<ScopeInfo>(1); RUNTIME_FUNCTION() local 619 Handle<ScopeInfo> scope_info = args.at<ScopeInfo>(0); RUNTIME_FUNCTION() local [all...] |
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 790 Handle<ScopeInfo> scope_info = handle(context->scope_info(), isolate_); in DiscoverContext() local 1628 Handle<ScopeInfo> scope_info = DeserializeContexts() local 1740 Handle<ScopeInfo> scope_info = factory()->NewScopeInfo(length); CreateScopeInfo() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 366 CreateFunctionContextParameters(const ScopeInfoRef& scope_info, in CreateFunctionContextParameters() argument 372 ScopeInfoRef scope_info(JSHeapBroker* broker) const { in scope_info() function in v8::internal::compiler::final
|
H A D | js-operator.cc | 1425 CreateFunctionContext( const ScopeInfoRef& scope_info, int slot_count, ScopeType scope_type) CreateFunctionContext() argument 1436 CreateCatchContext( const ScopeInfoRef& scope_info) CreateCatchContext() argument 1445 CreateWithContext( const ScopeInfoRef& scope_info) CreateWithContext() argument 1454 CreateBlockContext( const ScopeInfoRef& scope_info) CreateBlockContext() argument
|
H A D | js-create-lowering.cc | 1215 ScopeInfoRef scope_info = parameters.scope_info(broker()); in ReduceJSCreateFunctionContext() local 1240 scope_info); in ReduceJSCreateFunctionContext() local 1255 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in ReduceJSCreateWithContext() local 1266 a.Store(AccessBuilder::ForContextSlot(Context::SCOPE_INFO_INDEX), scope_info); in ReduceJSCreateWithContext() local 1276 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in ReduceJSCreateCatchContext() local 1286 a.Store(AccessBuilder::ForContextSlot(Context::SCOPE_INFO_INDEX), scope_info); in ReduceJSCreateCatchContext() local 1297 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in ReduceJSCreateBlockContext() local 1311 scope_info); in ReduceJSCreateBlockContext() local [all...] |
H A D | js-generic-lowering.cc | 676 ScopeInfoRef scope_info = parameters.scope_info(broker()); in LowerJSCreateFunctionContext() local 816 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in LowerJSCreateCatchContext() local 822 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in LowerJSCreateWithContext() local 828 ScopeInfoRef scope_info = ScopeInfoOf(broker(), node->op()); in LowerJSCreateBlockContext() local [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.h | 561 Handle<ScopeInfo> scope_info() const { in scope_info() function in v8::internal::Scope 979 void SetScriptScopeInfo(Handle<ScopeInfo> scope_info) { in SetScriptScopeInfo() argument
|