Searched refs:StackDepotNode (Results 1 – 2 of 2) sorted by relevance
24 struct StackDepotNode { struct56 typedef StackDepotBase<StackDepotNode, 1, StackDepotNode::kTabSizeLog>73 uptr StackDepotNode::allocated() { in allocated()191 void StackDepotNode::store(u32 id, const args_type &args, hash_type hash) { in store()200 StackDepotNode::args_type StackDepotNode::load(u32 id) const { in load()211 return StackDepotNode::get_handle(theDepot.Put(stack)); in StackDepotPut_WithHandle()238 StackDepotHandle StackDepotNode::get_handle(u32 id) { in get_handle()
23 struct StackDepotNode;25 StackDepotNode *node_ = nullptr;27 StackDepotHandle(StackDepotNode *node, u32 id) : node_(node), id_(id) {} in StackDepotHandle()