Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_hash_table_test.cpp116 int entry2 = dictHandle->FindElement(undefinedKey.GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1839 uint32_t entry2 = (entry + 1) & static_cast<uint32_t>(GetCacheLength() - 1); in FindCachedResult() local
1915 uint32_t entry2 = (entry + 1) & static_cast<uint32_t>(cache->GetCacheLength() - 1); in AddResultInCache() local