/* 624 */ if (va != null) {
/* 625 */ va.shiftIndex(where, size);
/* */ }
/* 627 */ StackMapTable smt = (StackMapTable)ca.getAttribute("StackMapTable");
/* 628 */ if (smt != null) {
/* 629 */ smt.insertLocal(where, StackMapTable.typeTagOf(typeDesc), classInfo);
/* */ }
/* 631 */ StackMap sm = (StackMap)ca.getAttribute("StackMap");
/* 632 */ if (sm != null)
/* 633 */ sm.insertLocal(where, StackMapTable.typeTagOf(typeDesc), classInfo);
/* */ }