Searched defs:dex_file_offsets (Results 1 – 4 of 4) sorted by relevance
37 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbols()60 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbolsFromDexFileInMemory()83 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbolsFromDexFile()
49 std::vector<uint64_t> dex_file_offsets; member
181 TEST(dso, dex_file_offsets) { in TEST() argument
347 if (const auto dex_file_offsets = dso->DexFileOffsets(); dex_file_offsets != nullptr) { in WriteFileFeatures() local