HomeSort by relevance Sort by last modified time
    Searched refs:GOTO_bail_switch (Results 1 - 12 of 12) sorted by null

  /dalvik/vm/mterp/portable/
stubdefs.c 33 if (CHECK_JIT_BOOL()) GOTO_bail_switch(); \
74 #define GOTO_bail_switch() goto bail_switch;
94 GOTO_bail_switch(); \
  /dalvik/vm/mterp/cstubs/
stubdefs.c 103 #define GOTO_bail_switch() \
122 GOTO_bail_switch(); \
  /dalvik/vm/mterp/out/
InterpC-armv4t.c 517 #define GOTO_bail_switch() \
536 GOTO_bail_switch(); \
    [all...]
InterpC-armv5te-vfp.c 517 #define GOTO_bail_switch() \
536 GOTO_bail_switch(); \
    [all...]
InterpC-armv5te.c 517 #define GOTO_bail_switch() \
536 GOTO_bail_switch(); \
    [all...]
InterpC-armv7-a-neon.c 517 #define GOTO_bail_switch() \
536 GOTO_bail_switch(); \
    [all...]
InterpC-armv7-a.c 517 #define GOTO_bail_switch() \
536 GOTO_bail_switch(); \
    [all...]
InterpC-x86-atom.c 517 #define GOTO_bail_switch() \
536 GOTO_bail_switch(); \
    [all...]
InterpC-x86.c 517 #define GOTO_bail_switch() \
536 GOTO_bail_switch(); \
    [all...]
InterpC-portdbg.c 466 if (CHECK_JIT_BOOL()) GOTO_bail_switch(); \
507 #define GOTO_bail_switch() goto bail_switch;
527 GOTO_bail_switch(); \
    [all...]
InterpC-portstd.c 457 if (CHECK_JIT_BOOL()) GOTO_bail_switch(); \
498 #define GOTO_bail_switch() goto bail_switch;
518 GOTO_bail_switch(); \
    [all...]
InterpC-allstubs.c 517 #define GOTO_bail_switch() \
536 GOTO_bail_switch(); \
    [all...]

Completed in 954 milliseconds