Home
last modified time | relevance | path

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

/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.cpp504 auto entry2 = protoArray->FindEntry(baseIhc.GetTaggedValue()); in InsertTransitionItem() local
535 int32_t entry2 = protoArray->FindEntry(baseIhc.GetTaggedValue()); in FindTransitionByHClass() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2526 uint32_t entry2 = (entry + 1) & static_cast<uint32_t>(GetCacheLength() - 1); in FindCachedResult() local
2632 uint32_t entry2 = (entry + 1) & static_cast<uint32_t>(cache->GetCacheLength() - 1); in AddResultInCache() local