Searched refs:rawHashcode (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_circuit_builder.cpp | 1241 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()
|
| D | circuit_builder.h | 840 void SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteger);
|
| D | stub_builder-inl.h | 3803 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()
|
| D | stub_builder.h | 535 inline void SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteger);
|