Searched defs:ADJUST_PC (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/mterp/c/
H A Dheader.c111 # define ADJUST_PC(_offset) do { \ macro
128 # define ADJUST_PC(_offset) do { \ macro
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c118 # define ADJUST_PC(_offset) do { \ macro
135 # define ADJUST_PC(_offset) do { \ macro
480 ADJUST_PC(_offset); \
539 ADJUST_PC(_pcadj); \
1577 ADJUST_PC(1); /* monitor-exit width is 1 */
1583 ADJUST_PC(1);
H A DInterpC-armv4t.c118 # define ADJUST_PC(_offset) do { \ macro
135 # define ADJUST_PC(_offset) do { \ macro
480 ADJUST_PC(_offset); \
539 ADJUST_PC(_pcadj); \
H A DInterpC-armv5te-vfp.c118 # define ADJUST_PC(_offset) do { \ macro
135 # define ADJUST_PC(_offset) do { \ macro
480 ADJUST_PC(_offset); \
539 ADJUST_PC(_pcadj); \
H A DInterpC-armv5te.c118 # define ADJUST_PC(_offset) do { \ macro
135 # define ADJUST_PC(_offset) do { \ macro
480 ADJUST_PC(_offset); \
539 ADJUST_PC(_pcadj); \
H A DInterpC-armv7-a-neon.c118 # define ADJUST_PC(_offset) do { \ macro
135 # define ADJUST_PC(_offset) do { \ macro
480 ADJUST_PC(_offset); \
539 ADJUST_PC(_pcadj); \
H A DInterpC-armv7-a.c118 # define ADJUST_PC(_offset) do { \ macro
135 # define ADJUST_PC(_offset) do { \ macro
480 ADJUST_PC(_offset); \
539 ADJUST_PC(_pcadj); \
H A DInterpC-portstd.c118 # define ADJUST_PC(_offset) do { \ macro
135 # define ADJUST_PC(_offset) do { \ macro
458 ADJUST_PC(_offset); \
470 # define FINISH(_offset) { ADJUST_PC(_offset); break; }
517 ADJUST_PC(_pcadj); \
1677 ADJUST_PC(1); /* monitor-exit width is 1 */
1683 ADJUST_PC(1);
H A DInterpC-x86-atom.c118 # define ADJUST_PC(_offset) do { \ macro
135 # define ADJUST_PC(_offset) do { \ macro
480 ADJUST_PC(_offset); \
539 ADJUST_PC(_pcadj); \
H A DInterpC-x86.c118 # define ADJUST_PC(_offset) do { \ macro
135 # define ADJUST_PC(_offset) do { \ macro
480 ADJUST_PC(_offset); \
539 ADJUST_PC(_pcadj); \
H A DInterpC-portdbg.c118 # define ADJUST_PC(_offset) do { \ macro
135 # define ADJUST_PC(_offset) do { \ macro
464 ADJUST_PC(_offset); \
476 # define FINISH(_offset) { ADJUST_PC(_offset); break; }
523 ADJUST_PC(_pcadj); \
1938 ADJUST_PC(1); /* monitor-exit width is 1 */
1944 ADJUST_PC(1);

Completed in 111 milliseconds