Searched refs:DexFileData (Results 1 – 2 of 2) sorted by relevance
407 for (const DexFileData* dex_data_ptr : info_) { in Save()408 const DexFileData& dex_data = *dex_data_ptr; in Save()438 for (const DexFileData* dex_data_ptr : info_) { in Save()439 const DexFileData& dex_data = *dex_data_ptr; in Save()460 for (const DexFileData* dex_data_ptr : info_) { in Save()461 const DexFileData& dex_data = *dex_data_ptr; in Save()577 uint32_t ProfileCompilationInfo::GetMethodsRegionSize(const DexFileData& dex_data) { in GetMethodsRegionSize()608 ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::GetOrAddDexFileData( in GetOrAddDexFileData()627 DexFileData* dex_file_data = new (&allocator_) DexFileData( in GetOrAddDexFileData()636 DexFileData* result = info_[profile_index]; in GetOrAddDexFileData()[all …]
351 DexFileData* data = GetOrAddDexFileData(dex_file, annotation);377 DexFileData* data = GetOrAddDexFileData(dex_file, annotation);599 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct600 DexFileData(ArenaAllocator* allocator, in DexFileData() function637 bool operator==(const DexFileData& other) const { argument648 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument689 DexFileData* GetOrAddDexFileData(const std::string& profile_key, argument693 DexFileData* GetOrAddDexFileData(const DexFile* dex_file, in GetOrAddDexFileData()706 const DexFileData* FindDexData(const std::string& profile_key,714 const DexFileData* FindDexDataUsingAnnotations([all …]