Searched refs:invokeSuper (Results 1 – 12 of 12) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_INVOKE_SUPER.c | 2 GOTO_invoke(invokeSuper, false);
|
D | OP_INVOKE_SUPER_RANGE.c | 2 GOTO_invoke(invokeSuper, true);
|
D | gotoTargets.c | 196 GOTO_TARGET(invokeSuper, bool methodCallRange) in GOTO_TARGET() argument
|
D | opcommon.c | 4 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
|
/dalvik/vm/mterp/out/ |
D | InterpC-portstd.c | 521 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 2311 GOTO_invoke(invokeSuper, false); in INTERP_FUNC_NAME() 2340 GOTO_invoke(invokeSuper, true); in INTERP_FUNC_NAME() 3234 GOTO_TARGET(invokeSuper, bool methodCallRange) in INTERP_FUNC_NAME()
|
D | InterpC-allstubs.c | 544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 2223 GOTO_invoke(invokeSuper, false); 2252 GOTO_invoke(invokeSuper, true); 3229 GOTO_TARGET(invokeSuper, bool methodCallRange) in GOTO_TARGET() argument
|
D | InterpC-portdbg.c | 528 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 2597 GOTO_invoke(invokeSuper, false); in INTERP_FUNC_NAME() 2626 GOTO_invoke(invokeSuper, true); in INTERP_FUNC_NAME() 3520 GOTO_TARGET(invokeSuper, bool methodCallRange) in INTERP_FUNC_NAME()
|
D | InterpC-x86.c | 544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 1384 GOTO_TARGET(invokeSuper, bool methodCallRange) in GOTO_TARGET() argument
|
D | InterpC-armv7-a.c | 544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
|
D | InterpC-armv5te-vfp.c | 544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
|
D | InterpC-armv5te.c | 544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
|
D | InterpC-armv4t.c | 544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
|