Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc969 StringTable method_names; in GetRecentAllocations() local
990 method_names.Add(m->GetName(), false); in GetRecentAllocations()
999 method_names.Finish(); in GetRecentAllocations()
1003 << " MethodNames: " << method_names.Size() << std::endl in GetRecentAllocations()
1032 Append2BE(bytes, method_names.Size()); in GetRecentAllocations()
1069 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations()
1086 method_names.WriteTo(bytes); in GetRecentAllocations()