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.h2379 inline GateRef StubBuilder::TryGetHashcodeFromString(GateRef string) in TryGetHashcodeFromString() function
2381 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.cpp3985 GateRef leftHash = TryGetHashcodeFromString(left); in FastStringEqual()
3986 GateRef rightHash = TryGetHashcodeFromString(right); in FastStringEqual()