Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_pool.cc75 last->monitor_id_ = OffsetToMonitorId((num_chunks_ - 1) * kChunkSize + in AllocateChunk()
82 before->monitor_id_ = OffsetToMonitorId(MonitorIdToOffset(last->monitor_id_) - in AllocateChunk()
Dmonitor_pool.h141 return OffsetToMonitorId( in ComputeMonitorIdInPool()
153 static MonitorId OffsetToMonitorId(size_t offset) { in OffsetToMonitorId() function