Searched refs:PersistData (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_engine.h230 struct PersistData struct
232 PersistData(const void *addr, uint64_t routine_num, uint64_t size) : function in struct:PersistData
247 typedef std::list<PersistData> PersistDataList;
H A Doffload_host.cpp590 PersistData * new_el;
599 PersistData cur_el = *it;
641 new_el = new PersistData(stack_begin, routine_id, buf_size);

Completed in 97 milliseconds