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-x86-atom.cpp385 StackSaveArea* debugSaveArea; \
387 (void)methodToCall; (void)debugSaveArea;
1864 debugSaveArea = saveArea;
2219 debugSaveArea = SAVEAREA_FROM_FP(newFp);
H A DInterpC-x86.cpp385 StackSaveArea* debugSaveArea; \
387 (void)methodToCall; (void)debugSaveArea;
1806 debugSaveArea = saveArea;
2161 debugSaveArea = SAVEAREA_FROM_FP(newFp);
H A DInterpC-armv5te-vfp.cpp385 StackSaveArea* debugSaveArea; \
387 (void)methodToCall; (void)debugSaveArea;
H A DInterpC-armv5te.cpp385 StackSaveArea* debugSaveArea; \
387 (void)methodToCall; (void)debugSaveArea;
H A DInterpC-armv7-a-neon.cpp385 StackSaveArea* debugSaveArea; \
387 (void)methodToCall; (void)debugSaveArea;
H A DInterpC-armv7-a.cpp385 StackSaveArea* debugSaveArea; \
387 (void)methodToCall; (void)debugSaveArea;
H A DInterpC-allstubs.cpp385 StackSaveArea* debugSaveArea; \
387 (void)methodToCall; (void)debugSaveArea;
3625 debugSaveArea = saveArea;
3980 debugSaveArea = SAVEAREA_FROM_FP(newFp);
H A DInterpC-portable.cpp1112 StackSaveArea* debugSaveArea = SAVEAREA_FROM_FP(self->interpSave.curFrame); local
3575 debugSaveArea = saveArea;
3930 debugSaveArea = SAVEAREA_FROM_FP(newFp);

Completed in 115 milliseconds