Home
last modified time | relevance | path

Searched refs:GetRawHashFromString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp495 result = IntToTaggedIntPtr(builder_.GetRawHashFromString(param)); in LowerNumberConstructor()
Dcircuit_builder.h653 GateRef GetRawHashFromString(GateRef value);
Dstub_builder-inl.h2908 inline GateRef StubBuilder::GetRawHashFromString(GateRef value) in GetRawHashFromString() function
2910 return env_->GetBuilder()->GetRawHashFromString(value); in GetRawHashFromString()
Dstub_builder.h439 inline GateRef GetRawHashFromString(GateRef value);
Dmcr_circuit_builder.cpp1035 GateRef CircuitBuilder::GetRawHashFromString(GateRef value) in GetRawHashFromString() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp1427 GateRef integerNum = ZExtInt32ToInt64(GetRawHashFromString(string)); in TryToGetInteger()