Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc168 DexFileData* data = GetOrAddDexFileData(ref.dex_file); in AddMethodIndex()
180 DexFileData* data = GetOrAddDexFileData(GetProfileDexFileKey(dex_location), in AddMethodIndex()
397 for (const DexFileData* dex_data_ptr : info_) { in Save()
398 const DexFileData& dex_data = *dex_data_ptr; in Save()
436 for (const DexFileData* dex_data_ptr : info_) { in Save()
437 const DexFileData& dex_data = *dex_data_ptr; in Save()
458 for (const DexFileData* dex_data_ptr : info_) { in Save()
459 const DexFileData& dex_data = *dex_data_ptr; in Save()
592 uint32_t ProfileCompilationInfo::GetMethodsRegionSize(const DexFileData& dex_data) { in GetMethodsRegionSize()
623 ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::GetOrAddDexFileData( in GetOrAddDexFileData()
[all …]
Dprofile_compilation_info.h258 DexFileData* data = GetOrAddDexFileData(dex_file); in AddClassesForDex()
267 DexFileData* data = GetOrAddDexFileData(ref.dex_file); in AddClassForDex()
295 DexFileData* data = GetOrAddDexFileData(dex_file); in AddMethodsForDex()
493 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
494 DexFileData(ArenaAllocator* allocator, in DexFileData() argument
528 bool operator==(const DexFileData& other) const { argument
541 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
602 DexFileData* GetOrAddDexFileData(const std::string& profile_key, argument
606 DexFileData* GetOrAddDexFileData(const DexFile* dex_file) { in GetOrAddDexFileData()
636 const DexFileData* FindDexData(const std::string& profile_key,
[all …]