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

  /art/runtime/mirror/
class-inl.h 90 inline ObjectArray<ArtMethod>* Class::GetVirtualMethods() const {
105 return (GetVirtualMethods() != NULL) ? GetVirtualMethods()->GetLength() : 0;
111 return GetVirtualMethods()->Get(i);
117 return GetVirtualMethods()->Get(i);
class.cc 622 SetPreverifiedFlagOnMethods(GetVirtualMethods());
class.h 518 ObjectArray<ArtMethod>* GetVirtualMethods() const
    [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 152 milliseconds