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/c/
gotoTargets.cpp 11 GOTO_TARGET(filledNewArray, bool methodCallRange, bool)
106 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool)
202 GOTO_TARGET(invokeSuper, bool methodCallRange)
280 GOTO_TARGET(invokeInterface, bool methodCallRange)
331 GOTO_TARGET(invokeDirect, bool methodCallRange)
367 GOTO_TARGET(invokeStatic, bool methodCallRange)
405 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange)
464 GOTO_TARGET(invokeSuperQuick, bool methodCallRange)
528 GOTO_TARGET(returnFromMethod)
599 GOTO_TARGET(exceptionThrown
    [all...]
  /dalvik/vm/mterp/cstubs/
stubdefs.cpp 10 #define GOTO_TARGET(_target, ...) \
  /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 373 milliseconds