Searched refs:OUTS_FROM_FP (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/interp/ |
D | Stack.h | 165 #define OUTS_FROM_FP(_fp, _argCount) \ macro
|
/dalvik/vm/mterp/c/ |
D | gotoTargets.c | 742 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET() 752 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86.c | 1930 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET() 1940 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
|
D | InterpC-portstd.c | 3780 outs = OUTS_FROM_FP(fp, vsrc1); in INTERP_FUNC_NAME() 3790 outs = OUTS_FROM_FP(fp, count); in INTERP_FUNC_NAME()
|
D | InterpC-allstubs.c | 3775 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET() 3785 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
|
D | InterpC-portdbg.c | 4066 outs = OUTS_FROM_FP(fp, vsrc1); in INTERP_FUNC_NAME() 4076 outs = OUTS_FROM_FP(fp, count); in INTERP_FUNC_NAME()
|