Searched refs:emptyJniMethod6 (Results 1 – 3 of 3) sorted by relevance
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ |
D | NativeTestTarget.java | 38 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/ |
D | org_apache_harmony_dalvik_NativeTestTarget.cpp | 33 NATIVE_METHOD(NativeTestTarget, emptyJniMethod6, "(IIIIII)V"),
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | NativeMethodBenchmark.java | 61 n.emptyJniMethod6(a, b, 1, 2, 3, i); in time_emptyJniMethod6()
|