/dalvik/vm/mterp/c/ |
OP_FILLED_NEW_ARRAY.c | 2 GOTO_invoke(filledNewArray, false);
|
OP_INVOKE_DIRECT.c | 2 GOTO_invoke(invokeDirect, false);
|
OP_INVOKE_INTERFACE.c | 2 GOTO_invoke(invokeInterface, false);
|
OP_INVOKE_STATIC.c | 2 GOTO_invoke(invokeStatic, false);
|
OP_INVOKE_SUPER.c | 2 GOTO_invoke(invokeSuper, false);
|
OP_INVOKE_SUPER_QUICK.c | 2 GOTO_invoke(invokeSuperQuick, false);
|
OP_INVOKE_VIRTUAL.c | 2 GOTO_invoke(invokeVirtual, false);
|
OP_INVOKE_VIRTUAL_QUICK.c | 2 GOTO_invoke(invokeVirtualQuick, false);
|
OP_FILLED_NEW_ARRAY_RANGE.c | 2 GOTO_invoke(filledNewArray, true);
|
OP_INVOKE_DIRECT_RANGE.c | 2 GOTO_invoke(invokeDirect, true);
|
OP_INVOKE_INTERFACE_RANGE.c | 2 GOTO_invoke(invokeInterface, true);
|
OP_INVOKE_STATIC_RANGE.c | 2 GOTO_invoke(invokeStatic, true);
|
OP_INVOKE_SUPER_QUICK_RANGE.c | 2 GOTO_invoke(invokeSuperQuick, true);
|
OP_INVOKE_SUPER_RANGE.c | 2 GOTO_invoke(invokeSuper, true);
|
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 | 85 #define GOTO_invoke(_target, _methodCallRange) \
|
/dalvik/vm/mterp/out/ |
InterpC-allstubs.c | 505 #define GOTO_invoke(_target, _methodCallRange) \ [all...] |
InterpC-portdbg.c | 499 #define GOTO_invoke(_target, _methodCallRange) \ [all...] |
InterpC-portstd.c | 493 #define GOTO_invoke(_target, _methodCallRange) \ [all...] |
InterpC-armv4t.c | 505 #define GOTO_invoke(_target, _methodCallRange) \ [all...] |
InterpC-armv5te-vfp.c | 505 #define GOTO_invoke(_target, _methodCallRange) \ [all...] |
InterpC-armv5te.c | 505 #define GOTO_invoke(_target, _methodCallRange) \ [all...] |