Home
last modified time | relevance | path

Searched defs:dex_offset (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dread_dex_file.cpp40 for (uint64_t dex_offset : dex_file_offsets) { in ReadSymbols() local
/aosp12/art/libdexfile/external/include/art_api/
H A Ddex_file_support.h115 inline size_t FindMethodAtOffset(uint32_t dex_offset, T callback) { in FindMethodAtOffset()
/aosp12/system/unwinding/libunwindstack/
H A DDexFile.cpp130 uint64_t dex_offset = dex_pc - base_addr_; // Convert absolute PC to file-relative offset. in GetFunctionName() local
/aosp12/art/libdexfile/external/
H A Ddex_file_ext.cc206 size_t dex_offset, in ADexFile_findMethodAtOffset()
/aosp12/art/oatdump/
H A Doatdump.cc874 uint32_t dex_offset = dchecked_integral_cast<uint32_t>(dex_file_pointer - vdex_file_begin); in DumpOatDexFile() local