Searched refs:isSimObjectVector (Results 1 - 3 of 3) sorted by relevance

/gem5/src/python/m5/util/
H A Ddot_writer.py64 from m5.SimObject import isRoot, isSimObjectVector
76 if isSimObjectVector(child):
/gem5/src/python/m5/stats/
H A D__init__.py259 if m5.SimObject.isSimObjectVector(obj):
/gem5/src/python/m5/
H A DSimObject.py1126 if not isSimObjectVector(child):
1396 if not isSimObjectVector(val) and isSimObjectSequence(val):
1713 def isSimObjectVector(value): function
1734 return isSimObject(value) or isSimObjectVector(value)

Completed in 11 milliseconds