Searched refs:cacheHold (Results 1 – 3 of 3) sorted by relevance
211 void RuntimeMemory::hold(const IBurst::OptionalCacheHold& cacheHold) const { in hold()212 if (cacheHold != nullptr) { in hold()214 mHold.insert(cacheHold); in hold()
543 auto cacheHold = burstController->cacheMemory(*maybeMemory); in execute() local544 memory->hold(cacheHold); in execute()682 auto cacheHold = burstController->cacheMemory(*maybeMemory); in compute() local683 memory->hold(cacheHold); in compute()
193 void hold(const IBurst::OptionalCacheHold& cacheHold) const;