/third_party/node/src/ |
H A D | node_util.cc | 259 HandleScope scope(context->GetIsolate()); in Deserialize()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-inlining.cc | 205 Graph::SubgraphScope scope(graph()); in Finalize()
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | lazy-compile-dispatcher.cc | 18 #include "src/heap/parked-scope.h" 20 #include "src/logging/runtime-call-stats-scope.h" 501 HandleScope scope(isolate_); in FinalizeSingleJob()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-posix.cc | 145 // A utility class that closes a file descriptor when it goes out of scope. 157 // scope. 415 HandleScope scope(args.GetIsolate()); in System()
|
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-marking.cc | 418 // TRACE_GC is not needed here because the caller opens the right scope. 485 TimedScope scope(&time_ms); in Run()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-stack-trace-impl.cc | 232 v8::HandleScope scope(isolate); in create()
|
H A D | v8-heap-profiler-agent-impl.cc | 441 // Need a scope as v8::AllocationProfile contains Local handles. in getSamplingProfile() 442 v8::HandleScope scope(m_isolate); in getSamplingProfile()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profiler-listener.cc | 404 // scope limits their lifetime. in AttachDeoptInlinedFrames() 405 HandleScope scope(isolate_); in AttachDeoptInlinedFrames()
|
/third_party/node/deps/v8/src/torque/ |
H A D | type-visitor.cc | 23 CurrentSourcePosition::Scope scope(decl->pos); in ComputeType()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | types.h | 608 CooperativeMatrixNV(const Type* type, const uint32_t scope,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | types.h | 608 CooperativeMatrixNV(const Type* type, const uint32_t scope,
|
/third_party/tzdata/ |
H A D | Makefile | 189 # If you want out-of-scope and often-wrong data from the file 'backzone', 309 -fsanitize=undefined -fsanitize-address-use-after-scope \
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-operand-rn-t32.cc | 378 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-rd-is-rn-is-sp-in-it-block-t32.cc | 339 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-t32.cc | 361 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
/third_party/vixl/test/ |
H A D | test-api.cc | 460 // (The scope will restore their original status when it ends.) in TEST() 505 CPUFeaturesScope scope(&top_level); in TEST()
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 3442 napi_callback_scope scope = nullptr; in HWTEST_F() local 3443 napi_status ret = napi_open_callback_scope(envOne, nullptr, context, &scope); in HWTEST_F() 3445 EXPECT_NE(scope, nullptr); in HWTEST_F() 3452 ret = napi_close_callback_scope(envOne, scope); in HWTEST_F() 3484 napi_callback_scope scope = nullptr; in HWTEST_F() local 3485 napi_status res = napi_open_callback_scope(envOne, nullptr, context, &scope); in HWTEST_F() 3487 EXPECT_NE(scope, nullptr); in HWTEST_F() 3492 // Open a internal callback scope in HWTEST_F() 3510 res = napi_close_callback_scope(envOne, scope); in HWTEST_F() 7504 napi_handle_scope scope in HWTEST_F() local 7519 napi_handle_scope scope = reinterpret_cast<napi_handle_scope>(scope_); HWTEST_F() local 7566 napi_escapable_handle_scope scope = nullptr; HWTEST_F() local 7582 napi_handle_scope scope = reinterpret_cast<napi_handle_scope>(scope_); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 4576 ContainerScope scope(instanceId); in RequestAutoFill() 4605 ContainerScope scope(instanceId); in RequestAutoSave() 4626 ContainerScope scope(instanceId); in UpdateAutoFillPopup() 4644 ContainerScope scope(instanceId); in CloseAutoFillPopup() 6927 ContainerScope scope(instanceId); in InitAiEngine() 6934 ContainerScope scope(instanceId); in InitAiEngine() 6952 ContainerScope scope(instanceId_); in InitializeAccessibility() 6975 ContainerScope scope(instanceId_); in UninitializeAccessibility() 7007 ContainerScope scope(instanceId_); in OnAccessibilityChildTreeRegister() 7020 ContainerScope scope(instanceId in OnAccessibilityChildTreeDeregister() [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 366 FrameScope scope(tasm(), StackFrame::MANUAL); \ 396 FrameScope scope(tasm(), StackFrame::MANUAL); \ 504 FrameScope scope(tasm(), StackFrame::MANUAL); \ 515 FrameScope scope(tasm(), StackFrame::MANUAL); \ 819 FrameScope scope(tasm(), StackFrame::NO_FRAME_TYPE); in AssembleArchInstruction() 1276 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1875 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1898 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1940 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1970 FrameScope scope(tas in AssembleArchInstruction() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 1542 // Look for a matching extension in the foreign type's scope. in FindExtensionByPrintableName() 3307 // Full proto name is "scope.proto_name" if scope is non-empty and 3309 std::string* AllocateNameString(const std::string& scope, 3669 "The innermost scope is searched first in name resolution. " in AddNotDefinedError() 3671 undefined_symbol + "\") to start from the outermost scope."); in AddNotDefinedError() 3814 // Chop off the last component of the scope. in LookupSymbolNoPlaceholder() 4025 // If the caller passed nullptr for the parent, the symbol is at file scope. in AddSymbol() 4591 const std::string& scope, const std::string& proto_name) { in AllocateNameString() 4593 if (scope in AllocateNameString() 4590 AllocateNameString( const std::string& scope, const std::string& proto_name) AllocateNameString() argument 4605 const std::string& scope = BuildMessage() local 4744 const std::string& scope = BuildFieldOrExtension() local 5194 const std::string& scope = BuildEnum() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | matroskadec.c | 160 uint64_t scope; member 555 { MATROSKA_ID_ENCODINGSCOPE, EBML_UINT, 0, 0, offsetof(MatroskaTrackEncoding, scope), { .u = 1 } }, 2522 encodings[0].scope = 0; in matroska_parse_tracks() 2537 encodings[0].scope = 0; in matroska_parse_tracks() 2540 } else if (track->codec_priv.size && encodings[0].scope & 2) { in matroska_parse_tracks() 2568 encodings[0].scope & 1 && in matroska_parse_tracks()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 390 napi_handle_scope scope = nullptr; in CommonCallbackRoutine() local 391 napi_open_handle_scope(env, &scope); in CommonCallbackRoutine() 392 if (scope == nullptr) { in CommonCallbackRoutine() 397 napi_close_handle_scope(env, scope); in CommonCallbackRoutine() 422 napi_close_handle_scope(env, scope); in CommonCallbackRoutine() 3398 napi_handle_scope scope = nullptr; in STATIC_COMPLETE_FUNC() local 3399 napi_open_handle_scope(env, &scope); in STATIC_COMPLETE_FUNC() 3400 if (scope == nullptr) { in STATIC_COMPLETE_FUNC() 3401 IMAGE_LOGE("ToSdrComplete scope is nullptr"); in STATIC_COMPLETE_FUNC() 3429 napi_close_handle_scope(env, scope); in STATIC_COMPLETE_FUNC() [all...] |
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_service_test.cpp | 1343 int scope = 1; in HWTEST_F() local 1348 int32_t ret = stateCallback.OnInterfaceAddressUpdated(addr, ifName, flags, scope); in HWTEST_F() 1350 ret = stateCallback.OnInterfaceAddressRemoved(addr, ifName, flags, scope); in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_file_spec.cpp | 77 item.staticIpAddress.ipAddress.scope = 0; in ClearWifiIpConfig() 346 } else if (key == "wifiIpConfig.staticIpAddress.ipAddress.scope") { in SetWifiIpConfig() 347 item.staticIpAddress.ipAddress.scope = CheckDataLegal(tmpValue); in SetWifiIpConfig() 626 ss << " " <<"wifiIpConfig.staticIpAddress.ipAddress.scope=" << item.staticIpAddress.ipAddress.scope in OutPutWifiIpConfig()
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 30 #include "src/logging/runtime-call-stats-scope.h" 509 // scope. in VisitSingleBytecode() 1930 BaselineAssembler::ScratchRegisterScope scope(&basm_); in VisitJumpLoop() 1931 Register osr_urgency_and_install_target = scope.AcquireScratch(); in VisitJumpLoop() 1950 Register scratch2 = scope.AcquireScratch(); in VisitJumpLoop()
|