Home
last modified time | relevance | path

Searched defs:cache (Results 1 - 25 of 40) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/require/tests/
H A Djs_cjs_module_cache_test.cpp63 JSHandle<CjsModuleCache> cache = CjsModuleCache::Create(thread, CjsModuleCache::DEAULT_DICTIONART_CAPACITY); in HWTEST_F_L0() local
90 JSHandle<CjsModuleCache> cache = CjsModuleCache::Create(thread, CjsModuleCache::DEAULT_DICTIONART_CAPACITY); in HWTEST_F_L0() local
H A Djs_cjs_module_test.cpp67 JSHandle<CjsModuleCache> cache = CjsModuleCache::Create(thread, CjsModuleCache::DEAULT_DICTIONART_CAPACITY); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Float.cpp28 auto *cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in StdCoreFloatToString() local
H A Dstd_core_StringBuilder.cpp97 auto *cache = PandaEtsVM::GetCurrent()->GetLongToStringCache(); in StdCoreToStringLong() local
H A 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() argument
H A Dstd_core_Double.cpp57 auto *cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in StdCoreDoubleToString() local
/arkcompiler/ets_frontend/es2panda/util/
H A DmoduleHelpers.cpp40 auto *cache = allocator->New<util::ProgramCache>(hash, std::move(cacheProgramInfo->program)); in CompileNpmModuleEntryList() local
68 auto *cache = allocator->New<util::ProgramCache>(hash, std::move(*prog), true); in CompileNpmModuleEntryList() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Ddebug_data_builder.cpp68 llvm::DenseMap<const llvm::MDNode *, llvm::MDNode *> cache; in AppendInlinedAt() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_method_wrapper.cpp41 EtsMethodWrappersCache *cache = ctx->GetEtsMethodWrappersCache(); in GetMethod() local
/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info-inl.h126 PropertiesCache *cache = thread->GetPropertiesCache(); local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dpanda_cache_test.cpp39 PandaCache cache; in TEST() local
57 PandaCache cache; in TEST() local
79 PandaCache cache; TEST() local
111 CacheOps(PandaCache *cache) CacheOps() argument
145 MethodCacheOps(PandaCache *cache) MethodCacheOps() argument
166 FieldCacheOps(PandaCache *cache) FieldCacheOps() argument
193 ClassCacheOps(PandaCache *cache) ClassCacheOps() argument
212 MethodWriterThread(PandaCache *cache) MethodWriterThread() argument
218 MethodReaderThread(PandaCache *cache) MethodReaderThread() argument
224 FieldWriterThread(PandaCache *cache) FieldWriterThread() argument
230 FieldReaderThread(PandaCache *cache) FieldReaderThread() argument
236 ClassWriterThread(PandaCache *cache) ClassWriterThread() argument
242 ClassReaderThread(PandaCache *cache) ClassReaderThread() argument
248 CleanMethodMocks(const PandaCache *cache) CleanMethodMocks() argument
257 CleanFieldMocks(const PandaCache *cache) CleanFieldMocks() argument
268 CleanClassMocks(const PandaCache *cache) CleanClassMocks() argument
279 PandaCache cache; TEST() local
298 PandaCache cache; TEST() local
317 PandaCache cache; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_refconvert_array.h129 static inline void RegisterBuiltinArrayConvertor(JSRefConvertCache *cache, EtsClassLinkerExtension *ext) in RegisterBuiltinArrayConvertor() argument
H A Djs_refconvert.h150 JSRefConvertCache *cache = RefConvertCacheFromInteropCtx(ctx); in JSRefConvertResolve() local
H A Djs_refconvert_builtin.cpp50 static inline void RegisterBuiltinRefConvertor(JSRefConvertCache *cache, Class *klass) in RegisterBuiltinRefConvertor() argument
70 ets_proxy::EtsClassWrappersCache *cache = ctx->GetEtsClassWrappersCache(); in RegisterEtsProxyForStdClass() local
401 auto cache = ctx->GetRefConvertCache(); in RegisterBuiltinJSRefConvertors() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Ddebug_info_cache.cpp83 static DebugInfoCache cache; member in ark::tooling::inspector::test::DebugInfoCacheTest
[all...]
/arkcompiler/runtime_core/static_core/verification/
H A Dverification_options.h43 } cache; member
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompileQueue.cpp96 auto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(cacheProgramInfo->program)); in RetrieveProgramFromCacheFiles() local
173 auto *cache = allocator_->New<util::ProgramCache>(src_->hash, std::move(*prog), src_->isSourceMode); in OptimizeAndCacheProgram() local
213 auto *cache = allocator_->New<util::ProgramCache>(std::move(*program)); in Run() local
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dextractor_test.cpp228 bool cache = false; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/intl/
H A Dglobal_intl_helper.h87 GetGlobalObject(JSThread *thread, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, GlobalFormatterType types, const bool cache) GetGlobalObject() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_to_string_cache_test.cpp88 auto *cache = etsVm->GetDoubleToStringCache(); in TestMainLoop() local
301 auto *cache = etsVm->GetDoubleToStringCache(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dextractor.cpp238 std::shared_ptr<Extractor> ExtractorUtil::GetExtractor(const std::string &hapPath, bool &newCreate, bool cache) in GetExtractor() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_entrypoints.cpp338 extern "C" ObjectHeader *DoubleToStringDecimalEntrypoint(ObjectHeader *cache, uint64_t number) in DoubleToStringDecimalEntrypoint() argument
348 auto *cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in DoubleToStringDecimalStoreEntrypoint() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
H A 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 in ResolveMethod() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A 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/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp339 Inst *cache = nullptr; in PeepholeDoubleToString() local

Completed in 14 milliseconds

12