Searched refs:cacheHold (Results 1 – 3 of 3) sorted by relevance
215 void RuntimeMemory::hold(const IBurst::OptionalCacheHold& cacheHold) const { in hold()216 if (cacheHold != nullptr) { in hold()218 mHold.insert(cacheHold); in hold()
193 void hold(const IBurst::OptionalCacheHold& cacheHold) const;
599 auto cacheHold = burstController->cacheMemory(*maybeMemory); in execute() local600 memory->hold(cacheHold); in execute()747 auto cacheHold = burstController->cacheMemory(*maybeMemory); in compute() local748 memory->hold(cacheHold); in compute()