Home
last modified time | relevance | path

Searched refs:scope (Results 901 - 925 of 1588) sorted by relevance

1...<<31323334353637383940>>...64

/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc47 CurrentSourcePosition::Scope scope(expr->pos); in Visit()
60 CurrentSourcePosition::Scope scope(stmt->pos); in Visit()
745 StackScope scope(this); in Visit()
757 init_result = scope.Yield(*init_result); in Visit()
918 StackScope scope(this); in Visit()
927 return scope.Yield(expr->postfix ? current_value : assignment_value); in Visit()
931 StackScope scope(this); in Visit()
945 return scope.Yield(assignment_value); in Visit()
999 StackScope scope(this); in Visit()
1000 return scope in Visit()
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp452 EscapeLocalScope scope(vm); in napi_create_function()
478 *result = JsValueFromLocalValue(scope.Escape(fn)); in napi_create_function()
1397 EscapeLocalScope scope(reinterpret_cast<NativeEngine*>(env)->GetEcmaVm()); in napi_define_class()
1399 *result = JsValueFromLocalValue(scope.Escape(resultValue)); in napi_define_class()
1434 EscapeLocalScope scope(reinterpret_cast<NativeEngine*>(env)->GetEcmaVm()); in napi_define_sendable_class()
1437 *result = JsValueFromLocalValue(scope.Escape(resultValue)); in napi_define_sendable_class()
2222 NAPI_EXTERN napi_status napi_close_handle_scope(napi_env env, napi_handle_scope scope) in napi_close_handle_scope() argument
2225 CHECK_ARG(env, scope); in napi_close_handle_scope()
2233 delete NapiHandleScopeToHandleScope(scope); in napi_close_handle_scope()
2248 NAPI_EXTERN napi_status napi_close_escapable_handle_scope(napi_env env, napi_escapable_handle_scope scope) in napi_close_escapable_handle_scope() argument
2263 napi_escape_handle(napi_env env, napi_escapable_handle_scope scope, napi_value escapee, napi_value* result) napi_escape_handle() argument
4074 napi_open_fast_native_scope(napi_env env, napi_fast_native_scope* scope) napi_open_fast_native_scope() argument
4084 napi_close_fast_native_scope(napi_env env, napi_fast_native_scope scope) napi_close_fast_native_scope() argument
[all...]
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc55 FrameScope scope(masm, StackFrame::INTERNAL); in GenerateTailCallToReturnedCode()
121 FrameScope scope(masm, StackFrame::CONSTRUCT); in Generate_JSBuiltinsConstructStubHelper()
167 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_JSBuiltinsConstructStubHelper()
185 FrameScope scope(masm, StackFrame::MANUAL); in Generate_JSConstructStubGeneric()
356 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ConstructedNonConstructable()
501 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_JSEntryTrampolineHelper()
749 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline()
762 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline()
772 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline()
1112 // Open a frame scope t in Generate_InterpreterEntryTrampoline()
[all...]
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc59 FrameScope scope(masm, StackFrame::INTERNAL); in GenerateTailCallToReturnedCode()
100 FrameScope scope(masm, StackFrame::CONSTRUCT); in Generate_JSBuiltinsConstructStubHelper()
198 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_JSBuiltinsConstructStubHelper()
219 FrameScope scope(masm, StackFrame::MANUAL); in Generate_JSConstructStubGeneric()
415 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ConstructedNonConstructable()
588 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline()
601 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline()
612 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline()
879 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_JSEntryTrampolineHelper()
1468 // Open a frame scope t in Generate_InterpreterEntryTrampoline()
[all...]
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc50 FrameScope scope(masm, StackFrame::INTERNAL); in GenerateTailCallToReturnedCode()
109 FrameScope scope(masm, StackFrame::CONSTRUCT); in Generate_JSBuiltinsConstructStubHelper()
165 FrameScope scope(masm, StackFrame::MANUAL); in Generate_JSConstructStubGeneric()
500 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline()
513 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline()
524 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline()
531 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ConstructedNonConstructable()
779 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_JSEntryTrampolineHelper()
1339 // Open a frame scope to indicate that there is a frame on the stack. The in Generate_InterpreterEntryTrampoline()
1340 // MANUAL indicates that the scope should in Generate_InterpreterEntryTrampoline()
[all...]
/third_party/libabigail/src/
H A Dabg-reader.cc419 /// Return the current lexical scope.
426 // The current decl is a scope_decl, so it's our lexical scope. in get_cur_scope()
429 // The current decl is not a scope_decl, so our lexical scope is in get_cur_scope()
430 // the scope of this decl. in get_cur_scope()
433 // We have no scope set. in get_cur_scope()
497 /// Pop all decls until a give scope is popped.
499 /// @param scope the scope to pop.
501 /// @return true if the scope was popped, false otherwise. Note
502 /// that if the scope was
505 pop_scope(scope_decl_sptr scope) pop_scope() argument
528 pop_scope_or_abort(scope_decl_sptr scope) pop_scope_or_abort() argument
1461 scope_decl_sptr nil, scope; get_scope_for_node() local
1522 scope_decl_sptr scope; build_or_get_type_decl() local
3495 scope_decl* scope = rdr.get_cur_scope(); function_is_suppressed() local
3523 scope_decl* scope = rdr.get_cur_scope(); type_is_suppressed() local
3575 scope_decl* scope = rdr.get_cur_scope(); variable_is_suppressed() local
3593 variable_is_suppressed(const reader& rdr, const scope_decl* scope, const var_decl& v) variable_is_suppressed() argument
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Ddevinet.c1286 int scope) in in_dev_select_addr()
1294 ifa->ifa_scope <= scope) in in_dev_select_addr()
1301 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr() argument
1321 if (min(ifa->ifa_scope, localnet_scope) > scope) in inet_select_addr()
1344 addr = in_dev_select_addr(in_dev, scope); in inet_select_addr()
1361 addr = in_dev_select_addr(in_dev, scope); in inet_select_addr()
1372 __be32 local, int scope) in confirm_addr_indev()
1387 min_scope <= scope) { in confirm_addr_indev()
1402 if (min_scope <= scope) { in confirm_addr_indev()
1421 * - scope
1285 in_dev_select_addr(const struct in_device *in_dev, int scope) in_dev_select_addr() argument
1371 confirm_addr_indev(struct in_device *in_dev, __be32 dst, __be32 local, int scope) confirm_addr_indev() argument
1423 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst, __be32 local, int scope) inet_confirm_addr() argument
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c512 NL_SET_ERR_MSG(extack, "ipv4: Invalid scope value"); in __inet_insert_ifa()
1310 int scope) in in_dev_select_addr()
1318 ifa->ifa_scope <= scope) in in_dev_select_addr()
1325 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr() argument
1345 if (min(ifa->ifa_scope, localnet_scope) > scope) in inet_select_addr()
1368 addr = in_dev_select_addr(in_dev, scope); in inet_select_addr()
1385 addr = in_dev_select_addr(in_dev, scope); in inet_select_addr()
1396 __be32 local, int scope) in confirm_addr_indev()
1411 min_scope <= scope) { in confirm_addr_indev()
1426 if (min_scope <= scope) { in confirm_addr_indev()
1309 in_dev_select_addr(const struct in_device *in_dev, int scope) in_dev_select_addr() argument
1395 confirm_addr_indev(struct in_device *in_dev, __be32 dst, __be32 local, int scope) confirm_addr_indev() argument
1447 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst, __be32 local, int scope) inet_confirm_addr() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp361 LocalScope scope(vm); in ParseNamedRouterParams()
480 LocalScope scope(std::static_pointer_cast<ArkJSRuntime>(runtime_)->GetEcmaVm()); in InitJsObject()
502 LocalScope scope(vm); in InitJsObject()
591 LocalScope scope(vm); in PreloadAceModuleWorker()
646 LocalScope scope(vm); in PreloadAceModule()
1276 ContainerScope scope(id); in SetPostTask()
1835 LocalScope scope(vm); in LoadNamedRouterSource()
2193 LocalScope scope(pandaRuntime->GetEcmaVm()); in FireExternalEvent()
2279 LocalScope scope(pandaRuntime->GetEcmaVm()); in FireExternalEvent()
2541 napi_handle_scope scope; in SetContext() local
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1489 napi_handle_scope scope = nullptr; in JSPromptShowDialog()
1490 napi_open_handle_scope(asyncContext->env, &scope); in JSPromptShowDialog()
1491 if (scope == nullptr) { in JSPromptShowDialog()
1530 napi_close_handle_scope(asyncContext->env, scope); in JSPromptShowDialog()
1707 napi_handle_scope scope = nullptr; in JSPromptShowActionMenu()
1708 napi_open_handle_scope(asyncContext->env, &scope); in JSPromptShowActionMenu()
1709 if (scope == nullptr) { in JSPromptShowActionMenu()
1748 napi_close_handle_scope(asyncContext->env, scope); in JSPromptShowActionMenu()
2051 napi_handle_scope scope = nullptr; in ParseCustomDialogContentCallback()
2052 napi_open_handle_scope(asyncContext->env, &scope); in ParseCustomDialogContentCallback()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp560 ContainerScope scope(id); in TriggerFrictionAnimation()
719 ContainerScope scope(id); in StartListSnapAnimation()
755 ContainerScope scope(id); in StartScrollSnapAnimation()
865 ContainerScope scope(id); in StartSpringMotion()
927 ContainerScope scope(id); in UpdateSpringMotion()
1138 ContainerScope scope(id); in UpdateScrollSnapEndWithOffset()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor.cpp1452 AvrcCtPiPacket::AvrcCtPiPacket(uint8_t scope, uint64_t uid, uint16_t uidCounter) in AvrcCtPiPacket() argument
1455 HILOGI("scope: %{public}d, uid: %{public}llu, uidCounter: %{public}d", in AvrcCtPiPacket()
1456 scope, static_cast<unsigned long long>(uid), uidCounter); in AvrcCtPiPacket()
1461 scope_ = scope; in AvrcCtPiPacket()
1542 AvrcCtAtnpPacket::AvrcCtAtnpPacket(uint8_t scope, uint64_t uid, uint16_t uidCounter) in AvrcCtAtnpPacket() argument
1545 HILOGI("scope: %{public}d, uid: %{public}llu, uidCounter: %{public}d", in AvrcCtAtnpPacket()
1546 scope, static_cast<unsigned long long>(uid), uidCounter); in AvrcCtAtnpPacket()
1552 scope_ = scope; in AvrcCtAtnpPacket()
/third_party/glslang/SPIRV/
H A DSpvBuilder.h206 Id makeCooperativeMatrixTypeKHR(Id component, Id scope, Id rows, Id cols, Id use);
207 Id makeCooperativeMatrixTypeNV(Id component, Id scope, Id rows, Id cols);
431 // Initialize state and generate instructions for new lexical scope
434 // Set state and generate instructions to exit current lexical scope
460 spv::Scope scope = spv::ScopeMax, unsigned int alignment = 0);
465 spv::Scope scope = spv::ScopeMax, unsigned int alignment = 0);
814 spv::Scope scope = spv::ScopeMax, unsigned int alignment = 0);
818 spv::MemoryAccessMask memoryAccess = spv::MemoryAccessMaskNone, spv::Scope scope = spv::ScopeMax,
/third_party/node/src/
H A Dnode_errors.cc283 HandleScope scope(env->isolate()); in AppendExceptionLine()
367 HandleScope scope(isolate); in ReportFatalException()
558 HandleScope scope(context->GetIsolate()); in ModifyCodeGenerationFromStrings()
590 HandleScope scope(env_->isolate()); in ~TryCatchScope()
1091 HandleScope scope(isolate); in TriggerUncaughtException()
1195 HandleScope scope(isolate); in TriggerUncaughtException()
H A Dnode_contextify.cc115 HandleScope scope(env->isolate()); in New()
166 HandleScope scope(isolate); in ~ContextifyContext()
218 EscapableHandleScope scope(isolate); in CreateV8Context()
241 return scope.Escape(ctx); in CreateV8Context()
249 HandleScope scope(env->isolate()); in New()
743 HandleScope scope(env->isolate()); in Init()
862 Context::Scope scope(parsing_context); in New()
1235 Context::Scope scope(parsing_context); in CompileFunction()
1366 HandleScope scope(isolate); in Init()
H A Dnode_buffer.cc301 EscapableHandleScope scope(isolate); in New()
332 return scope.Escape(obj); in New()
336 return scope.EscapeMaybe(New(isolate, 0)); in New()
356 EscapableHandleScope scope(isolate); in New()
379 return scope.EscapeMaybe(obj); in New()
399 EscapableHandleScope scope(isolate); in Copy()
424 return scope.EscapeMaybe(obj); in Copy()
450 EscapableHandleScope scope(env->isolate()); in New()
471 return scope.Escape(ui); in New()
/third_party/node/deps/v8/src/execution/
H A Dmessages.cc17 #include "src/logging/runtime-call-stats-scope.h"
66 HandleScope scope(isolate); in DefaultMessageReport()
131 HandleScope scope(isolate); in ReportMessage()
176 HandleScope scope(isolate); in ReportMessageNoExceptions()
212 HandleScope scope(isolate); in GetLocalizedMessage()
313 PrepareStackTraceScope scope(isolate); in FormatStackTrace()
339 PrepareStackTraceScope scope(isolate); in FormatStackTrace()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp40 ContainerScope scope(currentId); in MainWindowOverlay()
1049 ContainerScope scope(containerId); in ShowToast()
1060 ContainerScope scope(currentId); in CloseToast()
1234 ContainerScope scope(containerId); in AddFrameNodeToOverlay()
1244 ContainerScope scope(containerId); in RemoveFrameNodeOnOverlay()
1254 ContainerScope scope(containerId); in ShowNodeOnOverlay()
1264 ContainerScope scope(containerId); in HideNodeOnOverlay()
1274 ContainerScope scope(containerId); in ShowAllNodesOnOverlay()
1284 ContainerScope scope(containerId); in HideAllNodesOnOverlay()
/third_party/node/src/crypto/
H A Dcrypto_common.cc1046 EscapableHandleScope scope(env->isolate()); in GetClientHelloCiphers()
1073 return scope.Escape(ret); in GetClientHelloCiphers()
1080 EscapableHandleScope scope(env->isolate()); in GetCipherInfo()
1098 return scope.Escape(info); in GetCipherInfo()
1105 EscapableHandleScope scope(env->isolate()); in GetEphemeralKey()
1108 return scope.Escape(info); in GetEphemeralKey()
1155 return scope.Escape(info); in GetEphemeralKey()
1262 EscapableHandleScope scope(env->isolate()); in X509ToObject()
1400 return scope.Escape(info); in X509ToObject()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp761 napi_handle_scope scope; in OnDeviceStateChange() local
762 napi_open_handle_scope(env_, &scope); in OnDeviceStateChange()
777 napi_close_handle_scope(env_, scope); in OnDeviceStateChange()
783 napi_handle_scope scope; in OnDeviceFound() local
784 napi_open_handle_scope(env_, &scope); in OnDeviceFound()
800 napi_close_handle_scope(env_, scope); in OnDeviceFound()
806 napi_handle_scope scope; in OnDiscoveryFailed() local
807 napi_open_handle_scope(env_, &scope); in OnDiscoveryFailed()
815 napi_close_handle_scope(env_, scope); in OnDiscoveryFailed()
821 napi_handle_scope scope; in OnPublishResult() local
840 napi_handle_scope scope = nullptr; OnCredentialResult() local
872 napi_handle_scope scope; OnAuthResult() local
1621 napi_handle_scope scope; OnDmUiCall() local
[all...]
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc61 FrameScope scope(masm, StackFrame::INTERNAL); in GenerateTailCallToReturnedCode()
124 FrameScope scope(masm, StackFrame::CONSTRUCT); in Generate_JSBuiltinsConstructStubHelper()
166 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_JSBuiltinsConstructStubHelper()
184 FrameScope scope(masm, StackFrame::MANUAL); in Generate_JSConstructStubGeneric()
348 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ConstructedNonConstructable()
561 // Open a C++ scope for the FrameScope. in Generate_JSEntryTrampolineHelper()
594 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_JSEntryTrampolineHelper()
845 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline()
859 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline()
870 FrameScope scope(mas in Generate_ResumeGeneratorTrampoline()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dtransparent_node_detector.cpp57 ContainerScope scope(currentId); in PostCheckNodeTransparentTask()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dalert_dialog_model_ng.cpp61 ContainerScope scope(currentId); in SetShowDialog()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_animate_param_ffi.cpp85 ContainerScope scope(id); in ParseCjAnimation()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_drawing_rendering_context.cpp100 ScopeRAII scope(env); in SetRSCanvasCallback()

Completed in 61 milliseconds

1...<<31323334353637383940>>...64