HomeSort by relevance Sort by last modified time
    Searched refs:AddMethodPointerArray (Results 1 - 2 of 2) sorted by null

  /art/dex2oat/linker/
image_writer.h 393 void AddMethodPointerArray(mirror::PointerArray* arr) REQUIRES_SHARED(Locks::mutator_lock_);
image_writer.cc 502 void ImageWriter::AddMethodPointerArray(mirror::PointerArray* arr) {
572 AddMethodPointerArray(vtable);
578 AddMethodPointerArray(iftable->GetMethodArray(i));
    [all...]

Completed in 94 milliseconds