Home
last modified time | relevance | path

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

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