Home
last modified time | relevance | path

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

/dalvik/vm/interp/
DStack.h160 #define OUTS_FROM_FP(_fp, _argCount) \ macro
/dalvik/vm/mterp/c/
DgotoTargets.cpp842 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET()
852 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
/dalvik/vm/mterp/out/
DInterpC-x86.cpp2278 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET()
2288 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
DInterpC-x86-atom.cpp2336 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET()
2346 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
DInterpC-allstubs.cpp5247 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET()
5257 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
DInterpC-portable.cpp5203 outs = OUTS_FROM_FP(fp, vsrc1); in dvmInterpretPortable()
5213 outs = OUTS_FROM_FP(fp, count); in dvmInterpretPortable()