Home
last modified time | relevance | path

Searched refs:aSubTy (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1559 MIRArrayType *aSubTy = static_cast<MIRArrayType *>(subTy); in EmitArray() local
1560 if (aSubTy->GetSizeArrayItem(0) > 0) { in EmitArray()
1561 dim *= (aSubTy->GetSizeArrayItem(0)); in EmitArray()
1563 elmTyIdx = aSubTy->GetElemTyIdx(); in EmitArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1592 MIRArrayType *aSubTy = static_cast<MIRArrayType *>(subTy); in EmitAsmLabel() local
1593 if (aSubTy->GetSizeArrayItem(0) > 0) { in EmitAsmLabel()
1594 dim *= (aSubTy->GetSizeArrayItem(0)); in EmitAsmLabel()
1596 scalarIdx = aSubTy->GetElemTyIdx(); in EmitAsmLabel()

Completed in 7 milliseconds