Searched refs:AppendChild (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ | ||
D | profiler.h | 64 void AppendChild(StackTrieNode* child) { children_.insert(child); } in AppendChild() function |
D | profiler.cc | 539 current->AppendChild(new_node); in PutStack() |