Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_dex_file.cpp50 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbolsFromDexFileInMemory() argument
52 for (uint64_t file_offset : dex_file_offsets) { in ReadSymbolsFromDexFileInMemory()
74 const std::vector<uint64_t>& dex_file_offsets, in ReadSymbolsFromDexFile() argument
89 return ReadSymbolsFromDexFileInMemory(map->data(), file_size, file_path, dex_file_offsets, in ReadSymbolsFromDexFile()
Dread_dex_file.h39 const std::vector<uint64_t>& dex_file_offsets,
42 const std::vector<uint64_t>& dex_file_offsets,
Drecord_file_test.cpp203 files[0].dex_file_offsets.assign(0x1003, 0x1004); in TEST_F()
252 ASSERT_EQ(file.dex_file_offsets, expected_file.dex_file_offsets); in TEST_F()
254 ASSERT_TRUE(file.dex_file_offsets.empty()); in TEST_F()
257 ASSERT_TRUE(file.dex_file_offsets.empty()); in TEST_F()
Drecord_file_writer.cpp352 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()
Drecord_file_reader.cpp629 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()
Drecord_file.h49 std::vector<uint64_t> dex_file_offsets; member
60 dex_file_offsets.clear(); in Clear()
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()
Ddso_test.cpp190 TEST(dso, dex_file_offsets) { in TEST() argument
Dthread_tree.cpp378 for (uint64_t offset : file.dex_file_offsets) { in AddDsoInfo()
Dcmd_dumprecord.cpp541 for (uint64_t offset : file.dex_file_offsets) { in DumpFeatureSection()