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.cpp3759 /* falling through to JNI code or off the bottom of the stack */
3919 u1* bottom; variable
3920 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
3921 if (bottom < self->interpStackEnd) {
3924 self->interpStackStart, self->interpStackEnd, bottom,
3925 (u1*) fp - bottom, self->interpStackSize,
3931 //ALOGD("+++ fp=%p newFp=%p newSave=%p bottom=%p",
3932 // fp, newFp, newSaveArea, bottom);
H A DInterpC-portable.cpp3709 /* falling through to JNI code or off the bottom of the stack */
3869 u1* bottom; local
3870 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
3871 if (bottom < self->interpStackEnd) {
3874 self->interpStackStart, self->interpStackEnd, bottom,
3875 (u1*) fp - bottom, self->interpStackSize,
3881 //ALOGD("+++ fp=%p newFp=%p newSave=%p bottom=%p",
3882 // fp, newFp, newSaveArea, bottom);
H A DInterpC-x86-atom.cpp1998 /* falling through to JNI code or off the bottom of the stack */
2158 u1* bottom; variable
2159 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
2160 if (bottom < self->interpStackEnd) {
2163 self->interpStackStart, self->interpStackEnd, bottom,
2164 (u1*) fp - bottom, self->interpStackSize,
2170 //ALOGD("+++ fp=%p newFp=%p newSave=%p bottom=%p",
2171 // fp, newFp, newSaveArea, bottom);
H A DInterpC-x86.cpp1940 /* falling through to JNI code or off the bottom of the stack */
2100 u1* bottom; variable
2101 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
2102 if (bottom < self->interpStackEnd) {
2105 self->interpStackStart, self->interpStackEnd, bottom,
2106 (u1*) fp - bottom, self->interpStackSize,
2112 //ALOGD("+++ fp=%p newFp=%p newSave=%p bottom=%p",
2113 // fp, newFp, newSaveArea, bottom);

Completed in 142 milliseconds