Searched refs:accelerator_persistent_bytes (Results 1 – 4 of 4) sorted by relevance
148 exec_mem.accelerator_persistent_bytes() + in AddMemoryStats()180 exec_mem.accelerator_persistent_bytes(); in AddMemoryStats()182 exec_mem.accelerator_persistent_bytes() + in AddMemoryStats()186 exec_mem.accelerator_persistent_bytes() + in AddMemoryStats()
165 int64 accelerator_persistent_bytes() const { in accelerator_persistent_bytes() function166 int64 accelerator_persistent_bytes = 0; in accelerator_persistent_bytes() local168 accelerator_persistent_bytes += exec.accelerator_persistent_bytes(); in accelerator_persistent_bytes()170 return accelerator_persistent_bytes; in accelerator_persistent_bytes()633 int64 accelerator_persistent_bytes() const { in accelerator_persistent_bytes() function637 exec.second.accelerator_persistent_bytes()); in accelerator_persistent_bytes()
159 dev.tracked_allocations[0] += node->node->accelerator_persistent_bytes(); in TrackNode()160 allocs[0] += node->node->accelerator_persistent_bytes(); in TrackNode()
134 int64 accelerator_persistent_bytes = 5; field