Searched refs:StackDepotHandle (Results 1 – 3 of 3) sorted by relevance
83 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle()85 typedef StackDepotHandle handle_type;90 u32 StackDepotHandle::id() { return node_->id; } in id()91 int StackDepotHandle::use_count() { in use_count()95 void StackDepotHandle::inc_use_count_unsafe() { in inc_use_count_unsafe()112 StackDepotHandle h = theDepot.Put(stack); in StackDepotPut()116 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) { in StackDepotPut_WithHandle()
25 struct StackDepotHandle { struct27 StackDepotHandle() : node_(nullptr) {} in StackDepotHandle() function28 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() function39 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument
123 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()