Home
last modified time | relevance | path

Searched refs:OUTS_FROM_FP (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/interp/
DStack.h165 #define OUTS_FROM_FP(_fp, _argCount) \ macro
/dalvik/vm/mterp/c/
DgotoTargets.c742 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET()
752 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
/dalvik/vm/mterp/out/
DInterpC-x86.c1930 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET()
1940 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
DInterpC-portstd.c3780 outs = OUTS_FROM_FP(fp, vsrc1); in INTERP_FUNC_NAME()
3790 outs = OUTS_FROM_FP(fp, count); in INTERP_FUNC_NAME()
DInterpC-allstubs.c3775 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET()
3785 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
DInterpC-portdbg.c4066 outs = OUTS_FROM_FP(fp, vsrc1); in INTERP_FUNC_NAME()
4076 outs = OUTS_FROM_FP(fp, count); in INTERP_FUNC_NAME()