Home
last modified time | relevance | path

Searched refs:invokeInterface (Results 1 – 15 of 15) sorted by relevance

/dalvik/vm/mterp/c/
DOP_INVOKE_INTERFACE_JUMBO.cpp2 GOTO_invoke(invokeInterface, true, true);
DOP_INVOKE_INTERFACE.cpp2 GOTO_invoke(invokeInterface, false, false);
DOP_INVOKE_INTERFACE_RANGE.cpp2 GOTO_invoke(invokeInterface, true, false);
DgotoTargets.cpp313 GOTO_TARGET(invokeInterface, bool methodCallRange, bool jumboFormat) in GOTO_TARGET() argument
Dopcommon.cpp5 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp511 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
DInterpC-portable.cpp463 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()
DInterpC-x86.cpp511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
1749 GOTO_TARGET(invokeInterface, bool methodCallRange, bool jumboFormat) in GOTO_TARGET() argument
DInterpC-x86-atom.cpp511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
1807 GOTO_TARGET(invokeInterface, bool methodCallRange, bool jumboFormat) in GOTO_TARGET() argument
DInterpC-armv5te-vfp.cpp511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
DInterpC-armv7-a-neon.cpp511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
DInterpC-armv5te.cpp511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
DInterpC-armv7-a.cpp511 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
/dalvik/dx/src/com/android/dx/gen/
DCode.java444 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/
DDexGeneratorTest.java233 code.invokeInterface(CALL, localResult, localC); in testInvokeInterface()