Home
last modified time | relevance | path

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

12

/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_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/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_wrapper.cpp53 EtsMethodWrappersCache *cache = ctx->GetEtsMethodWrappersCache(); in GetMethod() local
68 EtsMethodWrappersCache *cache = ctx->GetEtsMethodWrappersCache(); in GetFunction() local
Dets_class_wrapper.cpp198 EtsClassWrappersCache *cache = ctx->GetEtsClassWrappersCache(); in Get() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h104 auto cache = this->GetThread()->GetInterpreterCache(); in LookupFieldByName() local
130 auto cache = this->GetThread()->GetInterpreterCache(); in LookupGetterByName() local
162 auto cache = this->GetThread()->GetInterpreterCache(); in LookupSetterByName() local
611 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveMethod() local
/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts89 private cache: CacheItem[] = []; property in VregisterCache
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_builtin.cpp53 static inline void RegisterBuiltinRefConvertor(JSRefConvertCache *cache, Class *klass) in RegisterBuiltinRefConvertor()
73 ets_proxy::EtsClassWrappersCache *cache = ctx->GetEtsClassWrappersCache(); in RegisterEtsProxyForStdClass() local
405 auto cache = ctx->GetRefConvertCache(); in RegisterBuiltinJSRefConvertors() local
Djs_refconvert.h150 JSRefConvertCache *cache = RefConvertCacheFromInteropCtx(ctx); in JSRefConvertResolve() local
Djs_refconvert_array.h127 static inline void RegisterBuiltinArrayConvertor(JSRefConvertCache *cache, EtsClassLinkerExtension … in RegisterBuiltinArrayConvertor()
/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.cpp83 static DebugInfoCache cache; member in panda::tooling::inspector::test::DebugInfoCacheTest
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dcompiler_intrinsics.cpp45 auto cache = EtsCoroutine::GetCurrent()->GetInterpreterCache(); in TryGetField() local
66 auto cache = EtsCoroutine::GetCurrent()->GetInterpreterCache(); in TryGetCallee() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h199 auto cache = frameStateCache_; in GetBcFrameStateCache() local
/arkcompiler/runtime_core/static_core/verification/
Dverification_options.h43 } cache; member
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dextractor.cpp235 …ptr<Extractor> ExtractorUtil::GetExtractor(const std::string &hapPath, bool &newCreate, bool cache) in GetExtractor()
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h112 PropertiesCache *cache = thread->GetPropertiesCache(); in FindElementWithCache() local
/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.cpp496 JSHandle<TaggedArray> cache(thread_, enumCache); in TryCacheSerializeKeys() local
781 JSHandle<TaggedArray> cache(thread_, enumCache); in DefaultSerializeKeys() local
Djson_stringifier.cpp649 JSHandle<TaggedArray> cache(thread_, enumCache); in SerializeKeys() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp358 bool cache = true; in CheckFunctionParameter() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp376 bool cache = true; in CheckFunctionParameter() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3046 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveMethod() local
3067 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveField() local
3093 auto cache = this->GetThread()->GetInterpreterCache(); in ResolveType() local
3713 auto cache = this->GetThread()->GetInterpreterCache(); in InitializeObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp2138 const JSHandle<StringSplitResultCache> &cache, const JSHandle<EcmaString> &thisString, in FindCachedResult()
2164 …tResultCache::SetCachedResult(const JSThread *thread, const JSHandle<StringSplitResultCache> &cach… in SetCachedResult()
2193 const JSHandle<StringToListResultCache> &cache, const JSHandle<EcmaString> &thisString) in FindCachedResult()
2212 …ResultCache::SetCachedResult(const JSThread *thread, const JSHandle<StringToListResultCache> &cach… in SetCachedResult()

12