Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h465 void CopyAndFixupJniStubMethods(size_t oat_index) REQUIRES_SHARED(Locks::mutator_lock_);
Dimage_writer.cc574 CopyAndFixupJniStubMethods(i); in Write()
3092 void ImageWriter::CopyAndFixupJniStubMethods(size_t oat_index) { in CopyAndFixupJniStubMethods() function in art::linker::ImageWriter