Searched refs:invokeMethod (Results 1 – 16 of 16) sorted by relevance
/dalvik/vm/mterp/portable/ |
D | stubdefs.c | 65 #define GOTO_invokeMethod(_methodCallRange, _methodToCall, _vsrc1, _vdst) goto invokeMethod;
|
/dalvik/vm/mterp/c/ |
D | gotoTargets.c | 721 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, in GOTO_TARGET() argument
|
D | opcommon.c | 10 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86.c | 550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, 1909 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, in GOTO_TARGET() argument
|
D | InterpC-portstd.c | 489 #define GOTO_invokeMethod(_methodCallRange, _methodToCall, _vsrc1, _vdst) goto invokeMethod; 527 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, 3759 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, in INTERP_FUNC_NAME()
|
D | InterpC-portdbg.c | 496 #define GOTO_invokeMethod(_methodCallRange, _methodToCall, _vsrc1, _vdst) goto invokeMethod; 534 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, 4045 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, in INTERP_FUNC_NAME()
|
D | InterpC-armv7-a.c | 550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
|
D | InterpC-armv5te-vfp.c | 550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
|
D | InterpC-armv5te.c | 550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
|
D | InterpC-armv4t.c | 550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
|
D | InterpC-allstubs.c | 550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, 3754 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, in GOTO_TARGET() argument
|
D | InterpAsm-armv7-a.S | 9426 bl dvmMterp_invokeMethod @ call the C invokeMethod
|
D | InterpAsm-armv5te-vfp.S | 9490 bl dvmMterp_invokeMethod @ call the C invokeMethod
|
D | InterpAsm-armv4t.S | 9972 bl dvmMterp_invokeMethod @ call the C invokeMethod
|
D | InterpAsm-armv5te.S | 9966 bl dvmMterp_invokeMethod @ call the C invokeMethod
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 500 bl dvmMterp_invokeMethod @ call the C invokeMethod
|