Home
last modified time | relevance | path

Searched defs:testInvokeVirtual (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/test/952-invoke-custom/src/
H A DTestInvocationKinds.java167 static void testInvokeVirtual() { in testInvokeVirtual() method in TestInvocationKinds
/aosp_15_r20/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
H A DGeneratorAdapterTest.java716 void testInvokeVirtual() { in testInvokeVirtual() method in GeneratorAdapterTest
/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DDexMakerTest.java222 public void testInvokeVirtual() throws Exception { in testInvokeVirtual() method in DexMakerTest