Searched defs:CachedMethod (Results 1 – 1 of 1) sorted by relevance
277 struct CachedMethod { struct278 enum class Flag {296 using FlagsValue =323 …CachedMethod(Id id_, MethodHash hash_, DescriptorString name_, CachedClass &klass_, Indexes &index… in CachedMethod() argument345 CachedMethod &operator=(CachedMethod &&) = default; argument347 PandaString GetName() const in GetName()352 bool IsStatic() const in IsStatic()357 panda_file::SourceLang GetSourceLang() const in GetSourceLang()569 using CachedMethod = LibCache::CachedMethod; variable