Searched defs:StackDepotHandle (Results 1 – 3 of 3) sorted by relevance
24 struct StackDepotHandle { struct27 StackDepotHandle(StackDepotNode *node, u32 id) : node_(node), id_(id) {} in StackDepotHandle() function38 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument
23 struct StackDepotHandle { struct25 StackDepotHandle() : node_(nullptr) {} in StackDepotHandle() function26 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() function37 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument
25 struct StackDepotHandle { struct27 StackDepotHandle() : node_(nullptr) {} in StackDepotHandle() argument28 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() function39 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument