Searched refs:GetAppImageRelocations (Results 1 – 2 of 2) sorted by relevance
381 EXPORT ArrayRef<const uint32_t> GetAppImageRelocations() const;
2079 ArrayRef<const uint32_t> OatFile::GetAppImageRelocations() const { in GetAppImageRelocations() function in art::OatFile2517 if (!GetAppImageRelocations().empty()) { in InitializeRelocations()2520 for (const uint32_t& relocation : GetAppImageRelocations()) { in InitializeRelocations()