Home
last modified time | relevance | path

Searched refs:invokeVirtual (Results 1 – 16 of 16) sorted by relevance

/dalvik/vm/mterp/c/
DOP_INVOKE_VIRTUAL_RANGE.cpp2 GOTO_invoke(invokeVirtual, true, false);
DOP_INVOKE_VIRTUAL.cpp2 GOTO_invoke(invokeVirtual, false, false);
DOP_INVOKE_VIRTUAL_JUMBO.cpp2 GOTO_invoke(invokeVirtual, true, true);
DgotoTargets.cpp119 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool jumboFormat) in GOTO_TARGET() argument
Dopcommon.cpp3 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
/dalvik/dx/junit-tests/
DHelloWorldMaker.java74 code.invokeVirtual(PRINTLN, null, localSystemOut, s); in main()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
2297 GOTO_invoke(invokeVirtual, false, false);
2326 GOTO_invoke(invokeVirtual, true, false);
3413 GOTO_invoke(invokeVirtual, true, true);
4524 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool jumboFormat) in GOTO_TARGET() argument
DInterpC-portable.cpp461 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
2316 GOTO_invoke(invokeVirtual, false, false); in dvmInterpretPortable()
2345 GOTO_invoke(invokeVirtual, true, false); in dvmInterpretPortable()
3432 GOTO_invoke(invokeVirtual, true, true); in dvmInterpretPortable()
4480 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool jumboFormat) in dvmInterpretPortable()
DInterpC-x86.cpp509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
1555 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool jumboFormat) in GOTO_TARGET() argument
DInterpC-x86-atom.cpp509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
1613 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool jumboFormat) in GOTO_TARGET() argument
DInterpC-armv5te-vfp.cpp509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
DInterpC-armv7-a-neon.cpp509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
DInterpC-armv5te.cpp509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
DInterpC-armv7-a.cpp509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
/dalvik/dx/src/com/android/dx/gen/
DCode.java429 public <D, R> void invokeVirtual(MethodId<D, R> method, Local<? super R> target, in invokeVirtual() method in Code
/dalvik/dx/junit-tests/com/android/dx/gen/
DDexGeneratorTest.java138 code.invokeVirtual(virtualMethod, localResult, localInstance, localA); in testInvokeVirtual()
278 code.invokeVirtual(objectToString, localCs, localTest); in testInvokeTypeSafety()
279 code.invokeVirtual(objectEquals, localResult, localCs, localTest); in testInvokeTypeSafety()