Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp260 hash = GetHashcodeFromString(glue, key); in FindEntryFromNameDictionary()
369 hash = GetHashcodeFromString(glue, key); in FindEntryFromTransitionDictionary()
3614 …Branch(Int32Equal(GetHashcodeFromString(glue, left), GetHashcodeFromString(glue, right)), &content… in FastStringEqual()
4432 GateRef StubBuilder::GetHashcodeFromString(GateRef glue, GateRef value) in GetHashcodeFromString() function in panda::ecmascript::kungfu::StubBuilder
Dcircuit_builder.h457 GateRef GetHashcodeFromString(GateRef glue, GateRef value);
Dstub_builder.h353 GateRef GetHashcodeFromString(GateRef glue, GateRef value);
Dcircuit_builder.cpp813 GateRef CircuitBuilder::GetHashcodeFromString(GateRef glue, GateRef value) in GetHashcodeFromString() function in panda::ecmascript::kungfu::CircuitBuilder
Dslowpath_lowering.cpp1799 …builder_.Equal(builder_.GetHashcodeFromString(glue_, left), builder_.GetHashcodeFromString(glue_, … in FastStrictEqual()