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

  /art/runtime/mirror/
iftable.h 41 ObjPtr<PointerArray> GetMethodArray(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
iftable-inl.h 53 inline ObjPtr<PointerArray> IfTable::GetMethodArray(int32_t i) {
class-inl.h 610 return iftable->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>(
    [all...]
  /art/runtime/
cha.cc 614 ObjPtr<mirror::PointerArray> method_array = iftable->GetMethodArray(i);
class_linker.cc     [all...]
  /art/dex2oat/driver/
compiler_driver.cc     [all...]
  /art/dex2oat/linker/
image_writer.cc     [all...]

Completed in 124 milliseconds