Searched refs:propertiesOffset (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.cpp | 1368 GateRef propertiesOffset = IntPtr(JSObject::PROPERTIES_OFFSET);
in NewJSArrayLiteral() local 1373 Store(VariableType::JS_POINTER(), glue_, result->ReadVariable(), propertiesOffset, obj);
in NewJSArrayLiteral() local 1377 auto newProperties = Load(VariableType::JS_POINTER(), obj, propertiesOffset);
in NewJSArrayLiteral() 1378 Store(VariableType::JS_POINTER(), glue_, result->ReadVariable(), propertiesOffset, newProperties);
in NewJSArrayLiteral() local
|
H A D | stub_builder-inl.h | 1210 GateRef propertiesOffset = IntPtr(JSObject::PROPERTIES_OFFSET); in GetPropertiesArray() local 1211 return Load(VariableType::JS_POINTER(), object, propertiesOffset); in GetPropertiesArray() 1218 GateRef propertiesOffset = IntPtr(JSObject::PROPERTIES_OFFSET); in SetPropertiesArray() local 1219 Store(type, glue, object, propertiesOffset, propsArray, mAttr); in SetPropertiesArray()
|
Completed in 15 milliseconds