Searched refs:StackDepotHandle (Results 1 – 4 of 4) sorted by relevance
69 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle()71 typedef StackDepotHandle handle_type;76 u32 StackDepotHandle::id() { return node_->id; } in id()77 int StackDepotHandle::use_count() { in use_count()81 void StackDepotHandle::inc_use_count_unsafe() { in inc_use_count_unsafe()98 StackDepotHandle h = theDepot.Put(stack); in StackDepotPut()102 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) { in StackDepotPut_WithHandle()
24 struct StackDepotHandle { struct26 StackDepotHandle() : node_(nullptr) {} in StackDepotHandle() argument27 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() function38 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument
83 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()
122 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()