Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h759 GateRef TryGetHashcodeFromString(GateRef string);
Dstub_builder-inl.h3499 inline GateRef StubBuilder::TryGetHashcodeFromString(GateRef string) in TryGetHashcodeFromString() function
3501 return env_->GetBuilder()->TryGetHashcodeFromString(string); in TryGetHashcodeFromString()
Dstub_builder.h526 GateRef TryGetHashcodeFromString(GateRef string);
Dmcr_circuit_builder.cpp1303 GateRef CircuitBuilder::TryGetHashcodeFromString(GateRef string) in TryGetHashcodeFromString() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp6344 GateRef leftHash = TryGetHashcodeFromString(left); in FastStringEqual()
6345 GateRef rightHash = TryGetHashcodeFromString(right); in FastStringEqual()