Home
last modified time | relevance | path

Searched defs:dex_file_offset (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Drecord_file.proto46 repeated uint64 dex_file_offset = 1; field
H A DJITDebugReader_test.cpp61 const uint64_t dex_file_offset = 0x28; in TEST() local
H A Ddso.cpp549 void AddDexFileOffset(uint64_t dex_file_offset) override { in AddDexFileOffset()
668 void AddDexFileOffset(uint64_t dex_file_offset) override { in AddDexFileOffset()
H A DJITDebugReader.h102 uint64_t dex_file_offset; // The offset of the dex file in the file containing it member
H A Dthread_tree.cpp385 void ThreadTree::AddDexFileOffset(const std::string& file_path, uint64_t dex_file_offset) { in AddDexFileOffset()
H A DJITDebugReader.cpp727 uint64_t dex_file_offset = dex_entry.symfile_addr - it->start_addr + it->pgoff; in ReadDexFileDebugInfo() local
/aosp_15_r20/external/perfetto/protos/third_party/simpleperf/
H A Drecord_file.proto62 repeated uint64 dex_file_offset = 1; field
/aosp_15_r20/out/soong/.intermediates/system/extras/simpleperf/libsimpleperf/android_arm64_armv8-2a_cortex-a55_static/gen/proto/system/extras/simpleperf/
Drecord_file.pb.h1447 inline ::uint64_t FileFeature_DexFile::dex_file_offset(int index) const { in dex_file_offset() function
1467 FileFeature_DexFile::dex_file_offset() const { in dex_file_offset() function
/aosp_15_r20/art/runtime/
H A Dvdex_file.cc432 uint32_t dex_file_offset = reinterpret_cast<const uint32_t*>(verifier_deps)[index]; in GetDexFileClassDefs() local
/aosp_15_r20/cts/tools/release-parser/proto/
H A Drelease.proto236 uint32 dex_file_offset = 3; field
/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc805 uint32_t dex_file_offset; in Setup() local
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc4086 uint32_t dex_file_offset = oat_dex_file.dex_file_offset_; in GetDebugInfo() local