Searched defs:methodCallRange (Results 1 – 7 of 7) sorted by relevance
/dalvik/vm/mterp/c/ |
D | gotoTargets.c | 11 GOTO_TARGET(filledNewArray, bool methodCallRange) in GOTO_TARGET() 107 GOTO_TARGET(invokeVirtual, bool methodCallRange) in GOTO_TARGET() 203 GOTO_TARGET(invokeSuper, bool methodCallRange) in GOTO_TARGET() 281 GOTO_TARGET(invokeInterface, bool methodCallRange) in GOTO_TARGET() 331 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() 401 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) in GOTO_TARGET() 460 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in GOTO_TARGET() 767 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, in GOTO_TARGET()
|
/dalvik/vm/mterp/portable/ |
D | entry.c | 31 bool methodCallRange; local
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86-atom.c | 1333 GOTO_TARGET(filledNewArray, bool methodCallRange) in GOTO_TARGET() 1429 GOTO_TARGET(invokeVirtual, bool methodCallRange) in GOTO_TARGET() 1525 GOTO_TARGET(invokeSuper, bool methodCallRange) in GOTO_TARGET() 1603 GOTO_TARGET(invokeInterface, bool methodCallRange) in GOTO_TARGET() 1653 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() 1723 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) in GOTO_TARGET() 1782 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in GOTO_TARGET() 2089 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, in GOTO_TARGET()
|
D | InterpC-x86.c | 1270 GOTO_TARGET(filledNewArray, bool methodCallRange) in GOTO_TARGET() 1366 GOTO_TARGET(invokeVirtual, bool methodCallRange) in GOTO_TARGET() 1462 GOTO_TARGET(invokeSuper, bool methodCallRange) in GOTO_TARGET() 1540 GOTO_TARGET(invokeInterface, bool methodCallRange) in GOTO_TARGET() 1590 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() 1660 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) in GOTO_TARGET() 1719 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in GOTO_TARGET() 2026 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, in GOTO_TARGET()
|
D | InterpC-allstubs.c | 3139 GOTO_TARGET(filledNewArray, bool methodCallRange) in GOTO_TARGET() 3235 GOTO_TARGET(invokeVirtual, bool methodCallRange) in GOTO_TARGET() 3331 GOTO_TARGET(invokeSuper, bool methodCallRange) in GOTO_TARGET() 3409 GOTO_TARGET(invokeInterface, bool methodCallRange) in GOTO_TARGET() 3459 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() 3529 GOTO_TARGET(invokeVirtualQuick, bool methodCallRange) in GOTO_TARGET() 3588 GOTO_TARGET(invokeSuperQuick, bool methodCallRange) in GOTO_TARGET() 3895 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, in GOTO_TARGET()
|
D | InterpC-portstd.c | 1211 bool methodCallRange; in INTERP_FUNC_NAME() local
|
D | InterpC-portdbg.c | 1461 bool methodCallRange; in INTERP_FUNC_NAME() local
|