/* * Allocate an array of objects, specified with the array class * and a count. * * The verifier guarantees that this is an array class, so we don't * check for it here. */ /* new-array vA, vB, class//CCCC */ EXPORT_PC add x0, xFP, #OFF_FP_SHADOWFRAME mov x1, xPC mov w2, wINST mov x3, xSELF bl MterpNewArray cbz w0, MterpPossibleException FETCH_ADVANCE_INST 2 // advance rPC, load rINST GET_INST_OPCODE ip // extract opcode from rINST GOTO_OPCODE ip // jump to next instruction