Home
last modified time | relevance | path

Searched refs:rawHashcode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp1241 void CircuitBuilder::SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteg… in SetRawHashcode() argument
1253 hash = Int32Or(rawHashcode, Int32(EcmaString::IS_INTEGER_MASK)); in SetRawHashcode()
1258 hash = Int32And(rawHashcode, Int32(~EcmaString::IS_INTEGER_MASK)); in SetRawHashcode()
Dcircuit_builder.h840 void SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteger);
Dstub_builder-inl.h3803 inline void StubBuilder::SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isI… in SetRawHashcode() argument
3805 env_->GetBuilder()->SetRawHashcode(glue, str, rawHashcode, isInteger); in SetRawHashcode()
Dstub_builder.h535 inline void SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteger);