Home
last modified time | relevance | path

Searched refs:TryGetHashcodeFromString (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h883 GateRef TryGetHashcodeFromString(GateRef string);
Dstub_builder-inl.h4051 inline GateRef StubBuilder::TryGetHashcodeFromString(GateRef string) in TryGetHashcodeFromString() function
4053 return env_->GetBuilder()->TryGetHashcodeFromString(string); in TryGetHashcodeFromString()
Dmcr_circuit_builder.cpp1434 GateRef CircuitBuilder::TryGetHashcodeFromString(GateRef string) in TryGetHashcodeFromString() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.h596 GateRef TryGetHashcodeFromString(GateRef string);
Dstub_builder.cpp7100 GateRef leftHash = TryGetHashcodeFromString(left); in FastStringEqual()
7101 GateRef rightHash = TryGetHashcodeFromString(right); in FastStringEqual()
7251 GateRef leftHash = TryGetHashcodeFromString(left); in FastStringEqualWithoutRTStub()
7252 GateRef rightHash = TryGetHashcodeFromString(right); in FastStringEqualWithoutRTStub()