Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc5065 StringTable method_names; in GetRecentAllocations() local
5086 method_names.Add(m->GetName(), false); in GetRecentAllocations()
5095 method_names.Finish(); in GetRecentAllocations()
5099 << " MethodNames: " << method_names.Size() << std::endl in GetRecentAllocations()
5128 JDWP::Append2BE(bytes, method_names.Size()); in GetRecentAllocations()
5165 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations()
5182 method_names.WriteTo(bytes); in GetRecentAllocations()