Searched refs:setTimestamp (Results 1 – 4 of 4) sorted by relevance
145 resource->cacheAccess().setTimestamp(this->getNextTimestamp()); in insertResource()471 resource->cacheAccess().setTimestamp(this->getNextTimestamp()); in refAndMakeResourceMRU()508 resource->cacheAccess().setTimestamp(this->getNextTimestamp()); in notifyARefCntReachedZero()941 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()945 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()951 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()955 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
72 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp() function
89 event.setTimestamp(timestamp); in createScheduledEvent()
115 public void setTimestamp(long timestamp) { in setTimestamp() method in EventScheduler.SchedulableEvent