Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dvalue_numbering.cpp128 size_t HashCombine(size_t seed, size_t value) in HashCombine() function
147 size_t hash = HashCombine(static_cast<size_t>(acc_.GetOpCode(gate)), valueCount); in HashCode()
151 hash = HashCombine(hash, id); in HashCode()

Completed in 2 milliseconds