Home
last modified time | relevance | path

Searched refs:SetIsProtoTypeToHClass (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h398 void SetIsProtoTypeToHClass(GateRef glue, GateRef hClass, GateRef value);
Dstub_builder-inl.h1573 inline void StubBuilder::SetIsProtoTypeToHClass(GateRef glue, GateRef hClass, GateRef value) in SetIsProtoTypeToHClass() function
Dstub_builder.cpp3258 SetIsProtoTypeToHClass(glue, newHClass, True()); in NotifyHClassChanged()