Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/tests/
Dpanda_cache_test.cpp39 PandaCache cache; in TEST() local
55 PandaCache cache; in TEST() local
75 PandaCache cache; in TEST() local
105 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()
186 explicit ClassCacheOps(PandaCache *cache) : CacheOps(cache) {} in ClassCacheOps()
205 void MethodWriterThread(PandaCache *cache) in MethodWriterThread()
211 void MethodReaderThread(PandaCache *cache) in MethodReaderThread()
217 void FieldWriterThread(PandaCache *cache) in FieldWriterThread()
[all …]
/arkcompiler/ets_frontend/es2panda/util/
DmoduleHelpers.cpp40 … auto *cache = allocator->New<util::ProgramCache>(hash, std::move(cacheProgramInfo->program)); in CompileNpmModuleEntryList() local
65 auto *cache = allocator->New<util::ProgramCache>(hash, std::move(*prog), true); in CompileNpmModuleEntryList() local
/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_module_cache_test.cpp62 …JSHandle<CjsModuleCache> cache = CjsModuleCache::Create(thread, CjsModuleCache::DEAULT_DICTIONART_… in HWTEST_F_L0() local
90 …JSHandle<CjsModuleCache> cache = CjsModuleCache::Create(thread, CjsModuleCache::DEAULT_DICTIONART_… in HWTEST_F_L0() local
Djs_cjs_module_test.cpp67 …JSHandle<CjsModuleCache> cache = CjsModuleCache::Create(thread, CjsModuleCache::DEAULT_DICTIONART_… in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp91 …auto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(cacheProgramInfo->program)… in Run() local
111 auto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(*prog), true); in Run() local
/arkcompiler/runtime_core/verification/jobs/
Djob.cpp48 bool Job::DoChecks(LibCache &cache, PandaTypes &types) in DoChecks()
Dthread_pool.h166 LibCache cache; member
Dthread_pool.cpp52 auto &cache = opt_cache.Get(); in Process() local
/arkcompiler/runtime_core/verification/cflow/
Dcflow_info.cpp141 PandaVector<CflowExcHandlerInfo> *exc_handlers, LibCache &cache) in ProcessCatchBlocks()
178 …niquePtr<CflowMethodInfo> GetCflowMethodInfo(const LibCache::CachedMethod &method, LibCache &cache) in GetCflowMethodInfo()
Dcflow_check.cpp123 LibCache &cache) in CheckCflow()
/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts89 private cache: CacheItem[] = []; property in VregisterCache
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h112 PropertiesCache *cache = thread->GetPropertiesCache(); in FindElementWithCache() local
Djs_for_in_iterator.cpp129 JSHandle<TaggedArray> cache(thread, enumCache); in FastGetAllEnumKeys() local
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h2709 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveMethod() local
2730 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveField() local
2756 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveType() local
3324 auto cache = this->GetThread()->GetInterpreterCache(); in InitializeObject() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp378 bool cache = true; in CheckFunctionParameter() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp714 JSHandle<TaggedArray> cache(thread_, enumCache); in SerializeKeys() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1878 …id RegExpExecResultCache::AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache, in AddResultInCache()
1948 void RegExpExecResultCache::GrowRegexpCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache) in GrowRegexpCache()
Dbuiltins.cpp3556 JSHandle<JSTaggedValue> cache = JSHandle<JSTaggedValue>::Cast(CjsModuleCache::Create(thread_, in InitializeCjsModule() local
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp736 auto cache = reinterpret_cast<int64_t *>(cache_addr); in ResolveVirtualCallAotEntrypoint() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp752 Label cache(env_); in GetObjectFromConstPool() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1950 PropertiesCache *cache = thread->GetPropertiesCache(); in FindElementWithCache() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property