Searched defs:FINISH (Results 1 - 10 of 10) sorted by relevance

/dalvik/vm/mterp/portable/
H A Dstubdefs.cpp37 # define FINISH(_offset) { \ macro
/dalvik/vm/mterp/cstubs/
H A Dstubdefs.cpp66 * Like the "portable" FINISH, but don't reload "inst", and return to caller
71 #define FINISH(_offset) { \ macro
79 #define FINISH(_offset) { \ macro
/dalvik/vm/mterp/out/
H A DInterpC-armv5te-vfp.cpp444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \ macro
457 #define FINISH(_offset) { \ macro
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2); \
639 FINISH(branchOffse
[all...]
H A DInterpC-armv5te.cpp444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \ macro
457 #define FINISH(_offset) { \ macro
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2); \
639 FINISH(branchOffse
[all...]
H A DInterpC-armv7-a-neon.cpp444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \ macro
457 #define FINISH(_offset) { \ macro
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2); \
639 FINISH(branchOffse
[all...]
H A DInterpC-armv7-a.cpp444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \ macro
457 #define FINISH(_offset) { \ macro
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2); \
639 FINISH(branchOffse
[all...]
H A DInterpC-allstubs.cpp444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \ macro
457 #define FINISH(_offset) { \ macro
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2); \
639 FINISH(branchOffse
[all...]
H A DInterpC-mips.cpp444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \ macro
457 #define FINISH(_offset) { \ macro
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2); \
639 FINISH(branchOffse
[all...]
H A DInterpC-portable.cpp415 # define FINISH(_offset) { \ macro
496 FINISH(1);
522 FINISH(1);
530 FINISH(1);
557 FINISH(2);
570 FINISH(branchOffset); \
573 FINISH(2); \
585 FINISH(branchOffset); \
588 FINISH(2); \
597 FINISH(
[all...]
H A DInterpC-x86.cpp444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \ macro
457 #define FINISH(_offset) { \ macro
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2); \
639 FINISH(branchOffse
[all...]

Completed in 89 milliseconds