Home
last modified time | relevance | path

Searched refs:DexFileData (Results 1 – 2 of 2) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h308 const DexFileData* data = FindDexDataUsingAnnotations(&dex_file, annotation);
317 DexFileData* data = GetOrAddDexFileData(&dex_file, annotation);
346 DexFileData* const data = info_[profile_index].get(); in AddClass()
363 DexFileData* const data = GetOrAddDexFileData(&dex_file, annotation);
387 DexFileData* data = GetOrAddDexFileData(dex_file, annotation);
397 DexFileData* const data = info_[profile_index].get(); in AddMethod()
421 DexFileData* data = GetOrAddDexFileData(dex_file, annotation);
514 const DexFileData* const data = info_[profile_index].get(); in IsMethodInProfile()
534 const DexFileData* const data = info_[profile_index].get(); in ContainsClass()
557 const DexFileData* dex_file_data = info_[profile_index].get(); in FindDexFileForProfileIndex()
[all …]
Dprofile_compilation_info.cc733 DexFileData* const data = GetOrAddDexFileData(&dex_file, annotation); in AddClass()
1023 for (const std::unique_ptr<DexFileData>& dex_data : info_) { in Save()
1087 for (const std::unique_ptr<DexFileData>& dex_data : info_) { in Save()
1123 for (const std::unique_ptr<DexFileData>& dex_data : info_) { in Save()
1138 for (const std::unique_ptr<DexFileData>& dex_data : info_) { in Save()
1191 ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::GetOrAddDexFileData( in GetOrAddDexFileData()
1209 std::unique_ptr<DexFileData> dex_file_data(new (&allocator_) DexFileData( in GetOrAddDexFileData()
1225 DexFileData* result = info_[profile_index].get(); in GetOrAddDexFileData()
1250 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexData( in FindDexData()
1260 const DexFileData* result = info_[profile_index].get(); in FindDexData()
[all …]