| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | panda_cache_test.cpp | 39 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/ |
| D | moduleHelpers.cpp | 40 … 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/ |
| D | js_cjs_module_cache_test.cpp | 62 …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
|
| D | js_cjs_module_test.cpp | 67 …JSHandle<CjsModuleCache> cache = CjsModuleCache::Create(thread, CjsModuleCache::DEAULT_DICTIONART_… in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compileQueue.cpp | 91 …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/ |
| D | job.cpp | 48 bool Job::DoChecks(LibCache &cache, PandaTypes &types) in DoChecks()
|
| D | thread_pool.h | 166 LibCache cache; member
|
| D | thread_pool.cpp | 52 auto &cache = opt_cache.Get(); in Process() local
|
| /arkcompiler/runtime_core/verification/cflow/ |
| D | cflow_info.cpp | 141 PandaVector<CflowExcHandlerInfo> *exc_handlers, LibCache &cache) in ProcessCatchBlocks() 178 …niquePtr<CflowMethodInfo> GetCflowMethodInfo(const LibCache::CachedMethod &method, LibCache &cache) in GetCflowMethodInfo()
|
| D | cflow_check.cpp | 123 LibCache &cache) in CheckCflow()
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | vregisterCache.ts | 89 private cache: CacheItem[] = []; property in VregisterCache
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | layout_info-inl.h | 112 PropertiesCache *cache = thread->GetPropertiesCache(); in FindElementWithCache() local
|
| D | js_for_in_iterator.cpp | 129 JSHandle<TaggedArray> cache(thread, enumCache); in FastGetAllEnumKeys() local
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 2709 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/ |
| D | function.cpp | 378 bool cache = true; in CheckFunctionParameter() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 714 JSHandle<TaggedArray> cache(thread_, enumCache); in SerializeKeys() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 1878 …id RegExpExecResultCache::AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache, in AddResultInCache() 1948 void RegExpExecResultCache::GrowRegexpCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache) in GrowRegexpCache()
|
| D | builtins.cpp | 3556 JSHandle<JSTaggedValue> cache = JSHandle<JSTaggedValue>::Cast(CjsModuleCache::Create(thread_, in InitializeCjsModule() local
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 736 auto cache = reinterpret_cast<int64_t *>(cache_addr); in ResolveVirtualCallAotEntrypoint() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 752 Label cache(env_); in GetObjectFromConstPool() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1950 PropertiesCache *cache = thread->GetPropertiesCache(); in FindElementWithCache() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|