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

  /art/runtime/
image.cc 151 const ImageSection& objects = GetObjectsSection();
image.h 240 const ImageSection& GetObjectsSection() const {
class_linker.cc     [all...]
  /art/dex2oat/linker/
image_test.h 138 ret.push_back(image_header.GetObjectsSection().Size());
  /art/runtime/gc/space/
image_space.cc 680 const ImageSection& image_objects = image_header->GetObjectsSection();
    [all...]
  /art/dex2oat/
dex2oat_test.cc 734 return image_header.GetObjectsSection().Size();
862 EXPECT_GT(image_header.GetObjectsSection().Size(), 0u);
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 237 milliseconds