Searched refs:FindChild (Results 1 – 2 of 2) sorted by relevance
65 StackTrieNode* FindChild(MethodReference method, uint32_t dex_pc);
529 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