Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h648 GateRef TryGetHashcodeFromString(GateRef string);
Dstub_builder-inl.h2918 inline GateRef StubBuilder::TryGetHashcodeFromString(GateRef string) in TryGetHashcodeFromString() function
2920 return env_->GetBuilder()->TryGetHashcodeFromString(string); in TryGetHashcodeFromString()
Dstub_builder.h440 GateRef TryGetHashcodeFromString(GateRef string);
Dmcr_circuit_builder.cpp1096 GateRef CircuitBuilder::TryGetHashcodeFromString(GateRef string) in TryGetHashcodeFromString() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp4978 GateRef leftHash = TryGetHashcodeFromString(left); in FastStringEqual()
4979 GateRef rightHash = TryGetHashcodeFromString(right); in FastStringEqual()