%verify "executed" %verify "null object" /* For: iput-quick */ /* op vA, vB, offset@CCCC */ movzbl rINSTbl,%ecx # ecx<- BA sarl $$4,%ecx # ecx<- B GET_VREG_R %ecx %ecx # vB (object we're operating on) andb $$0xf,rINSTbl # rINST<- A GET_VREG_R rINST,rINST # rINST<- v[A] movzwl 2(rPC),%eax # eax<- field byte offset testl %ecx,%ecx # is object null? je common_errNullObject movl rINST,(%ecx,%eax,1) FETCH_INST_OPCODE 2 %ecx ADVANCE_PC 2 GOTO_NEXT_R %ecx