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

  /art/test/1001-app-image-regions/
app_image_regions.cc 44 return image_header.GetObjectsSection().Size();
  /art/runtime/
image.cc 140 const ImageSection& objects = GetObjectsSection();
image.h 281 const ImageSection& GetObjectsSection() const {
class_linker.cc     [all...]
  /art/dex2oat/linker/
image_test.h 145 ret.push_back(image_header.GetObjectsSection().Size());
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/dex2oat/
dex2oat_test.cc 704 return image_header.GetObjectsSection().Size();
831 EXPECT_GT(image_header.GetObjectsSection().Size(), 0u);
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 401 milliseconds