Home
last modified time | relevance | path

Searched refs:scope_ (Results 51 - 63 of 63) sorted by relevance

123

/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h601 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 Ddebug-interface.cc1129 : scope_( in PostponeInterruptsScope()
1136 : scope_(std::make_unique<i::DisableBreak>( in DisableBreakScope()
/third_party/gn/src/gn/
H A Dfunctions.h569 Scope* scope_; member in NonNestableBlock
H A Dscope.cc39 scope_->RemoveProvider(this); in ~ProgrammaticProvider()
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.h881 Scope scope_; member in google::protobuf::util::MessageDifferencer
/third_party/node/deps/v8/src/heap/
H A Dheap-inl.h597 : scope_(heap) {} in AlwaysAllocateScopeForTesting()
H A Dheap.h2559 AlwaysAllocateScope scope_; member in v8::internal::AlwaysAllocateScopeForTesting
H A Dmark-compact.cc4202 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 Dbytecode-generator.cc52 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 Daco_ir.h185 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 Dvulkan_structs.hpp12806 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 Dvulkan_structs.hpp16601 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 Dstylo.hpp[all...]

Completed in 165 milliseconds

123