HomeSort by relevance Sort by last modified time
    Searched refs:GOTO_invoke (Results 1 - 25 of 27) sorted by null

1 2

  /dalvik/vm/mterp/c/
OP_FILLED_NEW_ARRAY.cpp 2 GOTO_invoke(filledNewArray, false);
OP_FILLED_NEW_ARRAY_RANGE.cpp 2 GOTO_invoke(filledNewArray, true);
OP_INVOKE_DIRECT.cpp 2 GOTO_invoke(invokeDirect, false);
OP_INVOKE_DIRECT_RANGE.cpp 2 GOTO_invoke(invokeDirect, true);
OP_INVOKE_INTERFACE.cpp 2 GOTO_invoke(invokeInterface, false);
OP_INVOKE_INTERFACE_RANGE.cpp 2 GOTO_invoke(invokeInterface, true);
OP_INVOKE_STATIC.cpp 2 GOTO_invoke(invokeStatic, false);
OP_INVOKE_STATIC_RANGE.cpp 2 GOTO_invoke(invokeStatic, true);
OP_INVOKE_SUPER.cpp 2 GOTO_invoke(invokeSuper, false);
OP_INVOKE_SUPER_QUICK.cpp 2 GOTO_invoke(invokeSuperQuick, false);
OP_INVOKE_SUPER_QUICK_RANGE.cpp 2 GOTO_invoke(invokeSuperQuick, true);
OP_INVOKE_SUPER_RANGE.cpp 2 GOTO_invoke(invokeSuper, true);
OP_INVOKE_VIRTUAL.cpp 2 GOTO_invoke(invokeVirtual, false);
OP_INVOKE_VIRTUAL_QUICK.cpp 2 GOTO_invoke(invokeVirtualQuick, false);
OP_INVOKE_VIRTUAL_QUICK_RANGE.cpp 2 GOTO_invoke(invokeVirtualQuick, true);
OP_INVOKE_VIRTUAL_RANGE.cpp 2 GOTO_invoke(invokeVirtual, true);
OP_INVOKE_OBJECT_INIT_RANGE.cpp 25 GOTO_invoke(invokeDirect, true);
  /dalvik/vm/mterp/portable/
stubdefs.cpp 60 #define GOTO_invoke(_target, _methodCallRange) \
  /dalvik/vm/mterp/cstubs/
stubdefs.cpp 106 #define GOTO_invoke(_target, _methodCallRange) \
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp 484 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]
InterpC-portable.cpp 438 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]
InterpC-x86.cpp 484 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]
InterpC-armv5te-vfp.cpp 484 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]
InterpC-armv5te.cpp 484 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]
InterpC-armv7-a-neon.cpp 484 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]

Completed in 174 milliseconds

1 2