Home
last modified time | relevance | path

Searched refs:SetRawHashcode (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h32 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()
Decma_string.h193 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/
Dnew_object_stub_builder.cpp948 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()
Dcircuit_builder.h658 void SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteger);
Dstub_builder-inl.h2913 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()
Dstub_builder.h438 inline void SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteger);
Dmcr_circuit_builder.cpp1041 void CircuitBuilder::SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteg… in SetRawHashcode() function in panda::ecmascript::kungfu::CircuitBuilder