Home
last modified time | relevance | path

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

/art/tools/hiddenapi/
Dhiddenapi.cc168 inline bool IsMethod() const { return is_method_; } in IsMethod() function in art::hiddenapi::DexMember
169 inline bool IsVirtualMethod() const { return IsMethod() && !GetMethod().IsStaticOrDirect(); } in IsVirtualMethod()
170 inline bool IsConstructor() const { return IsMethod() && HasAccessFlags(kAccConstructor); } in IsConstructor()
179 ss << klass_.GetDescriptor() << "->" << GetName() << (IsMethod() ? "" : ":") in GetApiEntry()
186 bool equals = IsMethod() == other.IsMethod() && in operator ==()
203 return IsMethod() ? item_.GetDexFile().GetMethodName(GetMethodId()) in GetName()
208 return IsMethod() ? item_.GetDexFile().GetMethodSignature(GetMethodId()).ToString() in GetSignature()
213 DCHECK(IsMethod()); in GetMethod()
218 DCHECK(IsMethod()); in GetMethodId()
223 DCHECK(!IsMethod()); in GetFieldId()
[all …]