Home
last modified time | relevance | path

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

/art/tools/hiddenapi/
Dhiddenapi.cc184 inline bool IsMethod() const { return is_method_; } in IsMethod() function in art::hiddenapi::DexMember
185 inline bool IsVirtualMethod() const { return IsMethod() && !GetMethod().IsStaticOrDirect(); } in IsVirtualMethod()
186 inline bool IsConstructor() const { return IsMethod() && HasAccessFlags(kAccConstructor); } in IsConstructor()
195 ss << klass_.GetDescriptor() << "->" << GetName() << (IsMethod() ? "" : ":") in GetApiEntry()
202 bool equals = IsMethod() == other.IsMethod() && in operator ==()
219 return IsMethod() ? item_.GetDexFile().GetMethodName(GetMethodId()) in GetName()
224 return IsMethod() ? item_.GetDexFile().GetMethodSignature(GetMethodId()).ToString() in GetSignature()
229 DCHECK(IsMethod()); in GetMethod()
234 DCHECK(IsMethod()); in GetMethodId()
239 DCHECK(!IsMethod()); in GetFieldId()
[all …]