Searched defs:add_child (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/extras/simpleperf/scripts/ | ||
H A D | report.py | 60 def add_child(self, node): member in CallTreeNode |
/aosp12/system/extras/simpleperf/runtest/ | ||
H A D | runtest.py | 42 def add_child(self, child): member in CallTreeNode |
/aosp12/bionic/linker/ | ||
H A D | linker_soinfo.cpp | 569 void soinfo::add_child(soinfo* child) { in add_child() function in soinfo |