We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0b1f2 commit 728bbc3Copy full SHA for 728bbc3
src/java_bytecode/java_bytecode_convert_method.cpp
@@ -1046,6 +1046,13 @@ codet java_bytecode_convert_methodt::convert_instructions(
1046
}
1047
1048
if(i_it->statement=="athrow" ||
1049
+ i_it->statement=="putfield" ||
1050
+ i_it->statement=="getfield" ||
1051
+ i_it->statement=="checkcast" ||
1052
+ i_it->statement=="newarray" ||
1053
+ i_it->statement=="anewarray" ||
1054
+ i_it->statement==patternt("?astore") ||
1055
+ i_it->statement==patternt("?aload") ||
1056
i_it->statement=="invokestatic" ||
1057
i_it->statement=="invokevirtual" ||
1058
i_it->statement=="invokespecial" ||
0 commit comments