Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc5092 StringTable class_names; in GetRecentAllocations() local
5102 class_names.Add(record->Type()->GetDescriptor(&temp)); in GetRecentAllocations()
5106 class_names.Add(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
5139 JDWP::Append2BE(bytes, class_names.Size()); in GetRecentAllocations()
5154 class_names.IndexOf(record->Type()->GetDescriptor(&temp)); in GetRecentAllocations()
5167 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
5182 class_names.WriteTo(bytes); in GetRecentAllocations()