Searched refs:GetHashcodeFromString (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hash_stub_builder.cpp | 47 res = GetHashcodeFromString(glue_, key); in GetHash()
|
| D | circuit_builder.h | 757 GateRef GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir = Circuit::NullGate());
|
| D | stub_builder.h | 520 GateRef GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir = Circuit::NullGate());
|
| D | stub_builder.cpp | 561 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()
|
| D | mcr_circuit_builder.cpp | 1281 GateRef CircuitBuilder::GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir) in GetHashcodeFromString() function in panda::ecmascript::kungfu::CircuitBuilder
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 2685 GateRef hash = GetHashcodeFromString(glue, item); in From()
|