Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h384 void UnbinObjectsIntoOffset(mirror::Object* obj)
Dimage_writer.cc1315 writer->UnbinObjectsIntoOffset(obj); in UnbinObjectsIntoOffsetCallback()
1319 void ImageWriter::UnbinObjectsIntoOffset(mirror::Object* obj) { in UnbinObjectsIntoOffset() function in art::ImageWriter