Searched refs:propIndex (Results 1 – 6 of 6) sorted by relevance
20 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex) in CreateTuple() argument25 JSHandle<JSTaggedValue> name(thread, layoutInfo->GetKey(propIndex)); in CreateTuple()29 PropertyAttributes attr = layoutInfo->GetAttr(propIndex); in CreateTuple()
60 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex);
286 uint16_t propIndex = acc_.GetConstantValue(constData); in InferLdObjByName() local287 JSTaggedValue prop = tsManager_->GetStringFromConstantPool(propIndex); in InferLdObjByName()299 uint16_t propIndex = acc_.GetConstantValue(constData); in InferStObjByName() local300 JSTaggedValue prop = tsManager_->GetStringFromConstantPool(propIndex); in InferStObjByName()323 uint16_t propIndex = acc_.GetConstantValue(constData); in InferStOwnByName() local324 JSTaggedValue prop = tsManager_->GetStringFromConstantPool(propIndex); in InferStOwnByName()
241 size_t propIndex) in CreateLiteral() argument244 compiled->Set(propIndex); in CreateLiteral()266 compiled->Set(propIndex); in CreateLiteral()299 size_t propIndex = i; in CompileStaticProperties() local300 auto res = propNameMap.insert({name, propIndex}); in CompileStaticProperties()306 propIndex = res.first->second; in CompileStaticProperties()334 tempLiteralBuffer[propIndex] = propBuf; in CompileStaticProperties()
320 uint16_t propIndex = acc_.GetConstantValue(constData); in GetPlrData() local321 auto prop = tsManager_->GetStringFromConstantPool(propIndex); in GetPlrData()594 uint16_t propIndex = acc_.GetConstantValue(constData); in IsAccessor() local595 auto prop = tsManager_->GetStringFromConstantPool(propIndex); in IsAccessor()624 uint16_t propIndex = acc_.GetConstantValue(constData); in GetAccessorFuncGT() local625 auto prop = tsManager_->GetStringFromConstantPool(propIndex); in GetAccessorFuncGT()
208 uint16_t propIndex = acc_.GetConstantValue(constData); in LowerNTypedStOwnByName() local210 auto propKey = tsManager_->GetStringFromConstantPool(propIndex); in LowerNTypedStOwnByName()