Searched refs:GetOrAddDexFileData (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jit/
H A Doffline_profiling_info.cc241 ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::GetOrAddDexFileData( function in class:art::ProfileCompilationInfo
258 DexFileData* const data = GetOrAddDexFileData(dex_location, checksum);
269 DexFileData* const data = GetOrAddDexFileData(dex_location, checksum);
280 DexFileData* const data = GetOrAddDexFileData(dex_location, checksum);
H A Doffline_profiling_info.h111 DexFileData* GetOrAddDexFileData(const std::string& dex_location, uint32_t checksum);

Completed in 57 milliseconds