Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc736 bool ProfileCompilationInfo::AddClassIndex(const std::string& dex_location, in AddClassIndex() function in art::ProfileCompilationInfo
862 if (!AddClassIndex(line_header.dex_location, in ReadClasses()
1859 info.AddClassIndex(profile_key, 0, dex::TypeIndex(type_idx), max_method); in GenerateTestProfile()
1889 info.AddClassIndex(location, in GenerateTestProfile()
Dprofile_compilation_info.h573 bool AddClassIndex(const std::string& dex_location,
/art/profman/
Dprofile_assistant_test.cc103 ASSERT_TRUE(info->AddClassIndex(dex_location1, in SetupProfile()