Home
last modified time | relevance | path

Searched refs:DexBegin (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Doat_file.h345 return DexEnd() - DexBegin(); in DexSize()
360 const uint8_t* DexBegin() const;
H A Dvdex_file.h314 const uint8_t* DexBegin() const { in DexBegin() function
H A Dvdex_file.cc173 return HasDexSection() ? DexBegin() : nullptr; in GetNextDexFileData()
H A Doat_file.cc857 dex_file_pointer = DexBegin() + dex_file_offset; in Setup()
933 ? DexBegin() + lookup_table_offset in Setup()
1971 const uint8_t* OatFile::DexBegin() const { in DexBegin() function in art::OatFile
/aosp12/art/oatdump/
H A Doatdump.cc870 const uint8_t* const vdex_file_begin = oat_dex_file.GetOatFile()->DexBegin(); in DumpOatDexFile()