Searched refs:invokeInterface (Results 1 – 15 of 15) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_INVOKE_INTERFACE_JUMBO.cpp | 2 GOTO_invoke(invokeInterface, true, true);
|
D | OP_INVOKE_INTERFACE.cpp | 2 GOTO_invoke(invokeInterface, false, false);
|
D | OP_INVOKE_INTERFACE_RANGE.cpp | 2 GOTO_invoke(invokeInterface, true, false);
|
D | gotoTargets.cpp | 313 GOTO_TARGET(invokeInterface, bool methodCallRange, bool jumboFormat) in GOTO_TARGET() argument
|
D | opcommon.cpp | 5 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat); 2317 GOTO_invoke(invokeInterface, false, false); 2346 GOTO_invoke(invokeInterface, true, false); 3433 GOTO_invoke(invokeInterface, true, true); 4718 GOTO_TARGET(invokeInterface, bool methodCallRange, bool jumboFormat) in GOTO_TARGET() argument
|
D | InterpC-portable.cpp | 463 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat); 2336 GOTO_invoke(invokeInterface, false, false); in dvmInterpretPortable() 2365 GOTO_invoke(invokeInterface, true, false); in dvmInterpretPortable() 3452 GOTO_invoke(invokeInterface, true, true); in dvmInterpretPortable() 4674 GOTO_TARGET(invokeInterface, bool methodCallRange, bool jumboFormat) in dvmInterpretPortable()
|
D | InterpC-x86.cpp | 511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat); 1749 GOTO_TARGET(invokeInterface, bool methodCallRange, bool jumboFormat) in GOTO_TARGET() argument
|
D | InterpC-x86-atom.cpp | 511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat); 1807 GOTO_TARGET(invokeInterface, bool methodCallRange, bool jumboFormat) in GOTO_TARGET() argument
|
D | InterpC-armv5te-vfp.cpp | 511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
|
D | InterpC-armv7-a-neon.cpp | 511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
|
D | InterpC-armv5te.cpp | 511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
|
D | InterpC-armv7-a.cpp | 511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
|
/dalvik/dx/src/com/android/dx/gen/ |
D | Code.java | 444 public <D, R> void invokeInterface(MethodId<D, R> method, Local<? super R> target, in invokeInterface() method in Code
|
/dalvik/dx/junit-tests/com/android/dx/gen/ |
D | DexGeneratorTest.java | 233 code.invokeInterface(CALL, localResult, localC); in testInvokeInterface()
|