Searched refs:StackDepotHandle (Results 1 – 4 of 4) sorted by relevance
48 static StackDepotHandle get_handle(u32 id);50 typedef StackDepotHandle handle_type;65 int StackDepotHandle::use_count() const { in use_count()69 void StackDepotHandle::inc_use_count_unsafe() { in inc_use_count_unsafe()210 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) { in StackDepotPut_WithHandle()238 StackDepotHandle StackDepotNode::get_handle(u32 id) { in get_handle()239 return StackDepotHandle(&theDepot.nodes[id], id); in get_handle()
24 struct StackDepotHandle { struct27 StackDepotHandle(StackDepotNode *node, u32 id) : node_(node), id_(id) {} in StackDepotHandle() argument38 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument
83 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()
122 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()