Home
last modified time | relevance | path

Searched refs:CreateImageRoots (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dimage_writer.h200 mirror::ObjectArray<mirror::Object>* CreateImageRoots() const
Dimage_writer.cc755 ObjectArray<Object>* ImageWriter::CreateImageRoots() const { in CreateImageRoots() function in art::ImageWriter
897 Handle<ObjectArray<Object>> image_roots(hs.NewHandle(CreateImageRoots())); in CalculateNewObjectOffsets()