Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4748 StringTable class_names; in GetRecentAllocations() local
4758 class_names.Add(record->Type()->GetDescriptor(&temp)); in GetRecentAllocations()
4762 class_names.Add(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
4795 JDWP::Append2BE(bytes, class_names.Size()); in GetRecentAllocations()
4810 class_names.IndexOf(record->Type()->GetDescriptor(&temp)); in GetRecentAllocations()
4823 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
4838 class_names.WriteTo(bytes); in GetRecentAllocations()