Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DJITDebugReader.h55 uint64_t dex_file_offset; // The offset of the dex file in the file containing it member
H A Ddso.cpp454 void AddDexFileOffset(uint64_t dex_file_offset) override { in AddDexFileOffset()
559 void AddDexFileOffset(uint64_t dex_file_offset) override { in AddDexFileOffset()
H A Dthread_tree.cpp367 void ThreadTree::AddDexFileOffset(const std::string& file_path, uint64_t dex_file_offset) { in AddDexFileOffset()
H A DJITDebugReader.cpp771 uint64_t dex_file_offset = dex_entry.symfile_addr - it->start_addr + it->pgoff; in ReadDexFileDebugInfo() local
/aosp12/art/runtime/
H A Dvdex_file.cc409 uint32_t dex_file_offset = reinterpret_cast<const uint32_t*>(verifier_deps)[index]; in GetDexFileClassDefs() local
H A Doat_file.cc749 uint32_t dex_file_offset; in Setup() local
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc4082 uint32_t dex_file_offset = oat_dex_file.dex_file_offset_; in GetDebugInfo() local