Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp119 SetPropertiesArray(VariableType::INT64(), in NewJSObject()
1370 SetPropertiesArray(VariableType::INT64(), glue_, result->ReadVariable(), emptyArray); in CreateJSCollectionIterator()
Dstub_builder.cpp930 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, *array); in AddPropertyByName()
945 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, res); in AddPropertyByName()
964 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, res); in AddPropertyByName()
985 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, *array); in AddPropertyByName()
2362 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, properties); in StoreWithTransition()
2373 SetPropertiesArray(VariableType::JS_POINTER(), glue, receiver, properties); in StoreWithTransition()
Dstub_builder.h308 void SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRef propsArray);
Dstub_builder-inl.h1026 inline void StubBuilder::SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRe… in SetPropertiesArray() function