Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h447 void SetPrototypeToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef proto);
Dstub_builder-inl.h1841 inline void StubBuilder::SetPrototypeToHClass(VariableType type, GateRef glue, GateRef hClass, Gate… in SetPrototypeToHClass() function
Dstub_builder.cpp2908 SetPrototypeToHClass(VariableType::JS_POINTER(), glue, dstHClass, proto); in CopyAllHClass()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1099 SetPrototypeToHClass(VariableType::JS_POINTER(), glue, iteratorHClass, prototype); in Values()