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

/dalvik/vm/mterp/c/
H A DgotoTargets.c206 u2 thisReg; local
217 thisReg = vdst;
221 thisReg = vdst & 0x0f;
224 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
333 u2 thisReg; local
344 thisReg = vdst;
348 thisReg = vdst & 0x0f;
350 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
462 u2 thisReg; local
473 thisReg
[all...]
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c3334 u2 thisReg; local
3345 thisReg = vdst;
3349 thisReg = vdst & 0x0f;
3352 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3461 u2 thisReg; local
3472 thisReg = vdst;
3476 thisReg = vdst & 0x0f;
3478 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3590 u2 thisReg; local
3601 thisReg
[all...]
H A DInterpC-portstd.c3363 u2 thisReg; local
3374 thisReg = vdst;
3378 thisReg = vdst & 0x0f;
3381 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3490 u2 thisReg; local
3501 thisReg = vdst;
3505 thisReg = vdst & 0x0f;
3507 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3619 u2 thisReg; local
3630 thisReg
[all...]
H A DInterpC-x86-atom.c1528 u2 thisReg; local
1539 thisReg = vdst;
1543 thisReg = vdst & 0x0f;
1546 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1655 u2 thisReg; local
1666 thisReg = vdst;
1670 thisReg = vdst & 0x0f;
1672 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1784 u2 thisReg; local
1795 thisReg
[all...]
H A DInterpC-x86.c1465 u2 thisReg; local
1476 thisReg = vdst;
1480 thisReg = vdst & 0x0f;
1483 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1592 u2 thisReg; local
1603 thisReg = vdst;
1607 thisReg = vdst & 0x0f;
1609 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1721 u2 thisReg; local
1732 thisReg
[all...]
H A DInterpC-portdbg.c3613 u2 thisReg; local
3624 thisReg = vdst;
3628 thisReg = vdst & 0x0f;
3631 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3740 u2 thisReg; local
3751 thisReg = vdst;
3755 thisReg = vdst & 0x0f;
3757 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3869 u2 thisReg; local
3880 thisReg
[all...]

Completed in 99 milliseconds