Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A 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()
H A Drecord_file.h50 std::vector<uint64_t> dex_file_offsets; member
H A Ddso_test.cpp213 TEST(dso, dex_file_offsets) { in TEST() argument
H A Drecord_file_writer.cpp487 if (const auto dex_file_offsets = dso->DexFileOffsets(); dex_file_offsets != nullptr) { in WriteFileFeatures() local
H A Drecord_file_reader.cpp714 const auto& dex_file_offsets = proto_file.dex_file().dex_file_offset(); in ReadFileV2Feature() local