Home
last modified time | relevance | path

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

/art/libdexfile/external/include/art_api/
Ddex_file_support.h195 MethodInfo GetMethodInfoForOffset(int64_t dex_offset, bool with_signature) { in GetMethodInfoForOffset()
/art/libdexfile/external/
Ddex_file_ext.cc330 int64_t dex_offset, in ExtDexFileGetMethodInfoForOffset()
/art/oatdump/
Doatdump.cc895 uint32_t dex_offset = dchecked_integral_cast<uint32_t>(dex_file_pointer - vdex_file_begin); in DumpOatDexFile() local