Lines Matching defs:StackDepotNode
24 struct StackDepotNode { struct
25 using hash_type = u64;
26 hash_type stack_hash;
27 u32 link;
28 StackStore::Id store_id;
30 static const u32 kTabSizeLog = SANITIZER_ANDROID ? 16 : 20;
32 typedef StackTrace args_type;
33 bool eq(hash_type hash, const args_type &args) const { in eq()
37 static hash_type hash(const args_type &args) { in hash()
43 static bool is_valid(const args_type &args) { in is_valid()
50 typedef StackDepotHandle handle_type;