Lines Matching refs:rINST
11 movl rSELF,rINST
13 movl offThread_methodClassDex(rINST),%ecx # ecx<- pDvmDex
17 movl offThread_method(rINST),%eax # eax<- method
18 movzwl 4(rPC),rINST # rINST<- GFED or CCCC
20 andl $$0xf,rINST # rINST<- D (or stays CCCC)
22 GET_VREG_R rINST rINST # rINST<- "this" ptr
23 testl rINST,rINST # null "this"?