Home | History | Annotate | Download | only in runtime

Lines Matching full:class_names

3695     StringTable class_names;
3704 class_names.Add(ClassHelper(record->type).GetDescriptor());
3711 class_names.Add(mh.GetDeclaringClassDescriptor());
3744 JDWP::Append2BE(bytes, class_names.Size());
3760 size_t allocated_object_class_name_index = class_names.IndexOf(kh.GetDescriptor());
3774 size_t class_name_index = class_names.IndexOf(mh.GetDeclaringClassDescriptor());
3790 class_names.WriteTo(bytes);