Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc799 bool ProfileCompilationInfo::AddClassIndex(const std::string& dex_location, in AddClassIndex() function in art::ProfileCompilationInfo
925 if (!AddClassIndex(line_header.dex_location, in ReadClasses()
1998 info.AddClassIndex(profile_key, 0, dex::TypeIndex(type_idx), max_method); in GenerateTestProfile()
2034 info.AddClassIndex(location, in GenerateTestProfile()
Dprofile_compilation_info.h622 bool AddClassIndex(const std::string& dex_location,
/art/profman/
Dprofile_assistant_test.cc105 ASSERT_TRUE(info->AddClassIndex(ProfileCompilationInfo::GetProfileDexFileKey(dex_location1), in SetupProfile()
/art/dex2oat/
Ddex2oat_test.cc646 info.AddClassIndex(profile_key, checksum, dex::TypeIndex(1 + i), kMaxMethodIds); in GenerateProfile()