Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp248 res = GetHashcodeFromString(glue_, key); in GetHash()
Dbuiltins_array_stub_builder.cpp1647 GateRef hash = GetHashcodeFromString(glue, item); in From()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h647 GateRef GetHashcodeFromString(GateRef glue, GateRef value);
Dstub_builder.h436 GateRef GetHashcodeFromString(GateRef glue, GateRef value);
Dmcr_circuit_builder.cpp1073 GateRef CircuitBuilder::GetHashcodeFromString(GateRef glue, GateRef value) in GetHashcodeFromString() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp330 hash = GetHashcodeFromString(glue, key); in FindEntryFromNameDictionary()
439 hash = GetHashcodeFromString(glue, key); in FindEntryFromTransitionDictionary()
6611 GateRef StubBuilder::GetHashcodeFromString(GateRef glue, GateRef value) in GetHashcodeFromString() function in panda::ecmascript::kungfu::StubBuilder
6613 return env_->GetBuilder()->GetHashcodeFromString(glue, value); in GetHashcodeFromString()