Home
last modified time | relevance | path

Searched refs:contention_log (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmutex.h124 ContentionLogEntry contention_log[kContentionLogSize]; member
Dmutex.cc242 ContentionLogEntry* log = data->contention_log; in RecordContention()
264 const ContentionLogEntry* log = data->contention_log; in DumpContention()