HomeSort by relevance Sort by last modified time
    Searched defs:ADJUST_PC (Results 1 - 11 of 11) sorted by null

  /dalvik/vm/mterp/c/
header.c 109 # define ADJUST_PC(_offset) do { \
126 # define ADJUST_PC(_offset) do { \
  /dalvik/vm/mterp/out/
InterpC-armv4t.c 116 # define ADJUST_PC(_offset) do { \
133 # define ADJUST_PC(_offset) do { \
473 ADJUST_PC(_offset); \
532 ADJUST_PC(_pcadj); \
    [all...]
InterpC-armv5te-vfp.c 116 # define ADJUST_PC(_offset) do { \
133 # define ADJUST_PC(_offset) do { \
473 ADJUST_PC(_offset); \
532 ADJUST_PC(_pcadj); \
    [all...]
InterpC-armv5te.c 116 # define ADJUST_PC(_offset) do { \
133 # define ADJUST_PC(_offset) do { \
473 ADJUST_PC(_offset); \
532 ADJUST_PC(_pcadj); \
    [all...]
InterpC-armv7-a-neon.c 116 # define ADJUST_PC(_offset) do { \
133 # define ADJUST_PC(_offset) do { \
473 ADJUST_PC(_offset); \
532 ADJUST_PC(_pcadj); \
    [all...]
InterpC-armv7-a.c 116 # define ADJUST_PC(_offset) do { \
133 # define ADJUST_PC(_offset) do { \
473 ADJUST_PC(_offset); \
532 ADJUST_PC(_pcadj); \
    [all...]
InterpC-allstubs.c 116 # define ADJUST_PC(_offset) do { \
133 # define ADJUST_PC(_offset) do { \
473 ADJUST_PC(_offset); \
532 ADJUST_PC(_pcadj); \
    [all...]
InterpC-portdbg.c 116 # define ADJUST_PC(_offset) do { \
133 # define ADJUST_PC(_offset) do { \
462 ADJUST_PC(_offset); \
474 # define FINISH(_offset) { ADJUST_PC(_offset); break; }
521 ADJUST_PC(_pcadj); \
    [all...]
InterpC-portstd.c 116 # define ADJUST_PC(_offset) do { \
133 # define ADJUST_PC(_offset) do { \
453 ADJUST_PC(_offset); \
465 # define FINISH(_offset) { ADJUST_PC(_offset); break; }
512 ADJUST_PC(_pcadj); \
    [all...]
InterpC-x86-atom.c 116 # define ADJUST_PC(_offset) do { \
133 # define ADJUST_PC(_offset) do { \
473 ADJUST_PC(_offset); \
532 ADJUST_PC(_pcadj); \
    [all...]
InterpC-x86.c 116 # define ADJUST_PC(_offset) do { \
133 # define ADJUST_PC(_offset) do { \
473 ADJUST_PC(_offset); \
532 ADJUST_PC(_pcadj); \
    [all...]

Completed in 1386 milliseconds