Home
last modified time | relevance | path

Searched refs:propIndex (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dvtable.cpp20 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex) in CreateTuple() argument
25 JSHandle<JSTaggedValue> name(thread, layoutInfo->GetKey(propIndex)); in CreateTuple()
29 PropertyAttributes attr = layoutInfo->GetAttr(propIndex); in CreateTuple()
Dvtable.h60 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex);
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp286 uint16_t propIndex = acc_.GetConstantValue(constData); in InferLdObjByName() local
287 JSTaggedValue prop = tsManager_->GetStringFromConstantPool(propIndex); in InferLdObjByName()
299 uint16_t propIndex = acc_.GetConstantValue(constData); in InferStObjByName() local
300 JSTaggedValue prop = tsManager_->GetStringFromConstantPool(propIndex); in InferStObjByName()
323 uint16_t propIndex = acc_.GetConstantValue(constData); in InferStOwnByName() local
324 JSTaggedValue prop = tsManager_->GetStringFromConstantPool(propIndex); in InferStOwnByName()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp241 size_t propIndex) in CreateLiteral() argument
244 compiled->Set(propIndex); in CreateLiteral()
266 compiled->Set(propIndex); in CreateLiteral()
299 size_t propIndex = i; in CompileStaticProperties() local
300 auto res = propNameMap.insert({name, propIndex}); in CompileStaticProperties()
306 propIndex = res.first->second; in CompileStaticProperties()
334 tempLiteralBuffer[propIndex] = propBuf; in CompileStaticProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp320 uint16_t propIndex = acc_.GetConstantValue(constData); in GetPlrData() local
321 auto prop = tsManager_->GetStringFromConstantPool(propIndex); in GetPlrData()
594 uint16_t propIndex = acc_.GetConstantValue(constData); in IsAccessor() local
595 auto prop = tsManager_->GetStringFromConstantPool(propIndex); in IsAccessor()
624 uint16_t propIndex = acc_.GetConstantValue(constData); in GetAccessorFuncGT() local
625 auto prop = tsManager_->GetStringFromConstantPool(propIndex); in GetAccessorFuncGT()
Dntype_hcr_lowering.cpp208 uint16_t propIndex = acc_.GetConstantValue(constData); in LowerNTypedStOwnByName() local
210 auto propKey = tsManager_->GetStringFromConstantPool(propIndex); in LowerNTypedStOwnByName()