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

  /art/runtime/mirror/
class-inl.h 67 inline ObjectArray<ArtMethod>* Class::GetDirectMethods() {
81 return GetDirectMethods()->Get(i);
93 return (GetDirectMethods() != NULL) ? GetDirectMethods()->GetLength() : 0;
class.cc 718 SetPreverifiedFlagOnMethods(GetDirectMethods());
class.h 654 ALWAYS_INLINE ObjectArray<ArtMethod>* GetDirectMethods()
    [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 50 milliseconds