Searched refs:StackDepotHandle (Results 1 – 6 of 6) 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() function27 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() argument38 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument
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() argument28 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() argument39 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument
122 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()
123 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()