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

  /external/python/cpython2/Python/
ceval.c 749 FAST_DISPATCH(); \
755 #define FAST_DISPATCH() \
764 #define FAST_DISPATCH() { \
789 #define FAST_DISPATCH() goto fast_next_opcode
    [all...]
  /external/python/cpython3/Python/
ceval.c 650 FAST_DISPATCH(); \
656 #define FAST_DISPATCH() \
666 #define FAST_DISPATCH() \
682 #define FAST_DISPATCH() goto fast_next_opcode
    [all...]

Completed in 633 milliseconds