Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc964 StringTable method_names; in GetRecentAllocations() local
985 method_names.Add(m->GetName(), false); in GetRecentAllocations()
994 method_names.Finish(); in GetRecentAllocations()
998 << " MethodNames: " << method_names.Size() << std::endl in GetRecentAllocations()
1027 Append2BE(bytes, method_names.Size()); in GetRecentAllocations()
1064 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations()
1081 method_names.WriteTo(bytes); in GetRecentAllocations()