Lines Matching defs:cachedMethod
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()
915 …f<LibCache::CachedMethod> FastAPIClassRW::ResolveMethod(const LibCache::CachedMethod &cachedMethod, in ResolveMethod()
962 const LibCache::CachedMethod &cachedMethod, panda_file::File::Index idx) in GetFromCache()
999 const LibCache::CachedMethod &cachedMethod, panda_file::File::Index idx) in GetFromCache()
1065 …f<LibCache::CachedClass> FastAPIClassRW::GetStringClass(const LibCache::CachedMethod &cachedMethod) in GetStringClass()