HomeSort by relevance Sort by last modified time
    Searched refs:DexBegin (Results 1 - 5 of 5) sorted by null

  /art/runtime/
vdex_file.h 116 DexBegin() + GetHeader().GetDexSize(), GetHeader().GetVerifierDepsSize());
164 const uint8_t* DexBegin() const {
169 return DexBegin() + GetHeader().GetDexSize();
oat_file.h 276 return DexEnd() - DexBegin();
285 const uint8_t* DexBegin() const;
vdex_file.cc 134 return HasDexSection() ? DexBegin() : nullptr;
oat_file.cc 455 const uint8_t* dex_file_pointer = DexBegin() + dex_file_offset;
614 if (!FindDexFileMapItem(DexBegin(),
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 98 milliseconds