Home
last modified time | relevance | path

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

/art/tools/hiddenapi/
Dhiddenapi.cc169 inline bool IsVirtualMethod() const { return IsMethod() && !GetMethod().IsStaticOrDirect(); } in IsVirtualMethod() function in art::hiddenapi::DexMember
192 CHECK_EQ(IsVirtualMethod(), other.IsVirtualMethod()); in operator ==()
395 if (allow_explore_down && other.IsVirtualMethod()) { in ForEachResolvableMember_Impl()
485 CHECK(member.IsVirtualMethod() || !member.IsMethod()); in IsMemberVisible()