Home
last modified time | relevance | path

Searched defs:cached (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/lang/
Disa.rb22 def cached(method_name) method in Module
/arkcompiler/runtime_core/isa/
Dgen.rb24 def cached(method_name) method in Module
/arkcompiler/runtime_core/static_core/isa/
Dgen.rb24 def cached(method_name) method in Module
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp272 auto *cached = reinterpret_cast<typename EtsToStringCacheElement<T>::Data *>(&cachedAsInt); in FinishUpdate() local
305 auto cached = elem->LoadData(); // r1 in GetOrCacheImpl() local
321 uint64_t cached) in CacheAndGetNoCheck()
Ddtoa_helper.cpp204 const DiyFp cached = GetCachedPower(mPlus.e_); in Grisu() local
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.cpp418 JSTaggedValue cached = GetCachedJSCollatorLocales(); in SetCachedLocales() local
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.cpp194 const DiyFp cached = GetCachedPower(mPlus.e, K); in Grisu() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp346 …tHeader *DoubleToStringDecimalStoreEntrypoint(ObjectHeader *elem, uint64_t number, uint64_t cached) in DoubleToStringDecimalStoreEntrypoint()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp622 auto cached = cachedComputedAbstracts_.find(interfaceType); in ComputeAbstractsFromInterface() local
2122 auto cached = [this, type](Type *res) { in GetApparentType() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1191 const cached = this.parentSymbolCache.get(symbol); constant