Searched refs:AddClassIndex (Results 1 – 4 of 4) sorted by relevance
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 799 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()
|
D | profile_compilation_info.h | 622 bool AddClassIndex(const std::string& dex_location,
|
/art/profman/ |
D | profile_assistant_test.cc | 105 ASSERT_TRUE(info->AddClassIndex(ProfileCompilationInfo::GetProfileDexFileKey(dex_location1), in SetupProfile()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 646 info.AddClassIndex(profile_key, checksum, dex::TypeIndex(1 + i), kMaxMethodIds); in GenerateProfile()
|