Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_dex_file.cpp50 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbolsFromDexFileInMemory()
74 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbolsFromDexFile()
Drecord_file.h49 std::vector<uint64_t> dex_file_offsets; member
Drecord_file_writer.cpp352 if (const auto dex_file_offsets = dso->DexFileOffsets(); dex_file_offsets != nullptr) { in WriteFileFeatures() local
Ddso_test.cpp190 TEST(dso, dex_file_offsets) { in TEST() argument
Drecord_file_reader.cpp667 const auto& dex_file_offsets = proto_file.dex_file().dex_file_offset(); in ReadFileV2Feature() local