Searched refs:invokeSuperQuick (Results 1 – 12 of 12) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_INVOKE_SUPER_QUICK.c | 2 GOTO_invoke(invokeSuperQuick, false);
|
D | OP_INVOKE_SUPER_QUICK_RANGE.c | 2 GOTO_invoke(invokeSuperQuick, true);
|
D | gotoTargets.c | 435 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in GOTO_TARGET() argument
|
D | opcommon.c | 9 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
|
/dalvik/vm/mterp/out/ |
D | InterpC-portstd.c | 526 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 3008 GOTO_invoke(invokeSuperQuick, false); in INTERP_FUNC_NAME() 3013 GOTO_invoke(invokeSuperQuick, true); in INTERP_FUNC_NAME() 3473 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in INTERP_FUNC_NAME()
|
D | InterpC-allstubs.c | 549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 2920 GOTO_invoke(invokeSuperQuick, false); 2925 GOTO_invoke(invokeSuperQuick, true); 3468 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in GOTO_TARGET() argument
|
D | InterpC-portdbg.c | 533 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 3294 GOTO_invoke(invokeSuperQuick, false); in INTERP_FUNC_NAME() 3299 GOTO_invoke(invokeSuperQuick, true); in INTERP_FUNC_NAME() 3759 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in INTERP_FUNC_NAME()
|
D | InterpC-x86.c | 549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 1623 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in GOTO_TARGET() argument
|
D | InterpC-armv7-a.c | 549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
|
D | InterpC-armv5te-vfp.c | 549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
|
D | InterpC-armv5te.c | 549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
|
D | InterpC-armv4t.c | 549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
|