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

  /art/compiler/
image_writer.cc 324 AddMethodPointerArray(dex_cache->GetResolvedMethods());
340 void ImageWriter::AddMethodPointerArray(mirror::PointerArray* arr) {
411 AddMethodPointerArray(vtable);
417 AddMethodPointerArray(iftable->GetMethodArray(i));
    [all...]
image_writer.h 185 void AddMethodPointerArray(mirror::PointerArray* arr) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);

Completed in 157 milliseconds