Home
last modified time | relevance | path

Searched defs:add_child (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/simpleperf/scripts/
H A Dreport.py60 def add_child(self, node): member in CallTreeNode
/aosp12/system/extras/simpleperf/runtest/
H A Druntest.py42 def add_child(self, child): member in CallTreeNode
127 def add_child(self, child): member in SymbolRelationRequirement
/aosp12/bionic/linker/
H A Dlinker_soinfo.cpp569 void soinfo::add_child(soinfo* child) { in add_child() function in soinfo