Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.h65 StackTrieNode* FindChild(MethodReference method, uint32_t dex_pc);
Dprofiler.cc529 StackTrieNode* child = current->FindChild(method_ref, dex_pc); in PutStack()
891 StackTrieNode* StackTrieNode::FindChild(MethodReference method, uint32_t dex_pc) { in FindChild() function in art::StackTrieNode