Searched defs:thisReg (Results 1 - 6 of 6) 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.c3308 u2 thisReg; local
3319 thisReg = vdst;
3323 thisReg = vdst & 0x0f;
3326 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3431 u2 thisReg; local
3442 thisReg = vdst;
3446 thisReg = vdst & 0x0f;
3448 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3546 u2 thisReg; local
3557 thisReg
[all...]
H A DInterpC-portstd.c3325 u2 thisReg; local
3336 thisReg = vdst;
3340 thisReg = vdst & 0x0f;
3343 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3448 u2 thisReg; local
3459 thisReg = vdst;
3463 thisReg = vdst & 0x0f;
3465 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3563 u2 thisReg; local
3574 thisReg
[all...]
H A DInterpC-x86-atom.c1470 u2 thisReg; local
1481 thisReg = vdst;
1485 thisReg = vdst & 0x0f;
1488 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1593 u2 thisReg; local
1604 thisReg = vdst;
1608 thisReg = vdst & 0x0f;
1610 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1708 u2 thisReg; local
1719 thisReg
[all...]
H A DInterpC-x86.c1439 u2 thisReg; local
1450 thisReg = vdst;
1454 thisReg = vdst & 0x0f;
1457 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1562 u2 thisReg; local
1573 thisReg = vdst;
1577 thisReg = vdst & 0x0f;
1579 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1677 u2 thisReg; local
1688 thisReg
[all...]
H A DInterpC-portdbg.c3586 u2 thisReg; local
3597 thisReg = vdst;
3601 thisReg = vdst & 0x0f;
3604 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3709 u2 thisReg; local
3720 thisReg = vdst;
3724 thisReg = vdst & 0x0f;
3726 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3824 u2 thisReg; local
3835 thisReg
[all...]

Completed in 326 milliseconds