Home
last modified time | relevance | path

Searched refs:storeHash (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1610 Label storeHash(env_); in TryGetHashcodeFromString() local
1614 Branch(Int64Equal(hashCode, Int64(0)), &noRawHashcode, &storeHash); in TryGetHashcodeFromString()
1619 Branch(Int32Equal(length, Int32(0)), &storeHash, &exit); in TryGetHashcodeFromString()
1621 Bind(&storeHash); in TryGetHashcodeFromString()