Searched defs:IsAbstract (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Dart_method.h115 bool IsAbstract() const { function in class:art::mirror::ArtMethod
H A Dclass.h204 bool IsAbstract() const { function in class:art::mirror::Class
366 return (!IsPrimitive() && !IsInterface() && !IsAbstract()) || ((IsAbstract()) && IsArrayClass());

Completed in 80 milliseconds