Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h461 bool CreateImageRoots() REQUIRES_SHARED(Locks::mutator_lock_);
Dimage_writer.cc467 if (UNLIKELY(!CreateImageRoots())) { in PrepareImageAddressSpace()
1290 bool ImageWriter::CreateImageRoots() { in CreateImageRoots() function in art::linker::ImageWriter