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

1 2

  /dalvik/vm/mterp/c/
OP_FILLED_NEW_ARRAY.c 2 GOTO_invoke(filledNewArray, false);
OP_FILLED_NEW_ARRAY_RANGE.c 2 GOTO_invoke(filledNewArray, true);
OP_INVOKE_DIRECT.c 2 GOTO_invoke(invokeDirect, false);
OP_INVOKE_DIRECT_RANGE.c 2 GOTO_invoke(invokeDirect, true);
OP_INVOKE_INTERFACE.c 2 GOTO_invoke(invokeInterface, false);
OP_INVOKE_INTERFACE_RANGE.c 2 GOTO_invoke(invokeInterface, true);
OP_INVOKE_STATIC.c 2 GOTO_invoke(invokeStatic, false);
OP_INVOKE_STATIC_RANGE.c 2 GOTO_invoke(invokeStatic, true);
OP_INVOKE_SUPER.c 2 GOTO_invoke(invokeSuper, false);
OP_INVOKE_SUPER_QUICK.c 2 GOTO_invoke(invokeSuperQuick, false);
OP_INVOKE_SUPER_QUICK_RANGE.c 2 GOTO_invoke(invokeSuperQuick, true);
OP_INVOKE_SUPER_RANGE.c 2 GOTO_invoke(invokeSuper, true);
OP_INVOKE_VIRTUAL.c 2 GOTO_invoke(invokeVirtual, false);
OP_INVOKE_VIRTUAL_QUICK.c 2 GOTO_invoke(invokeVirtualQuick, false);
OP_INVOKE_VIRTUAL_QUICK_RANGE.c 2 GOTO_invoke(invokeVirtualQuick, true);
OP_INVOKE_VIRTUAL_RANGE.c 2 GOTO_invoke(invokeVirtual, true);
OP_INVOKE_DIRECT_EMPTY.c 12 GOTO_invoke(invokeDirect, false);
  /dalvik/vm/mterp/portable/
stubdefs.c 64 #define GOTO_invoke(_target, _methodCallRange) \
  /dalvik/vm/mterp/cstubs/
stubdefs.c 84 #define GOTO_invoke(_target, _methodCallRange) \
  /dalvik/vm/mterp/out/
InterpC-allstubs.c 498 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]
InterpC-portdbg.c 497 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]
InterpC-portstd.c 488 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]
InterpC-armv4t.c 498 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]
InterpC-armv5te-vfp.c 498 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]
InterpC-armv5te.c 498 #define GOTO_invoke(_target, _methodCallRange) \
    [all...]

Completed in 3798 milliseconds

1 2