Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h391 void SetPrototypeToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef proto);
Dstub_builder-inl.h1543 inline void StubBuilder::SetPrototypeToHClass(VariableType type, GateRef glue, GateRef hClass, Gate… in SetPrototypeToHClass() function
Dstub_builder.cpp2553 SetPrototypeToHClass(VariableType::JS_POINTER(), glue, dstHClass, proto); in CopyAllHClass()