Home
last modified time | relevance | path

Searched defs:cached (Results 1 – 12 of 12) 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/ets_frontend/ets2panda/util/
Ddtoa_helper.cpp204 const DiyFp cached = GetCachedPower(mPlus.e_); in Grisu() local
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.cpp492 JSTaggedValue cached = GetCachedJSCollatorLocales(); in SetCachedLocales() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Ddtoa_helper.cpp204 const DiyFp cached = GetCachedPower(mPlus.e_); in Grisu() local
Dets_to_string_cache.cpp339 uint64_t cached) in CacheAndGetNoCheck()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsFunctionType.cpp123 auto &cached = arrowToFuncInterface_; in ArrowToFunctionalInterface() local
140 auto &cached = invokeToArrowSignature_; in MethodToArrow() 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.cpp375 …tHeader *DoubleToStringDecimalStoreEntrypoint(ObjectHeader *elem, uint64_t number, uint64_t cached) in DoubleToStringDecimalStoreEntrypoint()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp746 auto cached = cachedComputedAbstracts->find(interfaceType); in ComputeAbstractsFromInterface() local
2529 auto cached = [this, type](Type *res) { in GetApparentType() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1365 const cached = this.parentSymbolCache.get(symbol); constant