1%default { "helper":"UndefinedConstHandler" }
2    /* const/class vAA, type@BBBB */
3    /* const/method-handle vAA, method_handle@BBBB */
4    /* const/method-type vAA, proto@BBBB */
5    /* const/string vAA, string@@BBBB */
6    .extern $helper
7    EXPORT_PC
8    movzwq  2(rPC), OUT_ARG0                # eax <- OUT_ARG0
9    movq    rINSTq, OUT_ARG1
10    leaq    OFF_FP_SHADOWFRAME(rFP), OUT_ARG2
11    movq    rSELF, OUT_ARG3
12    call    SYMBOL($helper)                 # (index, tgt_reg, shadow_frame, self)
13    testb   %al, %al
14    jnz     MterpPossibleException
15    ADVANCE_PC_FETCH_AND_GOTO_NEXT 2
16