Home
last modified time | relevance | path

Searched defs:NodeState (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h97 struct NodeState { struct
111 using NodeList = SmallVector<NodeState, 16>; argument
/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
162 Node* node; in NON_EXPORTED_BASE()
163 int input_index; in NON_EXPORTED_BASE()
Descape-analysis.h66 struct NodeState { struct
76 ZoneStack<NodeState> stack_; argument
Dsimplified-lowering.cc4176 struct NodeState { struct in v8::internal::compiler::RepresentationSelector
4177 Node* node;
4178 int input_index;
/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc652 using NodeState = base::BitField8<State, 0, 3>; typedef in v8::internal::GlobalHandles::Node
724 using NodeState = base::BitField8<State, 0, 2>; typedef in v8::internal::GlobalHandles::TracedNode
/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