Searched refs:debugSaveArea (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/mterp/cstubs/
H A Dstubdefs.cpp15 StackSaveArea* debugSaveArea; \
17 (void)methodToCall; (void)debugSaveArea;
/dalvik/vm/mterp/portable/
H A Dentry.cpp9 StackSaveArea* debugSaveArea = SAVEAREA_FROM_FP(self->interpSave.curFrame); local
/dalvik/vm/mterp/c/
H A DgotoTargets.cpp549 debugSaveArea = saveArea;
904 debugSaveArea = SAVEAREA_FROM_FP(newFp);
/dalvik/vm/mterp/out/
H A DInterpC-mips.cpp393 StackSaveArea* debugSaveArea; \
395 (void)methodToCall; (void)debugSaveArea;
1740 debugSaveArea = saveArea;
2095 debugSaveArea = SAVEAREA_FROM_FP(newFp);
H A DInterpC-x86.cpp393 StackSaveArea* debugSaveArea; \
395 (void)methodToCall; (void)debugSaveArea;
1816 debugSaveArea = saveArea;
2171 debugSaveArea = SAVEAREA_FROM_FP(newFp);
H A DInterpC-armv5te-vfp.cpp393 StackSaveArea* debugSaveArea; \
395 (void)methodToCall; (void)debugSaveArea;
H A DInterpC-armv5te.cpp393 StackSaveArea* debugSaveArea; \
395 (void)methodToCall; (void)debugSaveArea;
H A DInterpC-armv7-a-neon.cpp393 StackSaveArea* debugSaveArea; \
395 (void)methodToCall; (void)debugSaveArea;
H A DInterpC-armv7-a.cpp393 StackSaveArea* debugSaveArea; \
395 (void)methodToCall; (void)debugSaveArea;
H A DInterpC-allstubs.cpp393 StackSaveArea* debugSaveArea; \
395 (void)methodToCall; (void)debugSaveArea;
3635 debugSaveArea = saveArea;
3990 debugSaveArea = SAVEAREA_FROM_FP(newFp);
H A DInterpC-portable.cpp1120 StackSaveArea* debugSaveArea = SAVEAREA_FROM_FP(self->interpSave.curFrame); local
3583 debugSaveArea = saveArea;
3938 debugSaveArea = SAVEAREA_FROM_FP(newFp);

Completed in 131 milliseconds