Lines Matching refs:ArrayRef

114                                   ArrayRef<const std::string> dex_filenames,
127 ArrayRef<const std::string> dex_filenames,
169 bool Setup(int zip_fd, ArrayRef<const std::string> dex_filenames, std::string* error_msg);
202 ArrayRef<const std::string> dex_filenames, in OpenOatFile()
244 ArrayRef<const std::string> dex_filenames, in OpenOatFile()
490 ArrayRef<const std::string> dex_filenames, in Setup()
1375 ArrayRef<const std::string> dex_filenames,
1426 ArrayRef<const std::string> dex_filenames, in InitializeFromElfFile()
1547 ArrayRef<const uint8_t> deps_data = GetVdexFile()->GetVerifierDepsData(); in Setup()
1624 ArrayRef<const std::string> dex_filenames, in Open()
1692 ArrayRef<const std::string> dex_filenames, in Open()
1764 ArrayRef<const uint32_t> OatFile::GetBootImageRelocations() const { in GetBootImageRelocations()
1768 return ArrayRef<const uint32_t>(relocations, relocations_end - relocations); in GetBootImageRelocations()
1770 return ArrayRef<const uint32_t>(); in GetBootImageRelocations()
1774 ArrayRef<ArtMethod*> OatFile::GetBssMethods() const { in GetBssMethods()
1779 return ArrayRef<ArtMethod*>(methods, methods_end - methods); in GetBssMethods()
1781 return ArrayRef<ArtMethod*>(); in GetBssMethods()
1785 ArrayRef<GcRoot<mirror::Object>> OatFile::GetBssGcRoots() const { in GetBssGcRoots()
1789 return ArrayRef<GcRoot<mirror::Object>>(roots, roots_end - roots); in GetBssGcRoots()
1791 return ArrayRef<GcRoot<mirror::Object>>(); in GetBssGcRoots()
2014 ArrayRef<const uint8_t> OatDexFile::GetQuickenedInfoOf(const DexFile& dex_file, in GetQuickenedInfoOf()
2018 return ArrayRef<const uint8_t>(); in GetQuickenedInfoOf()