Home
last modified time | relevance | path

Searched refs:emptyJniMethod6 (Results 1 – 3 of 3) sorted by relevance

/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
DNativeTestTarget.java38 public native void emptyJniMethod6(int a, int b, int c, int d, int e, int f); in emptyJniMethod6() method in NativeTestTarget
/libcore/dalvik/src/main/native/
Dorg_apache_harmony_dalvik_NativeTestTarget.cpp33 NATIVE_METHOD(NativeTestTarget, emptyJniMethod6, "(IIIIII)V"),
/libcore/benchmarks/src/benchmarks/regression/
DNativeMethodBenchmark.java61 n.emptyJniMethod6(a, b, 1, 2, 3, i); in time_emptyJniMethod6()