Home
last modified time | relevance | path

Searched refs:arrayCt (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.cpp1551 MIRAggConst &arrayCt = static_cast<MIRAggConst &>(mirConst); in EmitArray() local
1553 size_t uNum = arrayCt.GetConstVec().size(); in EmitArray()
1568 MIRConst *elemConst = arrayCt.GetConstVecItem(i); in EmitArray()
1585 static_cast<uint64>(GetSymbolSize(arrayCt.GetConstVecItem(0)->GetType().GetTypeIndex())); in EmitArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1584 MIRAggConst &arrayCt = static_cast<MIRAggConst &>(mirConst); in EmitAsmLabel() local
1586 size_t uNum = arrayCt.GetConstVec().size(); in EmitAsmLabel()
1601 MIRConst *elemConst = arrayCt.GetConstVecItem(i); in EmitAsmLabel()
1616 CHECK_FATAL(!arrayCt.GetConstVec().empty(), "container empty check"); in EmitAsmLabel()
1620 arrayCt.GetConstVecItem(0)->GetType().GetTypeIndex())); in EmitAsmLabel()

Completed in 6 milliseconds