Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2380 inline GateRef StubBuilder::TryGetHashcodeFromString(GateRef string) in TryGetHashcodeFromString() function
2382 return env_->GetBuilder()->TryGetHashcodeFromString(string); in TryGetHashcodeFromString()
Dstub_builder.h385 GateRef TryGetHashcodeFromString(GateRef string);
Dcircuit_builder.h603 GateRef TryGetHashcodeFromString(GateRef string);
Dcircuit_builder.cpp1605 GateRef CircuitBuilder::TryGetHashcodeFromString(GateRef string) in TryGetHashcodeFromString() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp3990 GateRef leftHash = TryGetHashcodeFromString(left); in FastStringEqual()
3991 GateRef rightHash = TryGetHashcodeFromString(right); in FastStringEqual()