Home
last modified time | relevance | path

Searched defs:child (Results 1 – 6 of 6) sorted by relevance

/art/test/063-process-manager/src/
DMain.java15 static private void child() throws Exception { in child() method in Main
/art/tools/ahat/src/
DSite.java119 Site child = mChildren.get(next); in add() local
192 Site child = mChildren.get(next); in getChild() local
/art/runtime/
Dprofiler.h64 void AppendChild(StackTrieNode* child) { children_.insert(child); } in AppendChild()
Dprofiler.cc538 StackTrieNode* child = current->FindChild(method_ref, dex_pc); in PutStack() local
912 for (auto &child : children_) { in DeleteChildren() local
/art/tools/dmtracedump/
Dtracedump.cc1134 void addInclusiveTime(MethodEntry* parent, MethodEntry* child, uint64_t elapsedTime) { in addInclusiveTime()
1414 int32_t checkThreshold(MethodEntry* parent, MethodEntry* child) { in checkThreshold()
1430 for (TimedMethod* child = method->children[0]; child; child = child->next) { in createLabels() local
1443 for (TimedMethod* child = method->children[0]; child; child = child->next) { in createLinks() local
/art/runtime/verifier/
Dreg_type_cache.cc429 const RegType& RegTypeCache::FromUnresolvedSuperClass(const RegType& child) { in FromUnresolvedSuperClass()