Home
last modified time | relevance | path

Searched refs:NodeState (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dint64-lowering.h86 struct NodeState { struct
97 ZoneDeque<NodeState> stack_; argument
Dgraph-reducer.h161 struct NodeState { in NON_EXPORTED_BASE() struct
198 ZoneStack<NodeState> stack_; in NON_EXPORTED_BASE()
Descape-analysis.h66 struct NodeState { struct
76 ZoneStack<NodeState> stack_; argument
Dgraph-reducer.cc149 NodeState& entry = stack_.top(); in ReduceTop()
Dint64-lowering.cc54 NodeState& top = stack_.back(); in LowerGraph()
Dsimplified-lowering.cc587 ZoneStack<NodeState> stack(zone_); in GenerateTraversal()
592 NodeState& current = stack.top(); in GenerateTraversal()
4176 struct NodeState { struct in v8::internal::compiler::RepresentationSelector
/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc449 STATIC_ASSERT(static_cast<int>(NodeState::kMask) == in Node()
466 State state() const { return NodeState::decode(flags_); } in state()
467 void set_state(State state) { flags_ = NodeState::update(flags_, state); } in set_state()
652 using NodeState = base::BitField8<State, 0, 3>; typedef in v8::internal::GlobalHandles::Node
653 using IsInYoungList = NodeState::Next<bool, 1>;
675 State state() const { return NodeState::decode(flags_); } in state()
676 void set_state(State state) { flags_ = NodeState::update(flags_, state); } in set_state()
724 using NodeState = base::BitField8<State, 0, 2>; typedef in v8::internal::GlobalHandles::TracedNode
725 using IsInYoungList = NodeState::Next<bool, 1>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h97 struct NodeState { struct
98 NodeState(const uint8_t *Ptr);
111 using NodeList = SmallVector<NodeState, 16>; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2854 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState() function in ExportEntry::NodeState
2860 NodeState State(Ptr); in pushNode()
2996 NodeState &Top = Stack.back(); in pushDownUntilBottom()
3019 for (const NodeState &node : nodes()) { in pushDownUntilBottom()
3070 NodeState &Top = Stack.back(); in moveNext()