Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc685 std::vector<std::string> class_names = { in TEST_F() local
693 for (std::string& class_name : class_names) { in TEST_F()
703 std::vector<std::string> class_names = { in TEST_F() local
708 for (std::string& class_name : class_names) { in TEST_F()
851 std::vector<std::string> class_names = { in TEST_F() local
857 for (std::string& class_name : class_names) { in TEST_F()
863 class_names[1] + std::string("\n") + in TEST_F()
864 class_names[2] + std::string("\n"); in TEST_F()
870 std::vector<std::string> class_names = { in TEST_F() local
876 for (std::string& class_name : class_names) { in TEST_F()
Dprofman.cc716 std::set<std::string> class_names; in DumpClassesAndMethods() local
719 if (!GetClassNamesAndMethods(profile_file_fd, &dex_files, &class_names)) { in DumpClassesAndMethods()
726 if (!GetClassNamesAndMethods(profile_file, &dex_files, &class_names)) { in DumpClassesAndMethods()
733 if (!GetClassNamesAndMethods(reference_profile_file_fd_, &dex_files, &class_names)) { in DumpClassesAndMethods()
738 if (!GetClassNamesAndMethods(reference_profile_file_, &dex_files, &class_names)) { in DumpClassesAndMethods()
744 for (const std::string& class_name : class_names) { in DumpClassesAndMethods()
/art/runtime/
Ddebugger.cc5064 StringTable class_names; in GetRecentAllocations() local
5078 class_names.Add(class_descr, !temp.empty()); in GetRecentAllocations()
5085 class_names.Add(m->GetDeclaringClassDescriptor(), false); in GetRecentAllocations()
5094 class_names.Finish(); in GetRecentAllocations()
5098 << " ClassNames: " << class_names.Size() << std::endl in GetRecentAllocations()
5127 JDWP::Append2BE(bytes, class_names.Size()); in GetRecentAllocations()
5151 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations()
5164 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
5181 class_names.WriteTo(bytes); in GetRecentAllocations()