Home
last modified time | relevance | path

Searched refs:entry2 (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dsamples_record_test.cpp260 FrameInfo entry2; in HWTEST_F_L0() local
261 entry2.url = "some_url.js"; in HWTEST_F_L0()
264 samplesRecord.TranslateUrlPositionBySourceMapTest(entry2); in HWTEST_F_L0()
265 EXPECT_EQ(entry2.url, "some_url.js"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_dictionary.cpp504 auto entry2 = protoArray->FindEntry(baseIhc.GetTaggedValue()); in InsertTransitionItem() local
505 if (entry2 != -1) { in InsertTransitionItem()
535 int32_t entry2 = protoArray->FindEntry(baseIhc.GetTaggedValue()); in FindTransitionByHClass() local
536 if (entry2 == -1) { in FindTransitionByHClass()
540 return protoArray->GetTransition(entry2); in FindTransitionByHClass()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlinked_hash_table_test.cpp92 int entry2 = dictHandle->FindElement(thread, undefinedKey.GetTaggedValue()); in HWTEST_F_L0() local
93 EXPECT_EQ(value1.GetTaggedValue(), dictHandle->GetValue(entry2)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp2500 uint32_t entry2 = (entry + 1) & static_cast<uint32_t>(GetCacheLength() - 1); in FindCachedResult() local
2501 if (!Match(entry2, pattern, flags, inputValue, lastIndexInput, extendValue, type)) { in FindCachedResult()
2504 entry = entry2; in FindCachedResult()
2606 uint32_t entry2 = (entry + 1) & static_cast<uint32_t>(cache->GetCacheLength() - 1); in AddResultInCache() local
2608 static_cast<size_t>(entry2) * static_cast<size_t>(ENTRY_SIZE)) <= static_cast<size_t>(UINT32_MAX)); in AddResultInCache()
2609 uint32_t index2 = CACHE_TABLE_HEADER_SIZE + entry2 * ENTRY_SIZE; in AddResultInCache()
2618 entry2 = hash & static_cast<uint32_t>(cache->GetCacheLength() - 1); in AddResultInCache()
2619 index2 = CACHE_TABLE_HEADER_SIZE + entry2 * ENTRY_SIZE; in AddResultInCache()
2625 cache->SetEntry(thread, entry2, patternValue, flagsValue, inputValue, in AddResultInCache()
2627 cache->UpdateResultArray(thread, entry2, resultArrayCop in AddResultInCache()
[all...]

Completed in 13 milliseconds