Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dpanda_cache_test.cpp39 PandaCache cache; in TEST() local
57 PandaCache cache; in TEST() local
79 PandaCache cache; in TEST() local
111 explicit CacheOps(PandaCache *cache) : cache_(cache) {} in CacheOps()
145 explicit MethodCacheOps(PandaCache *cache) : CacheOps(cache) {} in MethodCacheOps()
166 explicit FieldCacheOps(PandaCache *cache) : CacheOps(cache) {} in FieldCacheOps()
193 explicit ClassCacheOps(PandaCache *cache) : CacheOps(cache) {} in ClassCacheOps()
212 void MethodWriterThread(PandaCache *cache) in MethodWriterThread()
218 void MethodReaderThread(PandaCache *cache) in MethodReaderThread()
224 void FieldWriterThread(PandaCache *cache) in FieldWriterThread()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_constantpool_patcher.cpp33 auto cache = transitions.GetTaggedWeakRef(); in SetPrototypeForTransitions() local
39 dict->IterateEntryValue([&backHClass] (JSHClass *cache) { in SetPrototypeForTransitions()
Dframe_states.h231 auto cache = frameStateCache_; in GetBcFrameStateCache() local
/arkcompiler/ets_frontend/arkguard/test/grammar/namecache_removecomments/
DnamecacheTest1.ts21 cache: string = 'cache'; property in NameCacheTest1
/arkcompiler/ets_frontend/es2panda/util/
DmoduleHelpers.cpp38 … auto *cache = allocator->New<util::ProgramCache>(hash, std::move(cacheProgramInfo->program)); in CompileNpmModuleEntryList() local
66 auto *cache = allocator->New<util::ProgramCache>(hash, std::move(*prog), true); in CompileNpmModuleEntryList() local
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DNameCacheUtils.spec.ts34 const cache = new Map([ constant
47 const cache = undefined; constant
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp88 …auto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(cacheProgramInfo->program)… in RetrieveProgramFromCacheFiles() local
124 …auto *cache = allocator_->New<util::ProgramCache>(hashCode, std::move(pair.second->program), false… in InsertAbcCachePrograms() local
188 …auto *cache = allocator_->New<panda::es2panda::util::AbcProgramsCache>(src_->hash, abcProgramsInfo… in CompileAbcFileJobInParallel() local
215 …auto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(*prog), src_->isSourceMode… in OptimizeAndCacheProgram() local
260 auto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(*program), true); in Run() 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/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Float.cpp28 auto *cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in StdCoreFloatToString() local
Dcompiler_intrinsics.cpp48 auto cache = EtsCoroutine::GetCurrent()->GetInterpreterCache(); in TryGetField() local
69 auto cache = EtsCoroutine::GetCurrent()->GetInterpreterCache(); in TryGetCallee() local
384 extern "C" EtsString *CompilerDoubleToStringDecimal(ObjectHeader *cache, uint64_t number, in CompilerDoubleToStringDecimal()
Dstd_core_StringBuilder.cpp97 auto *cache = PandaEtsVM::GetCurrent()->GetLongToStringCache(); in StdCoreToStringLong() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h105 auto cache = this->GetThread()->GetInterpreterCache(); in LookupFieldByName() local
131 auto cache = this->GetThread()->GetInterpreterCache(); in LookupGetterByName() local
163 auto cache = this->GetThread()->GetInterpreterCache(); in LookupSetterByName() local
643 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveMethod() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DSymbolCache.ts123 private readonly cache: Map<ts.Symbol, ts.Node[]> = new Map<ts.Symbol, ts.Node[]>(); property in SymbolCache
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_builtin.cpp50 static inline void RegisterBuiltinRefConvertor(JSRefConvertCache *cache, Class *klass) in RegisterBuiltinRefConvertor()
70 ets_proxy::EtsClassWrappersCache *cache = ctx->GetEtsClassWrappersCache(); in RegisterEtsProxyForStdClass() local
401 auto cache = ctx->GetRefConvertCache(); in RegisterBuiltinJSRefConvertors() local
Djs_refconvert.h150 JSRefConvertCache *cache = RefConvertCacheFromInteropCtx(ctx); in JSRefConvertResolve() local
Djs_refconvert_array.h129 static inline void RegisterBuiltinArrayConvertor(JSRefConvertCache *cache, EtsClassLinkerExtension … in RegisterBuiltinArrayConvertor()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Ddebug_data_builder.cpp68 llvm::DenseMap<const llvm::MDNode *, llvm::MDNode *> cache; in AppendInlinedAt() local
/arkcompiler/runtime_core/libabckit/src/
Dhelpers_common.cpp96 auto &cache = file->types; in GetOrCreateType() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_wrapper.cpp41 EtsMethodWrappersCache *cache = ctx->GetEtsMethodWrappersCache(); in GetMethod() local
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.h88 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types, const bool cache) in GetGlobalObject()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Ddebug_info_cache.cpp86 static DebugInfoCache cache; member in ark::tooling::inspector::test::DebugInfoCacheTest
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp124 MegaICCache *cache = thread_->GetLoadMegaICCache(); in UpdateLoadHandler() local
189 MegaICCache *cache = thread_->GetStoreMegaICCache(); in UpdateStoreHandler() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp628 auto *cache = PandaEtsVM::GetCurrent()->GetLongToStringCache(); in StringBuilderAppendLong() local
656 auto *cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in StringBuilderAppendFloat() local
670 auto *cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in StringBuilderAppendDouble() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp88 auto *cache = etsVm->GetDoubleToStringCache(); in TestMainLoop() local
301 auto *cache = etsVm->GetDoubleToStringCache(); in TEST_F() local

123