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

/dalvik/vm/mterp/c/
H A DgotoTargets.cpp205 u2 thisReg; local
216 thisReg = vdst;
220 thisReg = vdst & 0x0f;
224 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
333 u2 thisReg; local
344 thisReg = vdst;
348 thisReg = vdst & 0x0f;
351 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
466 u2 thisReg; local
477 thisReg
[all...]
/dalvik/vm/mterp/out/
H A DInterpC-mips.cpp1396 u2 thisReg; local
1407 thisReg = vdst;
1411 thisReg = vdst & 0x0f;
1415 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1524 u2 thisReg; local
1535 thisReg = vdst;
1539 thisReg = vdst & 0x0f;
1542 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1657 u2 thisReg; local
1668 thisReg
[all...]
H A DInterpC-x86.cpp1472 u2 thisReg; local
1483 thisReg = vdst;
1487 thisReg = vdst & 0x0f;
1491 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1600 u2 thisReg; local
1611 thisReg = vdst;
1615 thisReg = vdst & 0x0f;
1618 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1733 u2 thisReg; local
1744 thisReg
[all...]
H A DInterpC-allstubs.cpp3291 u2 thisReg; local
3302 thisReg = vdst;
3306 thisReg = vdst & 0x0f;
3310 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3419 u2 thisReg; local
3430 thisReg = vdst;
3434 thisReg = vdst & 0x0f;
3437 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3552 u2 thisReg; local
3563 thisReg
[all...]
H A DInterpC-portable.cpp3239 u2 thisReg; local
3250 thisReg = vdst;
3254 thisReg = vdst & 0x0f;
3258 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3367 u2 thisReg; local
3378 thisReg = vdst;
3382 thisReg = vdst & 0x0f;
3385 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
3500 u2 thisReg; local
3511 thisReg
[all...]

Completed in 70 milliseconds