Home
last modified time | relevance | path

Searched refs:scope (Results 426 - 450 of 1103) sorted by relevance

1...<<11121314151617181920>>...45

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.cc7 #include "src/common/assert-scope.h"
639 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(const Scope* scope) { in LoadLiteral() argument
640 size_t entry = GetConstantPoolEntry(scope); in LoadLiteral()
960 const Scope* scope) { in CreateBlockContext()
961 size_t entry = GetConstantPoolEntry(scope); in CreateBlockContext()
967 Register exception, const Scope* scope) { in CreateCatchContext()
968 size_t scope_index = GetConstantPoolEntry(scope); in CreateCatchContext()
974 const Scope* scope, int slots) { in CreateFunctionContext()
975 size_t scope_index = GetConstantPoolEntry(scope); in CreateFunctionContext()
981 const Scope* scope, in in CreateEvalContext()
959 CreateBlockContext( const Scope* scope) CreateBlockContext() argument
966 CreateCatchContext( Register exception, const Scope* scope) CreateCatchContext() argument
973 CreateFunctionContext( const Scope* scope, int slots) CreateFunctionContext() argument
980 CreateEvalContext( const Scope* scope, int slots) CreateEvalContext() argument
987 CreateWithContext( Register object, const Scope* scope) CreateWithContext() argument
1537 GetConstantPoolEntry(const Scope* scope) GetConstantPoolEntry() argument
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dpsloop.c249 if ((parser_state->scope->parse_scope.op) && in acpi_ps_parse_loop()
250 ((parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop()
252 || (parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop()
288 "Popped scope, Op=%p\n", op)); in acpi_ps_parse_loop()
344 * If the scope/device op fails to parse, skip the body of in acpi_ps_parse_loop()
345 * the scope op because the parse failure indicates that in acpi_ps_parse_loop()
H A Dacnamesp.h22 #define ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name scope */
162 acpi_ns_convert_to_unicode(struct acpi_namespace_node *scope,
167 acpi_ns_convert_to_resource(struct acpi_namespace_node *scope,
172 acpi_ns_convert_to_reference(struct acpi_namespace_node *scope,
/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_parameters.h19 u8 scope; member
193 * struct iscsi_param->scope
198 #define IS_SCOPE_CONNECTION_ONLY(p) ((p)->scope & SCOPE_CONNECTION_ONLY)
199 #define IS_SCOPE_SESSION_WIDE(p) ((p)->scope & SCOPE_SESSION_WIDE)
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dacnamesp.h22 #define ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name scope */
162 acpi_ns_convert_to_unicode(struct acpi_namespace_node *scope,
167 acpi_ns_convert_to_resource(struct acpi_namespace_node *scope,
172 acpi_ns_convert_to_reference(struct acpi_namespace_node *scope,
H A Dpsloop.c249 if ((parser_state->scope->parse_scope.op) && in acpi_ps_parse_loop()
250 ((parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop()
252 || (parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop()
287 "Popped scope, Op=%p\n", op)); in acpi_ps_parse_loop()
343 * If the scope/device op fails to parse, skip the body of in acpi_ps_parse_loop()
344 * the scope op because the parse failure indicates that in acpi_ps_parse_loop()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_parameters.h19 u8 scope; member
193 * struct iscsi_param->scope
198 #define IS_SCOPE_CONNECTION_ONLY(p) ((p)->scope & SCOPE_CONNECTION_ONLY)
199 #define IS_SCOPE_SESSION_WIDE(p) ((p)->scope & SCOPE_SESSION_WIDE)
/third_party/node/src/
H A Djs_udp_wrap.cc63 HandleScope scope(env()->isolate()); in RecvStart()
77 HandleScope scope(env()->isolate()); in RecvStop()
93 HandleScope scope(env()->isolate()); in Send()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c373 int ifidx, prefixlen, scope; in get_a_lla_byifindex() local
389 &ifidx, &prefixlen, &scope); in get_a_lla_byifindex()
403 if (scope != PROC_IFINET6_LINKLOCAL) in get_a_lla_byifindex()
/third_party/node/deps/v8/src/execution/
H A Dmicrotask-queue.cc83 HandleScope scope(isolate); in EnqueueMicrotask()
93 HandleScope scope(isolate); in EnqueueMicrotask()
118 // API calls will check that there's always a microtask scope on the in PerformCheckpointInternal()
121 // microtask scope here to avoid running into the CallDepthScope check. in PerformCheckpointInternal()
165 SetIsRunningMicrotasks scope(&is_running_microtasks_); in RunMicrotasks()
182 // If execution is terminating, clean up and propagate that to TryCatch scope. in RunMicrotasks()
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.h74 #define DEFINE_SCOPE(scope) scope,
96 V8_INLINE Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind);
429 // Note: when accessing a background scope via this method, the caller is
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_get.c24 * @tc.desc : Get thread scope
29 int scope = 0; in pthread_attr_getscope_0100() local
32 int rev = pthread_attr_getscope(&attr, &scope); in pthread_attr_getscope_0100()
34 EXPECT_EQ("pthread_attr_getscope_0100", scope, PTHREAD_SCOPE_SYSTEM); in pthread_attr_getscope_0100()
/third_party/vixl/test/
H A Dtest-use-scratch-register-scope.cc90 UseScratchRegisterScope scope(masm_); in Run()
91 VIXL_CHECK(masm_->GetCurrentScratchRegisterScope() == &scope); in Run()
93 VIXL_CHECK(masm_->GetCurrentScratchRegisterScope() == &scope); in Run()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc970 InstructionAccurateScope scope(this, in Adr()
1181 InstructionAccurateScope scope(this); in PushHelper()
1218 InstructionAccurateScope scope(this); in PopHelper()
1269 InstructionAccurateScope scope(this); in PushCalleeSavedRegisters()
1303 InstructionAccurateScope scope(this); in PopCalleeSavedRegisters()
1334 UseScratchRegisterScope scope(this); in AssertSpAligned()
1335 Register temp = scope.AcquireX(); in AssertSpAligned()
1343 UseScratchRegisterScope scope(this); in CopySlots()
1344 Register dst_reg = scope.AcquireX(); in CopySlots()
1390 UseScratchRegisterScope scope(thi in CopyDoubleWords()
[all...]
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js330 constructor(scope, properties) {
331 ObjectAssign(this, scope);
526 (scope) => scope.type !== 'global',
528 async (scope) => {
529 const { objectId } = scope.object;
534 return new ScopeSnapshot(scope, result);
589 // Repl asked for scope variables
590 if (code === '.scope') {
595 return ArrayPrototypeMap(scopes, (scope)
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h746 void SetTree(CordRep* rep, const CordzUpdateScope& scope);
750 void SetTreeOrEmpty(CordRep* rep, const CordzUpdateScope& scope);
767 const CordzUpdateScope& scope, MethodIdentifier method);
1093 const CordzUpdateScope& scope) { in SetTree()
1097 scope.SetCordRep(rep); in SetTree()
1101 const CordzUpdateScope& scope) { in SetTreeOrEmpty()
1108 scope.SetCordRep(rep); in SetTreeOrEmpty()
1112 const CordzUpdateScope& scope, in CommitTree()
1115 SetTree(rep, scope); in CommitTree()
1092 SetTree(CordRep* rep, const CordzUpdateScope& scope) SetTree() argument
1100 SetTreeOrEmpty(CordRep* rep, const CordzUpdateScope& scope) SetTreeOrEmpty() argument
1111 CommitTree(const CordRep* old_rep, CordRep* rep, const CordzUpdateScope& scope, MethodIdentifier method) CommitTree() argument
/kernel/linux/linux-5.10/drivers/firmware/xilinx/
H A Dzynqmp.c939 * struct zynqmp_pm_shutdown_scope - Struct for shutdown scope
941 * @name: Matching string for scope argument
943 * This struct encapsulates mapping between shutdown scope ID and string.
969 * zynqmp_pm_is_shutdown_scope_valid - Check if shutdown scope string is valid
970 * @scope_string: Shutdown scope string
972 * Return: Return pointer to matching shutdown scope struct from
1014 struct zynqmp_pm_shutdown_scope *scope; in shutdown_scope_store() local
1016 scope = zynqmp_pm_is_shutdown_scope_valid(buf); in shutdown_scope_store()
1017 if (!scope) in shutdown_scope_store()
1021 scope in shutdown_scope_store()
[all...]
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h23 // If we haven't opened a scratch scope yet, for the first one add a in ScratchRegisterScope()
235 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister()
237 Register reg = scope->AcquireScratch(); in ToRegister()
242 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister()
260 BaselineAssembler::ScratchRegisterScope scope(basm); in Push()
261 basm->masm()->Push(ToRegister(basm, &scope, arg)); in Push()
234 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Arg arg) ToRegister() argument
241 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Register reg) ToRegister() argument
/third_party/node/deps/v8/src/baseline/ppc/
H A Dbaseline-assembler-ppc-inl.h373 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister()
375 Register reg = scope->AcquireScratch(); in ToRegister()
380 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister()
398 BaselineAssembler::ScratchRegisterScope scope(basm); in Push()
399 basm->masm()->Push(ToRegister(basm, &scope, arg)); in Push()
372 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Arg arg) ToRegister() argument
379 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Register reg) ToRegister() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc423 const InjectedScript::Scope& scope) in EvaluateScope()
424 : m_scope(scope), in EvaluateScope()
425 m_isolate(scope.inspector()->isolate()), in EvaluateScope()
509 v8::EscapableHandleScope scope(m_isolate); in getAssociatedExceptionData()
520 return scope.Escape(object.As<v8::Object>()); in getAssociatedExceptionData()
422 EvaluateScope( const InjectedScript::Scope& scope) EvaluateScope() argument
H A Dv8-inspector-session-impl.cc150 v8::Isolate::Scope scope(m_inspector->isolate()); in ~V8InspectorSessionImpl()
162 auto scope = in initializeCommandLineAPIScope() local
164 auto result = scope->initialize(); in initializeCommandLineAPIScope()
169 scope->installCommandLineAPI(); in initializeCommandLineAPIScope()
171 return scope; in initializeCommandLineAPIScope()
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc291 HandleScope scope(isolate_); in InitializeGap()
332 HandleScope scope(isolate_); in ApplyToJsonFunction()
348 return scope.CloseAndEscape(object); in ApplyToJsonFunction()
353 HandleScope scope(isolate_); in ApplyReplacerFunction()
360 return scope.CloseAndEscape(value); in ApplyReplacerFunction()
898 HandleScope scope(isolate_); in SerializeJSProxy()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DServer.cpp58 dap::Scope scope(Context::Lock &lock, const char *type, Scope *);
261 scope(lock, "locals", frame->locals.get()), in Impl()
262 scope(lock, "arguments", frame->arguments.get()), in Impl()
263 scope(lock, "registers", frame->registers.get()), in Impl()
550 dap::Scope Server::Impl::scope(Context::Lock &lock, const char *type, Scope *s) in scope() function in vk::dbg::Server::Impl
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc545 std::string scope; in GenerateDescriptorInitializationCodeForMutable() local
547 scope = name_resolver_->GetMutableClassName(field->extension_scope()) + in GenerateDescriptorInitializationCodeForMutable()
550 scope = FileJavaPackage(field->file(), true) + "." + in GenerateDescriptorInitializationCodeForMutable()
560 " $scope$.getExtensions().get($index$),\n" in GenerateDescriptorInitializationCodeForMutable()
563 "scope", scope, "index", StrCat(field->index()), "class", in GenerateDescriptorInitializationCodeForMutable()
566 printer->Print("registry.add($scope$.getExtensions().get($index$));\n", in GenerateDescriptorInitializationCodeForMutable()
567 "scope", scope, "index", StrCat(field->index())); in GenerateDescriptorInitializationCodeForMutable()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_ctrl.c441 char *scope; in wpa_ctrl_open() local
464 scope = os_strchr(name, '%'); in wpa_ctrl_open()
465 if (scope) { in wpa_ctrl_open()
466 scope_id = if_nametoindex(&scope[1]); in wpa_ctrl_open()
467 scope[0] = '\0'; in wpa_ctrl_open()

Completed in 27 milliseconds

1...<<11121314151617181920>>...45