Searched refs:OUTS_FROM_FP (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/interp/ |
D | Stack.h | 160 #define OUTS_FROM_FP(_fp, _argCount) \ macro
|
/dalvik/vm/mterp/c/ |
D | gotoTargets.cpp | 842 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET() 852 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86.cpp | 2278 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET() 2288 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
|
D | InterpC-x86-atom.cpp | 2336 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET() 2346 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
|
D | InterpC-allstubs.cpp | 5247 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET() 5257 outs = OUTS_FROM_FP(fp, count); in GOTO_TARGET()
|
D | InterpC-portable.cpp | 5203 outs = OUTS_FROM_FP(fp, vsrc1); in dvmInterpretPortable() 5213 outs = OUTS_FROM_FP(fp, count); in dvmInterpretPortable()
|