Home
last modified time | relevance | path

Searched refs:valVec (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.h52 const ValVec &valVec = methodOffsetToValVec_.at(methodOffset); in IterateValByMethodOffset() local
53 for (auto val : valVec) { in IterateValByMethodOffset()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp203 const CVector<JSTaggedType> &valVec = snapshotData_.GetSnapshotValVector(curCPID_); in GetValueFromCache() local
204 return JSTaggedValue(valVec[index - constantPool->GetCacheLength()]); in GetValueFromCache()
1247 const CVector<JSTaggedType> &valVec = snapshotData_.GetSnapshotValVector(oldCPID); in GenerateSnapshotConstantPoolList() local
1248 uint32_t valVecSize = valVec.size(); in GenerateSnapshotConstantPoolList()
1396 const CVector<JSTaggedType> &valVec = snapshotData_.GetSnapshotValVector(oldCPID); in AddValueToSnapshotConstantPoolList() local
1397 uint32_t valVecSize = valVec.size(); in AddValueToSnapshotConstantPoolList()
1399 newCP->SetObjectToCache(thread_, constantPoolSize + i, JSTaggedValue(valVec[i])); in AddValueToSnapshotConstantPoolList()