Searched defs:thisReg (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/mterp/c/
H A DgotoTargets.c199 u2 thisReg; local
210 thisReg = vdst;
214 thisReg = vdst & 0x0f;
217 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
322 u2 thisReg; local
333 thisReg = vdst;
337 thisReg = vdst & 0x0f;
339 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
437 u2 thisReg; local
448 thisReg
[all...]
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c3224 u2 thisReg; local
3235 thisReg = vdst;
3239 thisReg = vdst & 0x0f;
3242 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3347 u2 thisReg; local
3358 thisReg = vdst;
3362 thisReg = vdst & 0x0f;
3364 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3462 u2 thisReg; local
3473 thisReg
[all...]
H A DInterpC-portstd.c3205 u2 thisReg; local
3216 thisReg = vdst;
3220 thisReg = vdst & 0x0f;
3223 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3328 u2 thisReg; local
3339 thisReg = vdst;
3343 thisReg = vdst & 0x0f;
3345 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3443 u2 thisReg; local
3454 thisReg
[all...]
H A DInterpC-x86.c1374 u2 thisReg; local
1385 thisReg = vdst;
1389 thisReg = vdst & 0x0f;
1392 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1497 u2 thisReg; local
1508 thisReg = vdst;
1512 thisReg = vdst & 0x0f;
1514 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1612 u2 thisReg; local
1623 thisReg
[all...]
H A DInterpC-portdbg.c3485 u2 thisReg; local
3496 thisReg = vdst;
3500 thisReg = vdst & 0x0f;
3503 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3608 u2 thisReg; local
3619 thisReg = vdst;
3623 thisReg = vdst & 0x0f;
3625 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3723 u2 thisReg; local
3734 thisReg
[all...]

Completed in 70 milliseconds