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

/dalvik/vm/mterp/c/
H A DgotoTargets.cpp683 /* falling through to JNI code or off the bottom of the stack */
843 u1* bottom; variable
844 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
845 if (bottom < self->interpStackEnd) {
848 self->interpStackStart, self->interpStackEnd, bottom,
849 (u1*) fp - bottom, self->interpStackSize,
855 //ALOGD("+++ fp=%p newFp=%p newSave=%p bottom=%p",
856 // fp, newFp, newSaveArea, bottom);
/dalvik/vm/
H A DReferenceTable.cpp100 Object** dvmFindInReferenceTable(const ReferenceTable* pRef, Object** bottom, argument
106 while (--ptr >= bottom) {
116 * examining the element at "bottom".
121 bool dvmRemoveFromReferenceTable(ReferenceTable* pRef, Object** bottom, argument
129 * Scan from the most-recently-added entry up to the bottom entry for
132 ptr = dvmFindInReferenceTable(pRef, bottom, obj);
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp3769 /* falling through to JNI code or off the bottom of the stack */
3929 u1* bottom; variable
3930 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
3931 if (bottom < self->interpStackEnd) {
3934 self->interpStackStart, self->interpStackEnd, bottom,
3935 (u1*) fp - bottom, self->interpStackSize,
3941 //ALOGD("+++ fp=%p newFp=%p newSave=%p bottom=%p",
3942 // fp, newFp, newSaveArea, bottom);
H A DInterpC-mips.cpp1874 /* falling through to JNI code or off the bottom of the stack */
2034 u1* bottom; variable
2035 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
2036 if (bottom < self->interpStackEnd) {
2039 self->interpStackStart, self->interpStackEnd, bottom,
2040 (u1*) fp - bottom, self->interpStackSize,
2046 //ALOGD("+++ fp=%p newFp=%p newSave=%p bottom=%p",
2047 // fp, newFp, newSaveArea, bottom);
H A DInterpC-portable.cpp3717 /* falling through to JNI code or off the bottom of the stack */
3877 u1* bottom; local
3878 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
3879 if (bottom < self->interpStackEnd) {
3882 self->interpStackStart, self->interpStackEnd, bottom,
3883 (u1*) fp - bottom, self->interpStackSize,
3889 //ALOGD("+++ fp=%p newFp=%p newSave=%p bottom=%p",
3890 // fp, newFp, newSaveArea, bottom);
H A DInterpC-x86.cpp1950 /* falling through to JNI code or off the bottom of the stack */
2110 u1* bottom; variable
2111 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
2112 if (bottom < self->interpStackEnd) {
2115 self->interpStackStart, self->interpStackEnd, bottom,
2116 (u1*) fp - bottom, self->interpStackSize,
2122 //ALOGD("+++ fp=%p newFp=%p newSave=%p bottom=%p",
2123 // fp, newFp, newSaveArea, bottom);

Completed in 540 milliseconds