Home
last modified time | relevance | path

Searched refs:Child (Results 1 – 6 of 6) sorted by relevance

/art/test/2033-shutdown-mechanics/src/
DMain.java19 private static class Child implements Runnable { class in Main
33 Thread t = new Thread(new Child()); in main()
/art/test/2030-long-running-child/
Dexpected.txt3 Child finished
/art/test/2033-shutdown-mechanics/
Dexpected.txt3 Child started
/art/libartbase/base/
Dstats.h31 Stats* Child(const char* name) { return &children_[name]; } in Child() function
/art/runtime/
Dstack_map.cc227 Stats* codeinfo_stats = parent->Child("CodeInfo"); in CollectSizeStats()
230 codeinfo_stats->Child("Header")->AddBits(reader.NumberOfReadBits()); in CollectSizeStats()
234 Stats* table_stats = codeinfo_stats->Child(table->GetName()); in CollectSizeStats()
239 Stats* column_stats = table_stats->Child(column_names[c]); in CollectSizeStats()
/art/oatdump/
Doatdump.cc1201 stats_.Child("QuickMethodHeader")->AddBytes(sizeof(*method_header)); in DumpOatMethod()
1275 stats_.Child("Code")->AddBytes(code_size); in DumpOatMethod()