Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h393 static void UnbinObjectsIntoOffsetCallback(mirror::Object* obj, void* arg)
Dimage_writer.cc1311 void ImageWriter::UnbinObjectsIntoOffsetCallback(mirror::Object* obj, void* arg) { in UnbinObjectsIntoOffsetCallback() function in art::ImageWriter
1422 heap->VisitObjects(UnbinObjectsIntoOffsetCallback, this); in CalculateNewObjectOffsets()