Home
last modified time | relevance | path

Searched refs:node_ (Results 26 - 50 of 58) sorted by relevance

123

/third_party/node/test/cctest/
H A Dtest_util.cc18 struct Item { node::ListNode<Item> node_; }; in TEST() member
19 typedef node::ListHead<Item, &Item::node_> List; in TEST()
25 EXPECT_TRUE(one.node_.IsEmpty()); in TEST()
29 EXPECT_FALSE(one.node_.IsEmpty()); in TEST()
54 EXPECT_TRUE(one.node_.IsEmpty()); in TEST()
66 EXPECT_TRUE(two.node_.IsEmpty()); in TEST()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyIterator.hpp149 NodeIter (TestNode* node_) in NodeIter()
150 : node (node_) in NodeIter()
/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.h134 OH_ListInit(&node_); in WatcherNode()
149 return reinterpret_cast<WatcherNodePtr>((char *)node - (char*)(&(((WatcherNodePtr)0)->node_))); in ConvertNodeToBase()
153 return &node_; in GetListNode()
159 ListNode node_; member in OHOS::init_param::WatcherNode
H A Dwatcher_manager.cpp723 OH_ListAddWithOrder(list, &node_, CompareNode); in AddToList()
728 OH_ListRemove(&node_); in RemoveFromList()
751 if (node_.next == list) { in GetNext()
754 return WatcherNode::ConvertNodeToBase(node_.next); in GetNext()
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.h80 explicit ResetWaitingOnScopeExit(FutexWaitListNode* node) : node_(node) {} in ResetWaitingOnScopeExit()
81 ~ResetWaitingOnScopeExit() { node_->waiting_ = false; } in ~ResetWaitingOnScopeExit()
86 FutexWaitListNode* node_; member in v8::internal::FutexWaitListNode::ResetWaitingOnScopeExit
H A Dfutex-emulation.cc158 : CancelableTask(cancelable_task_manager), node_(node) {} in AsyncWaiterTimeoutTask()
161 FutexEmulation::HandleAsyncWaiterTimeout(node_);
165 FutexWaitListNode* node_; member in v8::internal::AsyncWaiterTimeoutTask
/third_party/node/deps/v8/src/interpreter/
H A Dcontrol-flow-builders.cc18 node_, SourceRangeKind::kContinuation); in ~BreakableControlFlowBuilder()
220 if (block_coverage_builder_ != nullptr && node_->IsIfStatement()) { in ~ConditionalControlFlowBuilder()
222 node_, SourceRangeKind::kContinuation); in ~ConditionalControlFlowBuilder()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction_list.h93 node_->RemoveFromList(); in Erase()
94 delete node_; in Erase()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction_list.h93 node_->RemoveFromList(); in Erase()
94 delete node_; in Erase()
/third_party/spirv-tools/source/opt/
H A Dinstruction_list.h93 node_->RemoveFromList(); in Erase()
94 delete node_; in Erase()
/third_party/gn/src/gn/
H A Dpointer_set.h158 return &const_cast<T*>(static_cast<const T*>(node_->ptr_)); in operator ->()
161 return const_cast<T*>(static_cast<const T*>(node_->ptr_)); in operator *()
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h32 PersistentNode* GetNodeFromGC() const { return node_; } in GetNodeFromGC()
43 return reinterpret_cast<std::atomic<PersistentNode*>*>(&node_)->load( in GetNodeSafe()
57 __atomic_store(&node_, &value, __ATOMIC_RELEASE); in SetNodeSafe()
61 reinterpret_cast<std::atomic<PersistentNode*>*>(&node_)->store( in SetNodeSafe()
H A Dpersistent.h34 PersistentNode* GetNode() const { return node_; } in GetNode()
35 void SetNode(PersistentNode* node) { node_ = node; } in SetNode()
41 node_ = nullptr; in ClearFromGC()
46 mutable PersistentNode* node_ = nullptr; member in cppgc::internal::PersistentBase
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dpersistent.h31 PersistentNode* GetNode() const { return node_; } in GetNode()
32 void SetNode(PersistentNode* node) { node_ = node; } in SetNode()
38 node_ = nullptr; in ClearFromGC()
43 mutable PersistentNode* node_ = nullptr; member in cppgc::internal::PersistentBase
H A Dcross-thread-persistent.h32 PersistentNode* GetNodeFromGC() const { return node_; } in GetNodeFromGC()
43 return reinterpret_cast<std::atomic<PersistentNode*>*>(&node_)->load( in GetNodeSafe()
57 __atomic_store(&node_, &value, __ATOMIC_RELEASE); in SetNodeSafe()
61 reinterpret_cast<std::atomic<PersistentNode*>*>(&node_)->store( in SetNodeSafe()
/third_party/node/src/
H A Dutil-inl.h99 ListHead<T, M>::Iterator::Iterator(ListNode<T>* node) : node_(node) {} in Iterator()
103 return ContainerOf(M, node_); in operator *()
109 node_ = node_->next_; in operator ++()
115 return node_ != that.node_; in operator !=()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc110 node_(node), in StateBase()
131 DCHECK_NULL(node_); in set_node()
132 node_ = node; in set_node()
137 return node_; in get_node()
149 EmbedderNode* node_; member in v8::internal::StateBase
543 EmbedderGraph::Node* node_; member
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h31 explicit NodeMatcher(Node* node) : node_(node) {} in NodeMatcher()
33 Node* node() const { return node_; } in node()
42 bool Equals(const Node* node) const { return node_ == node; } in Equals()
52 Node* node_; member
H A Dnode.cc89 outline->node_ = node; in NewImpl()
176 outline->node_ = this; in AppendInput()
186 outline->node_ = this; in AppendInput()
H A Dstate-values-utils.cc417 SparseInputMask mask = SparseInputMaskOf(node_->op()); in size()
419 SparseInputMask::InputIterator iterator = mask.IterateOverInputs(node_); in size()
H A Dcode-assembler.h426 : node_(node), code_assembler_(code_assembler), location_(location) {} in CheckedNode()
429 : node_(node) {}
451 TNode<MaybeObject>::UncheckedCast(node_), location_); in operator TNode()
457 std::make_pair(MachineType::AnyTagged(), node_), in operator TNode()
465 return TNode<A>::UncheckedCast(node_); in operator TNode()
468 Node* node() const { return node_; } in node()
471 Node* node_; member in v8::internal::compiler::CodeAssembler::CheckedNode
/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h590 : node_(node), guards_(nullptr) {} in GuardedAlternative()
592 RegExpNode* node() { return node_; } in node()
593 void set_node(RegExpNode* node) { node_ = node; } in set_node()
597 RegExpNode* node_; member in v8::internal::GuardedAlternative
H A Dregexp-compiler.cc1805 explicit LoopInitializationMarker(LoopChoiceNode* node) : node_(node) { in LoopInitializationMarker()
1806 DCHECK(!node_->traversed_loop_initialization_node_); in LoopInitializationMarker()
1807 node_->traversed_loop_initialization_node_ = true; in LoopInitializationMarker()
1810 DCHECK(node_->traversed_loop_initialization_node_); in ~LoopInitializationMarker()
1811 node_->traversed_loop_initialization_node_ = false; in ~LoopInitializationMarker()
1817 LoopChoiceNode* node_; member in v8::internal::LoopInitializationMarker
1823 explicit IterationDecrementer(LoopChoiceNode* node) : node_(node) { in IterationDecrementer()
1824 DCHECK_GT(node_->min_loop_iterations_, 0); in IterationDecrementer()
1825 --node_->min_loop_iterations_; in IterationDecrementer()
1827 ~IterationDecrementer() { ++node_ in IterationDecrementer()
1832 LoopChoiceNode* node_; global() member in v8::internal::IterationDecrementer
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-printer.cc527 node_->Print(os, graph_labeller_); in Print()
536 graph_labeller_->PrintNodeLabel(os, node_); in Print()
/kernel/linux/linux-5.10/fs/dlm/
H A Dconfig.c769 CONFIGFS_ATTR(node_, nodeid);
770 CONFIGFS_ATTR(node_, weight);

Completed in 39 milliseconds

123