Searched refs:dex_file_offsets (Results 1 – 10 of 10) sorted by relevance
/system/extras/simpleperf/ |
D | read_dex_file.cpp | 49 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbolsFromDexFileInMemory() argument 51 for (uint64_t file_offset : dex_file_offsets) { in ReadSymbolsFromDexFileInMemory() 73 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbolsFromDexFile() argument 88 return ReadSymbolsFromDexFileInMemory(map->data(), file_size, file_path, dex_file_offsets, 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_test.cpp | 197 files[0].dex_file_offsets.assign(0x1003, 0x1004); in TEST_F() 246 ASSERT_EQ(file.dex_file_offsets, expected_file.dex_file_offsets); in TEST_F() 248 ASSERT_TRUE(file.dex_file_offsets.empty()); in TEST_F() 251 ASSERT_TRUE(file.dex_file_offsets.empty()); in TEST_F()
|
D | record_file_writer.cpp | 352 if (const auto dex_file_offsets = dso->DexFileOffsets(); dex_file_offsets != nullptr) { in WriteFileFeatures() local 353 file.dex_file_offsets = *dex_file_offsets; in WriteFileFeatures() 387 proto_dex_file->mutable_dex_file_offset()->Add(file.dex_file_offsets.begin(), in WriteFileFeature() 388 file.dex_file_offsets.end()); in WriteFileFeature()
|
D | record_file_reader.cpp | 629 file.dex_file_offsets.resize(offset_count); in ReadFileV1Feature() 630 reader.Read(file.dex_file_offsets.data(), offset_count); in ReadFileV1Feature() 667 const auto& dex_file_offsets = proto_file.dex_file().dex_file_offset(); in ReadFileV2Feature() local 668 file.dex_file_offsets.insert(file.dex_file_offsets.end(), dex_file_offsets.begin(), in ReadFileV2Feature() 669 dex_file_offsets.end()); in ReadFileV2Feature()
|
D | record_file.h | 49 std::vector<uint64_t> dex_file_offsets; member 60 dex_file_offsets.clear(); in Clear()
|
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 | dso_test.cpp | 180 TEST(dso, dex_file_offsets) { in TEST() argument
|
D | thread_tree.cpp | 378 for (uint64_t offset : file.dex_file_offsets) { in AddDsoInfo()
|
D | cmd_dumprecord.cpp | 518 for (uint64_t offset : file.dex_file_offsets) { in DumpFeatureSection()
|