Home
last modified time | relevance | path

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

/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.cpp63 …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
110 auto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(*prog), true); in Run() local
/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts89 private cache: CacheItem[] = []; property in VregisterCache
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.h88 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types, const bool cache) in GetGlobalObject()
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h112 PropertiesCache *cache = thread->GetPropertiesCache(); in FindElementWithCache() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp378 bool cache = true; in CheckFunctionParameter() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp724 JSHandle<TaggedArray> cache(thread_, enumCache); in SerializeKeys() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1910 …id RegExpExecResultCache::AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache, in AddResultInCache()
1980 void RegExpExecResultCache::GrowRegexpCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache) in GrowRegexpCache()
Dbuiltins.cpp3824 JSHandle<JSTaggedValue> cache = JSHandle<JSTaggedValue>::Cast(CjsModuleCache::Create(thread_, in InitializeCjsModule() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1477 Label cache(env_); in GetObjectFromConstPool() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2119 PropertiesCache *cache = thread->GetPropertiesCache(); in FindElementWithCache() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument