Home
last modified time | relevance | path

Searched refs:dex_file_offsets (Results 1 – 9 of 9) sorted by relevance

/system/extras/simpleperf/
Dread_dex_file.cpp37 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbols() argument
40 for (uint64_t dex_offset : dex_file_offsets) { in ReadSymbols()
60 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbolsFromDexFileInMemory() argument
63 dex_file_offsets, in ReadSymbolsFromDexFileInMemory()
83 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbolsFromDexFile() argument
98 return ReadSymbolsFromDexFileInMemory(map->data(), file_size, dex_file_offsets, symbol_callback); in ReadSymbolsFromDexFile()
Dread_dex_file.h38 const std::vector<uint64_t>& dex_file_offsets,
41 const std::vector<uint64_t>& dex_file_offsets,
Drecord_file_writer.cpp347 if (const auto dex_file_offsets = dso->DexFileOffsets(); dex_file_offsets != nullptr) { in WriteFileFeatures() local
348 file.dex_file_offsets = *dex_file_offsets; in WriteFileFeatures()
368 size += sizeof(uint32_t) + sizeof(uint64_t) * file.dex_file_offsets.size(); in WriteFileFeature()
394 uint32_t offset_count = file.dex_file_offsets.size(); in WriteFileFeature()
396 MoveToBinaryFormat(file.dex_file_offsets.data(), offset_count, p); in WriteFileFeature()
Dcmd_merge.cpp42 dex_file_offsets_(std::move(file.dex_file_offsets)) { in MergedFileFeature()
51 file.dex_file_offsets != dex_file_offsets_) { in Merge()
89 file->dex_file_offsets = dex_file_offsets_; in ToFileFeature()
Drecord_file_reader.cpp537 file->dex_file_offsets.clear(); in ReadFileFeature()
541 file->dex_file_offsets.resize(offset_count); in ReadFileFeature()
542 MoveFromBinaryFormat(file->dex_file_offsets.data(), offset_count, p); in ReadFileFeature()
Drecord_file.h49 std::vector<uint64_t> dex_file_offsets; member
Ddso_test.cpp181 TEST(dso, dex_file_offsets) { in TEST() argument
Dthread_tree.cpp362 for (uint64_t offset : file.dex_file_offsets) { in AddDsoInfo()
Dcmd_dumprecord.cpp490 for (uint64_t offset : file.dex_file_offsets) { in DumpFeatureSection()