Searched defs:child (Results 1 – 6 of 6) sorted by relevance
15 static private void child() throws Exception { in child() method in Main
73 for (BasicBlock* child = child_iter.Next(); child != nullptr; child = child_iter.Next()) { in Start() local
905 for (BasicBlock* child = iter.Next(); child != nullptr; child = iter.Next()) { in CombineBlocks() local
64 void AppendChild(StackTrieNode* child) { children_.insert(child); } in AppendChild()
529 StackTrieNode* child = current->FindChild(method_ref, dex_pc); in PutStack() local903 for (auto &child : children_) { in DeleteChildren() local
379 const RegType& RegTypeCache::FromUnresolvedSuperClass(const RegType& child) { in FromUnresolvedSuperClass()