Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.h361 return DexEnd() - DexBegin(); in DexSize()
377 EXPORT const uint8_t* DexBegin() const;
Doat_file.cc916 dex_file_container = std::make_shared<MemoryDexFileContainer>(DexBegin(), DexEnd()); in Setup()
917 dex_file_pointer = DexBegin() + dex_file_offset; in Setup()
982 ? DexBegin() + lookup_table_offset in Setup()
2058 const uint8_t* OatFile::DexBegin() const { in DexBegin() function in art::OatFile
/art/runtime/
Dvdex_file.h314 const uint8_t* DexBegin() const { in DexBegin() function
Dvdex_file.cc187 return HasDexSection() ? DexBegin() : nullptr; in GetNextDexFileData()
/art/oatdump/
Doatdump.cc889 const uint8_t* const vdex_file_begin = oat_dex_file.GetOatFile()->DexBegin(); in DumpOatDexFile()
914 oat_dex_file.GetLookupTableData() - oat_dex_file.GetOatFile()->DexBegin()); in DumpOatDexFile()