Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h397 … void SetTransitionsToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef transition);
Dstub_builder-inl.h1568 inline void StubBuilder::SetTransitionsToHClass(VariableType type, GateRef glue, GateRef hClass, Ga… in SetTransitionsToHClass() function
Dstub_builder.cpp2562 SetTransitionsToHClass(VariableType::INT64(), glue, dstHClass, Undefined()); in CopyAllHClass()