Searched refs:IsMethod (Results 1 – 1 of 1) sorted by relevance
181 inline bool IsMethod() const { return is_method_; } in IsMethod() function in art::hiddenapi::DexMember182 inline bool IsVirtualMethod() const { return IsMethod() && !GetMethod().IsStaticOrDirect(); } in IsVirtualMethod()183 inline bool IsConstructor() const { return IsMethod() && HasAccessFlags(kAccConstructor); } in IsConstructor()192 ss << klass_.GetDescriptor() << "->" << GetName() << (IsMethod() ? "" : ":") in GetApiEntry()199 bool equals = IsMethod() == other.IsMethod() && in operator ==()216 return IsMethod() ? item_.GetDexFile().GetMethodName(GetMethodId()) in GetName()221 return IsMethod() ? item_.GetDexFile().GetMethodSignature(GetMethodId()).ToString() in GetSignature()226 DCHECK(IsMethod()); in GetMethod()231 DCHECK(IsMethod()); in GetMethodId()236 DCHECK(!IsMethod()); in GetFieldId()[all …]