/third_party/node/deps/v8/src/debug/ |
H A D | debug-interface.h | 601 std::unique_ptr<i::PostponeInterruptsScope> scope_; member in v8::debug::NativeAccessorType::PostponeInterruptsScope 610 std::unique_ptr<i::DisableBreak> scope_; member in v8::debug::NativeAccessorType::DisableBreakScope
|
H A D | debug-interface.cc | 1129 : scope_( in PostponeInterruptsScope() 1136 : scope_(std::make_unique<i::DisableBreak>( in DisableBreakScope()
|
/third_party/gn/src/gn/ |
H A D | functions.h | 569 Scope* scope_; member in NonNestableBlock
|
H A D | scope.cc | 39 scope_->RemoveProvider(this); in ~ProgrammaticProvider()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.h | 881 Scope scope_; member in google::protobuf::util::MessageDifferencer
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap-inl.h | 597 : scope_(heap) {} in AlwaysAllocateScopeForTesting()
|
H A D | heap.h | 2559 AlwaysAllocateScope scope_; member in v8::internal::AlwaysAllocateScopeForTesting
|
H A D | mark-compact.cc | 4202 scope_(scope), in PointersUpdatingJob() 4207 TRACE_GC(tracer_, scope_); 4246 GCTracer::Scope::ScopeId scope_; member in v8::internal::PointersUpdatingJob
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 52 scope_(scope), in ContextScope() 84 return scope_->ContextChainLength(scope); in ContextChainDepth() 109 Scope* scope_; member in v8::internal::interpreter::BytecodeGenerator::ContextScope 882 : generator_(generator), scope_(scope), is_in_scope_(false) { in MultipleEntryBlockContextScope() 886 generator->BuildNewLocalBlockContext(scope_); in MultipleEntryBlockContextScope() 893 if (condition && scope_ != nullptr && !is_in_scope_) { in SetEnteredIf() 913 current_scope_.emplace(generator_, scope_); in EnterScope() 914 context_scope_.emplace(generator_, scope_, outer_context_); in EnterScope() 932 Scope* scope_; member in v8::internal::interpreter::BytecodeGenerator::MultipleEntryBlockContextScope
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 185 memory_sync_info(int storage_, int semantics_ = 0, sync_scope scope_ = scope_invocation) in memory_sync_info() 186 : storage((storage_class)storage_), semantics((memory_semantics)semantics_), scope(scope_) in memory_sync_info()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 12806 VULKAN_HPP_NAMESPACE::ScopeNV scope_ = VULKAN_HPP_NAMESPACE::ScopeNV::eDevice ) VULKAN_HPP_NOEXCEPT 12814 , scope( scope_ ) in scope() 12883 CooperativeMatrixPropertiesNV & setScope( VULKAN_HPP_NAMESPACE::ScopeNV scope_ ) VULKAN_HPP_NOEXCEPT 12885 scope = scope_; [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 16601 VULKAN_HPP_NAMESPACE::ScopeKHR scope_ = VULKAN_HPP_NAMESPACE::ScopeKHR::eDevice, 16612 , scope( scope_ ) in scope() 16688 VULKAN_HPP_CONSTEXPR_14 CooperativeMatrixPropertiesKHR & setScope( VULKAN_HPP_NAMESPACE::ScopeKHR scope_ ) VULKAN_HPP_NOEXCEPT 16690 scope = scope_; 16782 VULKAN_HPP_NAMESPACE::ScopeNV scope_ = {}, 16792 , scope( scope_ ) in scope() 16861 VULKAN_HPP_CONSTEXPR_14 CooperativeMatrixPropertiesNV & setScope( VULKAN_HPP_NAMESPACE::ScopeNV scope_ ) VULKAN_HPP_NOEXCEPT 16863 scope = scope_; [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |