Home
last modified time | relevance | path

Searched defs:entry2 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getEtsModule/ets_to_ts/
Dtest_get_module.ts38 const entry2 = etsVm.getModule('entry_module2'); constant
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp-inl.h71 uint32_t entry2 = (entry + 1) & static_cast<uint32_t>(GetCacheLength() - 1); in FindCachedResult() local
Dbuiltins_regexp.cpp2638 uint32_t entry2 = (entry + 1) & static_cast<uint32_t>(cache->GetCacheLength() - 1); in AddResultInCache() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_hash_table_test.cpp92 int entry2 = dictHandle->FindElement(thread, undefinedKey.GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
Dsamples_record_test.cpp261 FrameInfo entry2; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp506 auto entry2 = protoArray->FindEntry(thread, baseIhc.GetTaggedValue()); in InsertTransitionItem() local
537 int32_t entry2 = protoArray->FindEntry(thread, baseIhc.GetTaggedValue()); in FindTransitionByHClass() local