Searched defs:NodeState (Results 1 – 13 of 13) sorted by relevance
35 struct NodeState { struct40 std::vector<std::pair<const NodeDef*, int>> inputs; // Input, port pairs.64 // identical when a NodeState is fully initialized. argument76 NodeState() { in NodeState() argument
81 struct NodeState { struct97 SmallVector<NodeState, 16> Stack; argument
65 struct NodeState { struct75 ZoneDeque<NodeState> stack_; argument
50 struct NodeState { struct51 Node* node;52 int input_index;
146 struct NodeState { in NON_EXPORTED_BASE() struct147 Node* node; in NON_EXPORTED_BASE()148 int input_index; in NON_EXPORTED_BASE()
60 struct NodeState { struct70 ZoneStack<NodeState> stack_; argument
3255 struct NodeState { struct in v8::internal::compiler::RepresentationSelector3256 Node* node;3257 int input_index;
98 struct NodeState { struct112 using NodeList = SmallVector<NodeState, 16>; argument
41 enum class NodeState { kNotVisited, kVisiting, kDone }; enum
51 enum NodeState { enum
352 class NodeState : public BitField<State, 0, 3> {}; class in v8::internal::GlobalHandles::Node
1405 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState() function in ExportEntry::NodeState
2782 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState() function in ExportEntry::NodeState