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