Searched defs:ScopedContentionRecorder (Results 1 – 2 of 2) sorted by relevance
53 class ScopedContentionRecorder; variable117 friend class ScopedContentionRecorder; variable
170 class ScopedContentionRecorder final : public ValueObject { class172 ScopedContentionRecorder(BaseMutex* mutex, uint64_t blocked_tid, uint64_t owner_tid) in ScopedContentionRecorder() function in art::ScopedContentionRecorder