Searched refs:dex_file_offsets (Results 1 – 9 of 9) sorted by relevance
/system/extras/simpleperf/ |
D | read_dex_file.cpp | 37 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()
|
D | read_dex_file.h | 38 const std::vector<uint64_t>& dex_file_offsets, 41 const std::vector<uint64_t>& dex_file_offsets,
|
D | record_file_writer.cpp | 347 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()
|
D | cmd_merge.cpp | 42 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()
|
D | record_file_reader.cpp | 537 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()
|
D | record_file.h | 49 std::vector<uint64_t> dex_file_offsets; member
|
D | dso_test.cpp | 181 TEST(dso, dex_file_offsets) { in TEST() argument
|
D | thread_tree.cpp | 362 for (uint64_t offset : file.dex_file_offsets) { in AddDsoInfo()
|
D | cmd_dumprecord.cpp | 490 for (uint64_t offset : file.dex_file_offsets) { in DumpFeatureSection()
|