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

/art/runtime/jit/
H A Doffline_profiling_info.h113 bool AddClassIndex(const std::string& dex_location, uint32_t checksum, uint16_t class_idx);
H A Doffline_profiling_info.cc277 bool ProfileCompilationInfo::AddClassIndex(const std::string& dex_location, function in class:art::ProfileCompilationInfo
302 if (!AddClassIndex(dex_location, checksum, class_def_idx)) {
/art/profman/
H A Dprofile_assistant_test.cc45 ASSERT_TRUE(info->AddClassIndex(dex_location1, dex_location_checksum1, i));

Completed in 84 milliseconds