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 lhu a0, 2(rPC) # a0 <- BBBB 9 srl a1, rINST, 8 # a1 <- AA 10 daddu a2, rFP, OFF_FP_SHADOWFRAME 11 move a3, rSELF 12 jal $helper # (index, tgt_reg, shadow_frame, self) 13 PREFETCH_INST 2 # load rINST 14 bnez v0, MterpPossibleException # let reference interpreter deal with it. 15 ADVANCE 2 # advance rPC 16 GET_INST_OPCODE v0 # extract opcode from rINST 17 GOTO_OPCODE v0 # jump to next instruction 18