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

  /dalvik/vm/mterp/portable/
stubdefs.cpp 8 #define GOTO_TARGET(_target, ...) _target:
  /dalvik/vm/mterp/cstubs/
stubdefs.cpp 10 #define GOTO_TARGET(_target, ...) \
  /dalvik/vm/mterp/c/
gotoTargets.cpp 11 GOTO_TARGET(filledNewArray, bool methodCallRange, bool jumboFormat)
119 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool jumboFormat)
225 GOTO_TARGET(invokeSuper, bool methodCallRange, bool jumboFormat)
313 GOTO_TARGET(invokeInterface, bool methodCallRange, bool jumboFormat)
375 GOTO_TARGET(invokeDirect, bool methodCallRange, bool jumboFormat)
421 GOTO_TARGET(invokeStatic, bool methodCallRange, bool jumboFormat)
468 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange, bool jumboFormat)
527 GOTO_TARGET(invokeSuperQuick, bool methodCallRange, bool jumboFormat)
591 GOTO_TARGET(returnFromMethod)
662 GOTO_TARGET(exceptionThrown
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86-atom.cpp 380 #define GOTO_TARGET(_target, ...) \
    [all...]
InterpC-x86.cpp 380 #define GOTO_TARGET(_target, ...) \
    [all...]
InterpC-allstubs.cpp 380 #define GOTO_TARGET(_target, ...) \
    [all...]
InterpC-portable.cpp 378 #define GOTO_TARGET(_target, ...) _target:
    [all...]
InterpC-armv5te-vfp.cpp 380 #define GOTO_TARGET(_target, ...) \
    [all...]
InterpC-armv5te.cpp 380 #define GOTO_TARGET(_target, ...) \
    [all...]
InterpC-armv7-a-neon.cpp 380 #define GOTO_TARGET(_target, ...) \
    [all...]
InterpC-armv7-a.cpp 380 #define GOTO_TARGET(_target, ...) \
    [all...]

Completed in 34 milliseconds