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

  /art/runtime/
image.h 235 const ImageSection& GetImageSection(ImageSections index) const {
241 return GetImageSection(kSectionObjects);
245 return GetImageSection(ImageHeader::kSectionArtFields);
249 return GetImageSection(kSectionArtMethods);
253 return GetImageSection(kSectionRuntimeMethods);
257 return GetImageSection(kSectionImTables);
261 return GetImageSection(kSectionIMTConflictTables);
265 return GetImageSection(kSectionDexCacheArrays);
269 return GetImageSection(kSectionInternedStrings);
273 return GetImageSection(kSectionClassTable)
    [all...]
  /art/dex2oat/
dex2oat_test.cc     [all...]
  /art/imgdiag/
imgdiag.cc     [all...]
  /art/runtime/gc/space/
image_space.cc 608 auto& section = image_header->GetImageSection(section_idx);
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 1037 milliseconds