Searched defs:NodeBase (Results 1 – 6 of 6) sorted by relevance
449 struct NodeBase { struct464 void append(NodeAddr<NodeBase*> NA); argument467 void init() { memset(this, 0, sizeof *this); } in init()469 void setNext(NodeId N) { Next = N; } in setNext()473 uint16_t Reserved;474 NodeId Next; // Id of the next node in the circular chain.478 struct Def_struct {481 struct PhiU_struct {484 struct Code_struct {509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize, argument
528 static auto True = [] (NodeAddr<NodeBase*>) -> bool { return true; }; in members()
60 interface NodeBase { interface
23 class NodeBase; variable
552 explicit NodeBase(uint32_t bitfield) : bit_field_(bitfield) {} in NodeBase() function
304 class NodeBase { class314 NodeBase() { in NodeBase() function in v8::internal::NodeBase