Lines Matching refs:StackSaveArea
393 StackSaveArea* debugSaveArea; \1218 * Dump the StackSaveArea for the specified frame pointer.1220 void dvmDumpFp(void* fp, StackSaveArea* otherSaveArea)1222 StackSaveArea* saveArea = SAVEAREA_FROM_FP(fp);1223 printf("StackSaveArea for fp %p [%p/%p]:\n", fp, saveArea, otherSaveArea);