| /arkcompiler/ets_runtime/ecmascript/require/tests/ |
| H A D | js_cjs_module_cache_test.cpp | 63 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 D | js_cjs_module_test.cpp | 67 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 D | std_core_Float.cpp | 28 auto *cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in StdCoreFloatToString() local
|
| H A D | std_core_StringBuilder.cpp | 97 auto *cache = PandaEtsVM::GetCurrent()->GetLongToStringCache(); in StdCoreToStringLong() local
|
| H A D | compiler_intrinsics.cpp | 48 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 D | std_core_Double.cpp | 57 auto *cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in StdCoreDoubleToString() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | moduleHelpers.cpp | 40 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 D | debug_data_builder.cpp | 68 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 D | ets_method_wrapper.cpp | 41 EtsMethodWrappersCache *cache = ctx->GetEtsMethodWrappersCache(); in GetMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | layout_info-inl.h | 126 PropertiesCache *cache = thread->GetPropertiesCache(); local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| H A D | panda_cache_test.cpp | 39 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 D | js_refconvert_array.h | 129 static inline void RegisterBuiltinArrayConvertor(JSRefConvertCache *cache, EtsClassLinkerExtension *ext) in RegisterBuiltinArrayConvertor() argument
|
| H A D | js_refconvert.h | 150 JSRefConvertCache *cache = RefConvertCacheFromInteropCtx(ctx); in JSRefConvertResolve() local
|
| H A D | js_refconvert_builtin.cpp | 50 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 D | debug_info_cache.cpp | 83 static DebugInfoCache cache; member in ark::tooling::inspector::test::DebugInfoCacheTest [all...] |
| /arkcompiler/runtime_core/static_core/verification/ |
| H A D | verification_options.h | 43 } cache; member
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | compileQueue.cpp | 96 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 D | extractor_test.cpp | 228 bool cache = false; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| H A D | global_intl_helper.h | 87 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 D | ets_to_string_cache_test.cpp | 88 auto *cache = etsVm->GetDoubleToStringCache(); in TestMainLoop() local 301 auto *cache = etsVm->GetDoubleToStringCache(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| H A D | extractor.cpp | 238 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 D | ets_entrypoints.cpp | 338 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 D | interpreter-inl.h | 105 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 D | ets_string_builder.cpp | 628 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 D | ets_intrinsics_peephole.cpp | 339 Inst *cache = nullptr; in PeepholeDoubleToString() local
|