Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc1121 std::unique_ptr<DexFileData> dex_file_data(new (&allocator_) DexFileData( in GetOrAddDexFileData()
1137 DexFileData* result = info_[profile_index].get(); in GetOrAddDexFileData()
1172 const DexFileData* result = info_[profile_index].get(); in FindDexData()
1627 status = DexFileData::SkipClasses(buffer, error); in ReadClassesSection()
1663 status = DexFileData::SkipMethods(buffer, error); in ReadMethodsSection()
2120 const DexFileData& dex_data = *info_[i]; in Equals()
2121 const DexFileData& other_dex_data = *other.info_[i]; in Equals()
2155 DexFileData* const data = in GenerateTestProfile()
2208 DexFileData* const data = info.GetOrAddDexFileData( in GenerateTestProfile()
2900 std::vector<const DexFileData*> all_dex_data; in ExtractProfileData()
[all …]
H A Dprofile_compilation_info.h334 DexFileData* const data = info_[profile_index].get(); in AddClass()
385 DexFileData* data = GetOrAddDexFileData(dex_file, annotation);
395 DexFileData* const data = info_[profile_index].get(); in AddMethod()
725 DexFileData(ArenaAllocator* allocator, in DexFileData() function
764 bool operator==(const DexFileData& other) const { argument
775 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
846 DexFileData* GetOrAddDexFileData(const DexFile* dex_file, in GetOrAddDexFileData()
856 const DexFileData* FindDexData(const std::string& profile_key,
864 const DexFileData* FindDexDataUsingAnnotations(
963 ArenaVector<std::unique_ptr<DexFileData>> info_;
[all …]