Searched refs:class_names (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | debugger.cc | 963 StringTable class_names; in GetRecentAllocations() local 977 class_names.Add(class_descr, !temp.empty()); in GetRecentAllocations() 984 class_names.Add(m->GetDeclaringClassDescriptor(), false); in GetRecentAllocations() 993 class_names.Finish(); in GetRecentAllocations() 997 << " ClassNames: " << class_names.Size() << std::endl in GetRecentAllocations() 1026 Append2BE(bytes, class_names.Size()); in GetRecentAllocations() 1050 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations() 1063 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations() 1080 class_names.WriteTo(bytes); in GetRecentAllocations()
|
/art/profman/ |
D | profile_assistant_test.cc | 788 std::vector<std::string> class_names = { in TEST_F() local 798 for (std::string& class_name : class_names) { in TEST_F() 807 std::vector<std::string> class_names = { in TEST_F() local 811 for (std::string& class_name : class_names) { in TEST_F() 821 std::vector<std::string> class_names = { in TEST_F() local 826 for (std::string& class_name : class_names) { in TEST_F() 1081 std::vector<std::string> class_names = { in TEST_F() local 1087 for (std::string& class_name : class_names) { in TEST_F() 1093 class_names[1] + std::string("\n") + in TEST_F() 1094 class_names[2] + std::string("\n"); in TEST_F() [all …]
|
D | profman.cc | 981 std::set<std::string> class_names; in DumpClassesAndMethods() local 984 if (!GetClassNamesAndMethods(profile_file_fd, &dex_files, &class_names)) { in DumpClassesAndMethods() 991 if (!GetClassNamesAndMethods(profile_file, &dex_files, &class_names)) { in DumpClassesAndMethods() 998 if (!GetClassNamesAndMethods(reference_profile_file_fd_, &dex_files, &class_names)) { in DumpClassesAndMethods() 1003 if (!GetClassNamesAndMethods(reference_profile_file_, &dex_files, &class_names)) { in DumpClassesAndMethods() 1009 for (const std::string& class_name : class_names) { in DumpClassesAndMethods()
|