Searched defs:StackDepotNode (Results 1 – 1 of 1) sorted by relevance
24 struct StackDepotNode { struct25 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()[all …]