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

  /art/runtime/mirror/
class-inl.h 131 inline ObjectArray<ArtMethod>* Class::GetVTable() {
165 return (GetVTable() != nullptr) || ShouldHaveEmbeddedImtAndVTable();
172 return (GetVTable() != nullptr) ? GetVTable()->GetLength() : 0;
179 return (GetVTable() != nullptr) ? GetVTable()->Get(i) : nullptr;
class.h 671 ObjectArray<ArtMethod>* GetVTable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 33 milliseconds