Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h32 string->SetRawHashcode(0); in CreateEmptyString()
100 string->SetRawHashcode(0); in CreateLineString()
113 string->SetRawHashcode(0); in CreateLineStringNoGC()
138 string->SetRawHashcode(0); in CreateLineStringWithSpaceType()
147 string->SetRawHashcode(0); in CreateConstantString()
161 string->SetRawHashcode(0); in CreateTreeString()
Decma_string.h180 SetRawHashcode(hashcode); in GetHashcode()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp420 SetRawHashcode(glue_, result->ReadVariable(), Int32(0)); in AllocLineStringObject()
Dstub_builder.h641 inline void SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode);
Dstub_builder-inl.h2375 inline void StubBuilder::SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode) in SetRawHashcode() function