Home
last modified time | relevance | path

Searched defs:dex_file_offsets (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Dread_dex_file.cpp37 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()
Drecord_file.h49 std::vector<uint64_t> dex_file_offsets; member
Ddso_test.cpp181 TEST(dso, dex_file_offsets) { in TEST() argument
Drecord_file_writer.cpp347 if (const auto dex_file_offsets = dso->DexFileOffsets(); dex_file_offsets != nullptr) { in WriteFileFeatures() local