Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc407 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 …]
Dprofile_compilation_info.h351 DexFileData* data = GetOrAddDexFileData(dex_file, annotation);
377 DexFileData* data = GetOrAddDexFileData(dex_file, annotation);
599 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
600 DexFileData(ArenaAllocator* allocator, in DexFileData() argument
637 bool operator==(const DexFileData& other) const { argument
648 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
689 DexFileData* GetOrAddDexFileData(const std::string& profile_key, argument
693 DexFileData* GetOrAddDexFileData(const DexFile* dex_file, in GetOrAddDexFileData()
706 const DexFileData* FindDexData(const std::string& profile_key,
714 const DexFileData* FindDexDataUsingAnnotations(
[all …]