Searched refs:SetRawHashcode (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string-inl.h | 32 string->SetRawHashcode(0); in CreateEmptyString() 129 string->SetRawHashcode(0); in CreateLineString() 143 string->SetRawHashcode(0); in CreateLineStringNoGC() 168 string->SetRawHashcode(0); in CreateLineStringWithSpaceType() 175 slicedString->SetRawHashcode(0); in CreateSlicedString() 185 string->SetRawHashcode(0); in CreateConstantString() 200 string->SetRawHashcode(0); in CreateTreeString()
|
| D | ecma_string.h | 193 inline void SetRawHashcode(uint32_t hashcode, bool isInteger = false) 610 SetRawHashcode(static_cast<uint32_t>(num), IS_INTEGER); in TryToSetIntegerHash()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 948 SetRawHashcode(glue_, result->ReadVariable(), Int32(0), False()); in AllocLineStringObject() 968 SetRawHashcode(glue_, result->ReadVariable(), Int32(0), False()); in AllocSlicedStringObject() 991 SetRawHashcode(glue_, result->ReadVariable(), Int32(0), False()); in AllocTreeStringObject()
|
| D | circuit_builder.h | 658 void SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteger);
|
| D | stub_builder-inl.h | 2913 inline void StubBuilder::SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isI… in SetRawHashcode() function 2915 env_->GetBuilder()->SetRawHashcode(glue, str, rawHashcode, isInteger); in SetRawHashcode()
|
| D | stub_builder.h | 438 inline void SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteger);
|
| D | mcr_circuit_builder.cpp | 1041 void CircuitBuilder::SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteg… in SetRawHashcode() function in panda::ecmascript::kungfu::CircuitBuilder
|