Home
last modified time | relevance | path

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

/ark/runtime_core/libpandafile/tests/
Dpanda_cache_test.cpp39 PandaCache cache; in TEST() local
55 PandaCache cache; in TEST() local
73 PandaCache cache; in TEST() local
103 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 …]
/ark/runtime_core/verification/job_queue/
Djob_queue.h92 static CacheOfRuntimeThings *cache; variable
Djob_queue.cpp42 CacheOfRuntimeThings *JobQueue::cache = nullptr; member in panda::verifier::JobQueue
Dcache.h436 …explicit FastAPIClass(CacheOfRuntimeThings &cache) : data_ {cache.data_}, core_lang_ctx {cache.cor… in FastAPIClass()
/ark/ts2abc/ts2panda/src/base/
DvregisterCache.ts94 private cache: CacheItem[] = []; property in VregisterCache
/ark/js_runtime/ecmascript/
Dlayout_info-inl.h111 PropertiesCache *cache = thread->GetPropertiesCache(); in FindElementWithCache() local
Djs_for_in_iterator.cpp129 JSHandle<TaggedArray> cache(thread, enumCache); in FastGetAllEnumKeys() local
Druntime_trampolines.cpp163 PropertiesCache *cache = thread->GetPropertiesCache(); in DEF_RUNTIME_TRAMPOLINES() local
/ark/runtime_core/runtime/interpreter/
Dinterpreter-inl.h2667 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveMethod() local
2689 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveField() local
2716 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveType() local
3345 auto cache = this->GetThread()->GetInterpreterCache(); in InitializeObject() local
/ark/js_runtime/ecmascript/base/
Djson_stringifier.cpp698 JSHandle<TaggedArray> cache(thread_, enumCache); in SerializeKeys() local
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1661 …id RegExpExecResultCache::AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache, in AddResultInCache()
1715 void RegExpExecResultCache::GrowRegexpCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache) in GrowRegexpCache()