}
if(op.as(MethodInvocationOpcode.class).isInstanceMethod())
stack.pop();
if(returnTypeLength != null) {
if(returnTypeLength == DOUBLE)
stack.push2(isAutoboxing ? se.copy() : new Whatever());
else stack.push(isAutoboxing ? se.copy() : new Whatever());
}
}