Home | History | Annotate | Download | only in runtime

Lines Matching refs:Header

658 static std::vector<const DexFile::Header*> GetDexFileHeaders(const std::vector<MemMap>& maps) {
659 std::vector<const DexFile::Header*> headers;
663 headers.push_back(reinterpret_cast<const DexFile::Header*>(map.Begin()));
668 static std::vector<const DexFile::Header*> GetDexFileHeaders(
670 std::vector<const DexFile::Header*> headers;
719 const std::vector<const DexFile::Header*> dex_headers = GetDexFileHeaders(dex_mem_maps);