Home
last modified time | relevance | path

Searched refs:AppendChild (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler.h64 void AppendChild(StackTrieNode* child) { children_.insert(child); } in AppendChild() function
Dprofiler.cc539 current->AppendChild(new_node); in PutStack()