Lines Matching refs:DexFileData
308 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()
771 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
772 DexFileData(ArenaAllocator* allocator, in DexFileData() argument
811 bool operator==(const DexFileData& other) const { argument
822 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
949 DexFileData* GetOrAddDexFileData(const std::string& profile_key, argument
954 DexFileData* GetOrAddDexFileData(const DexFile* dex_file, in GetOrAddDexFileData()
964 const DexFileData* FindDexData(const std::string& profile_key,
972 const DexFileData* FindDexDataUsingAnnotations(
979 /*out*/ std::vector<const ProfileCompilationInfo::DexFileData*>* result) const;
1071 ArenaVector<std::unique_ptr<DexFileData>> info_;
1178 const DexFileData* dex_file_data;