Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhash_stub_builder.cpp47 res = GetHashcodeFromString(glue_, key); in GetHash()
Dcircuit_builder.h757 GateRef GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir = Circuit::NullGate());
Dstub_builder.h520 GateRef GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir = Circuit::NullGate());
Dstub_builder.cpp561 result = GetHashcodeFromString(glue, key, hir); in GetKeyHashCode()
808 hash = GetHashcodeFromString(glue, key, hir); in FindEntryFromNameDictionary()
916 hash = GetHashcodeFromString(glue, key); in FindEntryFromTransitionDictionary()
8436 GateRef StubBuilder::GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir) in GetHashcodeFromString() function in panda::ecmascript::kungfu::StubBuilder
8438 return env_->GetBuilder()->GetHashcodeFromString(glue, value, hir); in GetHashcodeFromString()
Dmcr_circuit_builder.cpp1281 GateRef CircuitBuilder::GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir) in GetHashcodeFromString() function in panda::ecmascript::kungfu::CircuitBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp2685 GateRef hash = GetHashcodeFromString(glue, item); in From()