blob: 9adea445773eae6f8aa694ca808fdb6cb527164e [file] [log] [blame]
Alexey Frunze84603bf2016-10-21 19:54:43 -07001 /* const/class vAA, class@BBBB */
Douglas Leung200f0402016-02-25 20:05:47 -08002 EXPORT_PC()
3 FETCH(a0, 1) # a0 <- BBBB
4 GET_OPA(a1) # a1 <- AA
5 addu a2, rFP, OFF_FP_SHADOWFRAME # a2 <- shadow frame
6 move a3, rSELF
7 JAL(MterpConstClass)
8 PREFETCH_INST(2) # load rINST
9 bnez v0, MterpPossibleException
10 ADVANCE(2) # advance rPC
11 GET_INST_OPCODE(t0) # extract opcode from rINST
12 GOTO_OPCODE(t0) # jump to next instruction