Searched defs:cache (Results 1 – 11 of 11) sorted by relevance
39 PandaCache cache; in TEST() local55 PandaCache cache; in TEST() local73 PandaCache cache; in TEST() local103 explicit CacheOps(PandaCache *cache) : cache_(cache) {} in CacheOps()138 explicit MethodCacheOps(PandaCache *cache) : CacheOps(cache) {} in MethodCacheOps()159 explicit FieldCacheOps(PandaCache *cache) : CacheOps(cache) {} in FieldCacheOps()184 explicit ClassCacheOps(PandaCache *cache) : CacheOps(cache) {} in ClassCacheOps()203 void MethodWriterThread(PandaCache *cache) in MethodWriterThread()209 void MethodReaderThread(PandaCache *cache) in MethodReaderThread()215 void FieldWriterThread(PandaCache *cache) in FieldWriterThread()[all …]
92 static CacheOfRuntimeThings *cache; variable
42 CacheOfRuntimeThings *JobQueue::cache = nullptr; member in panda::verifier::JobQueue
436 …explicit FastAPIClass(CacheOfRuntimeThings &cache) : data_ {cache.data_}, core_lang_ctx {cache.cor… in FastAPIClass()
94 private cache: CacheItem[] = []; property in VregisterCache
111 PropertiesCache *cache = thread->GetPropertiesCache(); in FindElementWithCache() local
129 JSHandle<TaggedArray> cache(thread, enumCache); in FastGetAllEnumKeys() local
163 PropertiesCache *cache = thread->GetPropertiesCache(); in DEF_RUNTIME_TRAMPOLINES() local
2667 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveMethod() local2689 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveField() local2716 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveType() local3345 auto cache = this->GetThread()->GetInterpreterCache(); in InitializeObject() local
698 JSHandle<TaggedArray> cache(thread_, enumCache); in SerializeKeys() local
1661 …id RegExpExecResultCache::AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache, in AddResultInCache()1715 void RegExpExecResultCache::GrowRegexpCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache) in GrowRegexpCache()