Home
last modified time | relevance | path

Searched refs:GetDeclaredMethods (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Djava_lang_Class.cc386 for (auto& m : klass->GetDeclaredMethods(sizeof(void*))) { in Class_getDeclaredMethodsUnchecked()
397 for (auto& m : klass->GetDeclaredMethods(sizeof(void*))) { in Class_getDeclaredMethodsUnchecked()
/art/runtime/mirror/
Dclass-inl.h946 inline IterationRange<StrideIterator<ArtMethod>> Class::GetDeclaredMethods( in GetDeclaredMethods() function
Dclass.h761 ALWAYS_INLINE IterationRange<StrideIterator<ArtMethod>> GetDeclaredMethods(