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

  /art/runtime/
image.cc 77 return GetImageRoots()->Get(image_root);
80 mirror::ObjectArray<mirror::Object>* ImageHeader::GetImageRoots() const {
image.h 106 mirror::ObjectArray<mirror::Object>* GetImageRoots() const;
146 friend class ImageDumper; // For GetImageRoots()
  /art/oatdump/
oatdump.cc 691 os << "ROOTS: " << reinterpret_cast<void*>(image_header_.GetImageRoots()) << "\n";
    [all...]

Completed in 460 milliseconds