Searched defs:cachedMethod (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/verification/jobs/ |
| D | cache.cpp | 60 PandaString LibCache::GetName(const LibCache::CachedMethod &cachedMethod) in GetName() 229 CachedMethod cachedMethod {id, 0, name, cachedClass, empty_index, {}, {}, {}}; in MakeSyntheticMethod() local 367 static LibCache::MethodHash CalcMethodHash(const LibCache::CachedMethod &cachedMethod) in CalcMethodHash() 514 static void InitializeSignature(LibCache::CachedMethod *cachedMethod, const panda_file::MethodDataA… in InitializeSignature() 531 LibCache::CachedMethod *cachedMethod) in InitializeTryBlock() 557 static void InitializeCode(LibCache::CachedMethod *cachedMethod, const panda_file::MethodDataAccess… in InitializeCode() 610 CachedMethod &cachedMethod = emplace_result.first->second; in ProcessMethod() local 729 auto &cachedMethod = ProcessMethod(&cachedClass, pf, mda); in ProcessClass() local 820 bool FastAPIClassRW::Link(LibCache::CachedMethod *cachedMethod, bool reportError) in Link() 896 const LibCache::CachedMethod &cachedMethod, panda_file::File::Index idx) in GetFromCache() [all …]
|