| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | panda_cache_test.cpp | 39 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/common_components/objects/string_table/ |
| D | integer_cache.h | 46 IntegerCache* cache = Extract(string); in InitIntegerCache() local 55 IntegerCache* cache = reinterpret_cast<IntegerCache*>(string->GetData()); in Extract() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/ |
| D | interpreter-inl.h | 62 InterpreterCache *cache = this->GetThread()->GetInterpreterCache(); in HandleEtsLdobjName() local 99 InterpreterCache *cache = this->GetThread()->GetInterpreterCache(); in HandleEtsLdobjNameWide() local 136 InterpreterCache *cache = this->GetThread()->GetInterpreterCache(); in HandleEtsLdobjNameObj() local 175 InterpreterCache *cache = this->GetThread()->GetInterpreterCache(); in HandleEtsStobjName() local 212 InterpreterCache *cache = this->GetThread()->GetInterpreterCache(); in HandleEtsStobjNameWide() local 249 InterpreterCache *cache = this->GetThread()->GetInterpreterCache(); in HandleEtsStobjNameObj() local 291 InterpreterCache *cache = this->GetThread()->GetInterpreterCache(); in HandleEtsMethodCallName() local 474 InterpreterCache *cache = this->GetThread()->GetInterpreterCache(); in ResolveMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_constantpool_patcher.cpp | 33 auto cache = transitions.GetTaggedWeakRef(); in SetPrototypeForTransitions() local 39 dict->IterateEntryValue(thread, [&backHClass] (JSHClass *cache) { in SetPrototypeForTransitions()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | moduleHelpers.cpp | 38 … 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/grammar/namecache_removecomments/ |
| D | namecacheTest1.ts | 21 cache: string = 'cache'; property in NameCacheTest1
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | json_helper.cpp | 284 auto cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in SerializeJSONBoxedDouble() local 298 auto cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in SerializeJSONBoxedFloat() local 312 auto cache = PandaEtsVM::GetCurrent()->GetLongToStringCache(); in SerializeJSONBoxedLong() local 356 auto cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in HandleNumeric() local 365 auto cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in HandleNumeric() local 374 auto cache = PandaEtsVM::GetCurrent()->GetLongToStringCache(); in HandleNumeric() local 666 auto cache = PandaEtsVM::GetCurrent()->GetLongToStringCache(); in HandleField() local 673 auto cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in HandleField() local 680 auto cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in HandleField() local
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | NameCacheUtils.spec.ts | 34 const cache = new Map([ constant 47 const cache = undefined; constant
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compileQueue.cpp | 88 …auto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(cacheProgramInfo->program)… in RetrieveProgramFromCacheFiles() local 128 …auto *cache = allocator_->New<util::ProgramCache>(hashCode, std::move(pair.second->program), false… in InsertAbcCachePrograms() local 192 auto *cache = new panda::es2panda::util::AbcProgramsCache(src_->hash, abcProgramsInfo); in CompileAbcFileJobInParallel() local 221 …auto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(*prog), src_->isSourceMode… in OptimizeAndCacheProgram() local 270 auto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(*program), true); in Run() local
|
| /arkcompiler/ets_runtime/ecmascript/require/tests/ |
| D | js_cjs_module_cache_test.cpp | 63 …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/ets2panda/lsp/src/formatting/ |
| D | rules_map.cpp | 24 static RulesMapCache cache; in Instance() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | SymbolCache.ts | 129 private readonly cache: Map<ts.Symbol, ts.Node[]> = new Map<ts.Symbol, ts.Node[]>(); property in SymbolCache
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | debug_data_builder.cpp | 68 llvm::DenseMap<const llvm::MDNode *, llvm::MDNode *> cache; in AppendInlinedAt() local
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | helpers_common.cpp | 96 auto &cache = file->types; in GetOrCreateType() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Float.cpp | 25 auto *cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in StdCoreFloatToString() local
|
| D | compiler_intrinsics.cpp | 34 InterpreterCache *cache = EtsCoroutine::GetCurrent()->GetInterpreterCache(); in TryGetField() local 45 InterpreterCache *cache = EtsCoroutine::GetCurrent()->GetInterpreterCache(); in TryGetCallee() local 364 extern "C" EtsString *CompilerDoubleToStringDecimal(ObjectHeader *cache, uint64_t number, in CompilerDoubleToStringDecimal()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_refconvert_builtin.cpp | 57 static inline void RegisterBuiltinRefConvertor(JSRefConvertCache *cache, Class *klass) in RegisterBuiltinRefConvertor() 78 ets_proxy::EtsClassWrappersCache *cache = ctx->GetEtsClassWrappersCache(); in RegisterEtsProxyForStdClass() local 532 auto cache = ctx->GetRefConvertCache(); in RegisterBuiltinJSRefConvertors() local
|
| D | js_refconvert.h | 151 JSRefConvertCache *cache = RefConvertCacheFromInteropCtx(ctx); in JSRefConvertResolve() local
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | global_intl_helper.h | 88 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types, const bool cache) in GetGlobalObject()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.cpp | 130 MegaICCache *cache = thread_->GetLoadMegaICCache(); in UpdateLoadHandler() local 195 MegaICCache *cache = thread_->GetStoreMegaICCache(); in UpdateStoreHandler() local
|
| /arkcompiler/toolchain/tooling/static/tests/ |
| D | debug_info_cache.cpp | 90 static DebugInfoCache cache; member in ark::tooling::inspector::test::DebugInfoCacheTest
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | debug_info_cache.cpp | 90 static DebugInfoCache cache; member in ark::tooling::inspector::test::DebugInfoCacheTest
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_stubs-inl.h | 307 ALWAYS_INLINE inline Method *GetMethodFromCache(ETSStubCacheInfo const &cache, ark::Class *klass) in GetMethodFromCache() 412 ALWAYS_INLINE inline Method *GetMethodByName(EtsCoroutine *coro, ETSStubCacheInfo const &cache, Met… in GetMethodByName()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string_builder.cpp | 657 auto *cache = PandaEtsVM::GetCurrent()->GetLongToStringCache(); in StringBuilderAppendLong() local 688 auto *cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in StringBuilderAppendFloat() local 705 auto *cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in StringBuilderAppendDouble() local
|