Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dmonitor_pool.cc75 last->monitor_id_ = OffsetToMonitorId(current_chunk_list_index_* (kMaxListSize * kChunkSize) in AllocateChunk()
82 before->monitor_id_ = OffsetToMonitorId(MonitorIdToOffset(last->monitor_id_) - in AllocateChunk()
H A Dmonitor_pool.h165 return OffsetToMonitorId( in ComputeMonitorIdInPool()
179 static constexpr MonitorId OffsetToMonitorId(size_t offset) { in OffsetToMonitorId() function