Home | History | Annotate | Download | only in analysis

Lines Matching full:newval

358 void dvmUpdateCodeUnit(const Method* meth, u2* ptr, u2 newVal)
364 *ptr = newVal;
367 dvmDexChangeDex2(pDvmDex, ptr, newVal);