Home
last modified time | relevance | path

Searched refs:GetQuickenedInfoOf (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dvdex_file.h330 ArrayRef<const uint8_t> GetQuickenedInfoOf(const DexFile& dex_file,
Doat_file.h533 ArrayRef<const uint8_t> GetQuickenedInfoOf(const DexFile& dex_file,
Dvdex_file.cc347 ArrayRef<const uint8_t> VdexFile::GetQuickenedInfoOf(const DexFile& dex_file, in GetQuickenedInfoOf() function in art::VdexFile
Dart_method.cc543 return oat_dex_file->GetQuickenedInfoOf(dex_file, GetDexMethodIndex()); in GetQuickenedInfo()
Doat_file.cc2014 ArrayRef<const uint8_t> OatDexFile::GetQuickenedInfoOf(const DexFile& dex_file, in GetQuickenedInfoOf() function in art::OatDexFile
2020 return oat_file->GetVdexFile()->GetQuickenedInfoOf(dex_file, dex_method_idx); in GetQuickenedInfoOf()
/art/runtime/dex/
Ddex_file_annotations.cc1355 quicken_data = oat_dex_file->GetQuickenedInfoOf(dex_file, method_index); in MethodContainsRSensitiveAccess()