Home
last modified time | relevance | path

Searched refs:subTy (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.cpp1556 MIRType *subTy = GlobalTables::GetTypeTable().GetTypeFromTyIdx(elmTyIdx); in EmitArray() local
1558 while (subTy->GetKind() == kTypeArray) { in EmitArray()
1559 MIRArrayType *aSubTy = static_cast<MIRArrayType *>(subTy); in EmitArray()
1564 subTy = GlobalTables::GetTypeTable().GetTypeFromTyIdx(elmTyIdx); in EmitArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1589 MIRType *subTy = GlobalTables::GetTypeTable().GetTypeFromTyIdx(scalarIdx); in EmitAsmLabel() local
1591 while (subTy->GetKind() == kTypeArray) { in EmitAsmLabel()
1592 MIRArrayType *aSubTy = static_cast<MIRArrayType *>(subTy); in EmitAsmLabel()
1597 subTy = GlobalTables::GetTypeTable().GetTypeFromTyIdx(scalarIdx); in EmitAsmLabel()

Completed in 11 milliseconds