Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc569 bool ProfileCompilationInfo::AddClassIndex(const std::string& dex_location, in AddClassIndex() function in art::ProfileCompilationInfo
654 if (!AddClassIndex(line_header.dex_location, in ReadClasses()
1233 info.AddClassIndex(profile_key, 0, dex::TypeIndex(type_idx)); in GenerateTestProfile()
1252 info.AddClassIndex(location, checksum, dex::TypeIndex(dex_file->GetClassDef(i).class_idx_)); in GenerateTestProfile()
Dprofile_compilation_info.h355 bool AddClassIndex(const std::string& dex_location, uint32_t checksum, dex::TypeIndex type_idx);
/art/dex2oat/
Ddex2oat_test.cc612 info.AddClassIndex(profile_key, checksum, dex::TypeIndex(1 + i)); in GenerateProfile()
/art/profman/
Dprofile_assistant_test.cc67 ASSERT_TRUE(info->AddClassIndex(dex_location1, dex_location_checksum1, dex::TypeIndex(i))); in SetupProfile()