Searched refs:propOffset (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 1603 GateRef propOffset = Int32Mul( in SetPropertyInlinedProps() local 1607 Store(type, glue, obj, ZExtInt32ToPtr(propOffset), value); in SetPropertyInlinedProps() 1615 GateRef propOffset = Int32Mul( in GetPropertyInlinedProps() local 1617 return Load(VariableType::JS_ANY(), obj, ZExtInt32ToInt64(propOffset)); in GetPropertyInlinedProps() 1623 GateRef propOffset = Int32Mul( in GetInlinedPropOffsetFromHClass() local 1625 return ZExtInt32ToInt64(propOffset); in GetInlinedPropOffsetFromHClass()
|
D | circuit_builder.cpp | 1697 GateRef propOffset = Int32Mul(Int32Add(inlinedPropsStart, attrOffset), in SetPropertyInlinedProps() local 1699 Store(type, glue, obj, ZExtInt32ToPtr(propOffset), value); in SetPropertyInlinedProps()
|