Searched refs:getInstance (Results 1 - 7 of 7) sorted by relevance

/gem5/src/sim/
H A DRoot.py54 def getInstance(cls): member in class:Root
/gem5/src/python/m5/
H A Dsimulate.py80 root = objects.Root.getInstance()
163 root = objects.Root.getInstance()
226 root = objects.Root.getInstance()
359 root = objects.Root.getInstance()
H A DSimObject.py1731 return obj and obj is Root.getInstance()
/gem5/src/gpu-compute/
H A Ddispatcher.hh114 // call something like getInstance(index)
121 static GpuDispatcher* getInstance() { return instance; } function in class:GpuDispatcher
H A Ddispatcher.cc81 return GpuDispatcher::getInstance();
/gem5/src/python/m5/stats/
H A D__init__.py244 root = Root.getInstance()
347 dump_group(root if root is not None else Root.getInstance())
383 root = Root.getInstance()
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py302 root = Root.getInstance()

Completed in 15 milliseconds