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.h882 GateRef GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir = Circuit::NullGate());
Dmcr_circuit_builder.cpp1412 GateRef CircuitBuilder::GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir) in GetHashcodeFromString() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp622 result = GetHashcodeFromString(glue, key, hir); in GetKeyHashCode()
860 hash = GetHashcodeFromString(glue, key, hir); in FindEntryFromHashTable()
968 hash = GetHashcodeFromString(glue, key); in FindEntryFromTransitionDictionary()
9766 GateRef StubBuilder::GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir) in GetHashcodeFromString() function in panda::ecmascript::kungfu::StubBuilder
9768 return env_->GetBuilder()->GetHashcodeFromString(glue, value, hir); in GetHashcodeFromString()
Dstub_builder.h594 GateRef GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir = Circuit::NullGate());
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp3007 GateRef hash = GetHashcodeFromString(glue, item); in From()