Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver_test.cc243 profile_info_.AddMethodIndex(dex_file->GetLocation(), dex_file->GetLocationChecksum(), 1); in GetProfileCompilationInfo()
244 profile_info_.AddMethodIndex(dex_file->GetLocation(), dex_file->GetLocationChecksum(), 2); in GetProfileCompilationInfo()
/art/runtime/jit/
Dprofile_compilation_info.h342 bool AddMethodIndex(const std::string& dex_location, uint32_t checksum, uint16_t method_idx);
Dprofile_compilation_info.cc484 bool ProfileCompilationInfo::AddMethodIndex(const std::string& dex_location, in AddMethodIndex() function in art::ProfileCompilationInfo
1225 info.AddMethodIndex(profile_key, 0, method_idx); in GenerateTestProfile()
1258 info.AddMethodIndex(location, checksum, i); in GenerateTestProfile()
Dprofile_compilation_info_test.cc63 return info->AddMethodIndex(dex_location, checksum, method_index); in AddMethod()
78 return info->AddMethodIndex(dex_location, checksum, class_index); in AddClass()