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 | 882 GateRef GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir = Circuit::NullGate());
|
| D | mcr_circuit_builder.cpp | 1412 GateRef CircuitBuilder::GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir) in GetHashcodeFromString() function in panda::ecmascript::kungfu::CircuitBuilder
|
| D | stub_builder.cpp | 622 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()
|
| D | stub_builder.h | 594 GateRef GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir = Circuit::NullGate());
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 3007 GateRef hash = GetHashcodeFromString(glue, item); in From()
|