/dalvik/vm/mterp/c/ |
D | gotoTargets.cpp | 11 GOTO_TARGET(filledNewArray, bool methodCallRange, bool) in GOTO_TARGET() function 106 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) in GOTO_TARGET() function 202 GOTO_TARGET(invokeSuper, bool methodCallRange) in GOTO_TARGET() function 280 GOTO_TARGET(invokeInterface, bool methodCallRange) in GOTO_TARGET() function 331 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() function 367 GOTO_TARGET(invokeStatic, bool methodCallRange) 405 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) in GOTO_TARGET() function 464 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in GOTO_TARGET() function 528 GOTO_TARGET(returnFromMethod) in GOTO_TARGET() function 599 GOTO_TARGET(exceptionThrown) in GOTO_TARGET() function [all …]
|
/dalvik/vm/mterp/portable/ |
D | stubdefs.cpp | 8 #define GOTO_TARGET(_target, ...) _target: macro
|
/dalvik/vm/mterp/cstubs/ |
D | stubdefs.cpp | 10 #define GOTO_TARGET(_target, ...) \ macro
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86.cpp | 388 #define GOTO_TARGET(_target, ...) \ macro 1278 GOTO_TARGET(filledNewArray, bool methodCallRange, bool) in GOTO_TARGET() function 1373 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) in GOTO_TARGET() function 1469 GOTO_TARGET(invokeSuper, bool methodCallRange) in GOTO_TARGET() function 1547 GOTO_TARGET(invokeInterface, bool methodCallRange) in GOTO_TARGET() function 1598 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() function 1634 GOTO_TARGET(invokeStatic, bool methodCallRange) 1672 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) in GOTO_TARGET() function 1731 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in GOTO_TARGET() function 1795 GOTO_TARGET(returnFromMethod) in GOTO_TARGET() function [all …]
|
D | InterpC-mips.cpp | 388 #define GOTO_TARGET(_target, ...) \ macro 1202 GOTO_TARGET(filledNewArray, bool methodCallRange, bool) in GOTO_TARGET() function 1297 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) in GOTO_TARGET() function 1393 GOTO_TARGET(invokeSuper, bool methodCallRange) in GOTO_TARGET() function 1471 GOTO_TARGET(invokeInterface, bool methodCallRange) in GOTO_TARGET() function 1522 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() function 1558 GOTO_TARGET(invokeStatic, bool methodCallRange) 1596 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) in GOTO_TARGET() function 1655 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in GOTO_TARGET() function 1719 GOTO_TARGET(returnFromMethod) in GOTO_TARGET() function [all …]
|
D | InterpC-allstubs.cpp | 388 #define GOTO_TARGET(_target, ...) \ macro 3097 GOTO_TARGET(filledNewArray, bool methodCallRange, bool) in GOTO_TARGET() function 3192 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) in GOTO_TARGET() function 3288 GOTO_TARGET(invokeSuper, bool methodCallRange) in GOTO_TARGET() function 3366 GOTO_TARGET(invokeInterface, bool methodCallRange) in GOTO_TARGET() function 3417 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() function 3453 GOTO_TARGET(invokeStatic, bool methodCallRange) 3491 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) in GOTO_TARGET() function 3550 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in GOTO_TARGET() function 3614 GOTO_TARGET(returnFromMethod) in GOTO_TARGET() function [all …]
|
D | InterpC-portable.cpp | 386 #define GOTO_TARGET(_target, ...) _target: macro 3045 GOTO_TARGET(filledNewArray, bool methodCallRange, bool) in dvmInterpretPortable() 3140 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool) in dvmInterpretPortable() 3236 GOTO_TARGET(invokeSuper, bool methodCallRange) in dvmInterpretPortable() 3314 GOTO_TARGET(invokeInterface, bool methodCallRange) in dvmInterpretPortable() 3365 GOTO_TARGET(invokeDirect, bool methodCallRange) in dvmInterpretPortable() 3401 GOTO_TARGET(invokeStatic, bool methodCallRange) in dvmInterpretPortable() 3439 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) in dvmInterpretPortable() 3498 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in dvmInterpretPortable() 3562 GOTO_TARGET(returnFromMethod) in dvmInterpretPortable() [all …]
|
D | InterpC-armv5te.cpp | 388 #define GOTO_TARGET(_target, ...) \ macro
|
D | InterpC-armv7-a.cpp | 388 #define GOTO_TARGET(_target, ...) \ macro
|
D | InterpC-armv7-a-neon.cpp | 388 #define GOTO_TARGET(_target, ...) \ macro
|
D | InterpC-armv5te-vfp.cpp | 388 #define GOTO_TARGET(_target, ...) \ macro
|