Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h830 GateRef TryGetHashcodeFromString(GateRef string);
Dstub_builder-inl.h3808 inline GateRef StubBuilder::TryGetHashcodeFromString(GateRef string) in TryGetHashcodeFromString() function
3810 return env_->GetBuilder()->TryGetHashcodeFromString(string); in TryGetHashcodeFromString()
Dstub_builder.h537 GateRef TryGetHashcodeFromString(GateRef string);
Dmcr_circuit_builder.cpp1332 GateRef CircuitBuilder::TryGetHashcodeFromString(GateRef string) in TryGetHashcodeFromString() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp6530 GateRef leftHash = TryGetHashcodeFromString(left); in FastStringEqual()
6531 GateRef rightHash = TryGetHashcodeFromString(right); in FastStringEqual()
6636 GateRef leftHash = TryGetHashcodeFromString(left); in FastStringEqualWithoutRTStub()
6637 GateRef rightHash = TryGetHashcodeFromString(right); in FastStringEqualWithoutRTStub()