Lines Matching refs:StackSaveArea
393 StackSaveArea* debugSaveArea; \
1721 StackSaveArea* saveArea;
2021 StackSaveArea* newSaveArea;
2227 * Dump the StackSaveArea for the specified frame pointer.
2229 void dvmDumpFp(void* fp, StackSaveArea* otherSaveArea)
2231 StackSaveArea* saveArea = SAVEAREA_FROM_FP(fp);
2232 printf("StackSaveArea for fp %p [%p/%p]:\n", fp, saveArea, otherSaveArea);