Searched refs:invokeDirect (Results 1 – 13 of 13) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_INVOKE_DIRECT.cpp | 2 GOTO_invoke(invokeDirect, false);
|
D | OP_INVOKE_DIRECT_RANGE.cpp | 2 GOTO_invoke(invokeDirect, true);
|
D | OP_INVOKE_OBJECT_INIT_RANGE.cpp | 25 GOTO_invoke(invokeDirect, true); in HANDLE_OPCODE()
|
D | gotoTargets.cpp | 331 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() argument
|
D | opcommon.cpp | 6 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 2217 GOTO_invoke(invokeDirect, false); 2246 GOTO_invoke(invokeDirect, true); 2941 GOTO_invoke(invokeDirect, true); in HANDLE_OPCODE() 3417 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() argument
|
D | InterpC-portable.cpp | 468 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 2228 GOTO_invoke(invokeDirect, false); in dvmInterpretPortable() 2257 GOTO_invoke(invokeDirect, true); in dvmInterpretPortable() 2952 GOTO_invoke(invokeDirect, true); in dvmInterpretPortable() 3365 GOTO_TARGET(invokeDirect, bool methodCallRange) in dvmInterpretPortable()
|
D | InterpC-x86.cpp | 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 1251 GOTO_invoke(invokeDirect, true); in HANDLE_OPCODE() 1598 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() argument
|
D | InterpC-mips.cpp | 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 1522 GOTO_TARGET(invokeDirect, bool methodCallRange) in GOTO_TARGET() argument
|
D | InterpC-armv5te.cpp | 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
|
D | InterpC-armv7-a.cpp | 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
|
D | InterpC-armv7-a-neon.cpp | 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
|
D | InterpC-armv5te-vfp.cpp | 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
|