Lines Matching refs:DexFileData
308 DexFileData* data = GetOrAddDexFileData(&dex_file, annotation);
334 DexFileData* const data = info_[profile_index].get(); in AddClass()
351 DexFileData* const data = GetOrAddDexFileData(&dex_file, annotation);
385 DexFileData* data = GetOrAddDexFileData(dex_file, annotation);
395 DexFileData* const data = info_[profile_index].get(); in AddMethod()
418 DexFileData* data = GetOrAddDexFileData(dex_file, annotation);
517 const DexFileData* dex_file_data = info_[profile_index].get(); in FindDexFileForProfileIndex()
724 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
725 DexFileData(ArenaAllocator* allocator, in DexFileData() function
764 bool operator==(const DexFileData& other) const { argument
775 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
841 DexFileData* GetOrAddDexFileData(const std::string& profile_key, argument
846 DexFileData* GetOrAddDexFileData(const DexFile* dex_file, in GetOrAddDexFileData()
856 const DexFileData* FindDexData(const std::string& profile_key,
864 const DexFileData* FindDexDataUsingAnnotations(
871 /*out*/ std::vector<const ProfileCompilationInfo::DexFileData*>* result) const;
963 ArenaVector<std::unique_ptr<DexFileData>> info_;
1070 const DexFileData* dex_file_data;