Home | History | Annotate | Download | only in profiler

Lines Matching defs:GetHash

688   SnapshotObjectId id = static_cast<SnapshotObjectId>(info->GetHash());
2380 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2382 virtual intptr_t GetHash() { return hash_; }