Home | History | Annotate | Download | only in interp

Lines Matching refs:locals

966 #if 0   // "locals" structure has changed -- need to rewrite this
971 const DexLocal* locals = dvmDexGetLocals(pDexFile, pDexCode);
973 if (locals[j].registerNum == (u4) i) {
974 name = dvmDexStringStr(locals[j].pName);