Home
last modified time | relevance | path

Searched defs:CachedMethod (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/verification/jobs/
Dcache.h277 struct CachedMethod { struct
278 enum class Flag {
296 using FlagsValue =
323CachedMethod(Id id_, MethodHash hash_, DescriptorString name_, CachedClass &klass_, Indexes &index… in CachedMethod() argument
345 CachedMethod &operator=(CachedMethod &&) = default; argument
347 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