Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
DNativeTestTarget.java34 public native void emptyJniMethod0(); in emptyJniMethod0() method in NativeTestTarget
/libcore/dalvik/src/main/native/
Dorg_apache_harmony_dalvik_NativeTestTarget.cpp32 NATIVE_METHOD(NativeTestTarget, emptyJniMethod0, "()V"),
/libcore/benchmarks/src/benchmarks/regression/
DNativeMethodBenchmark.java44 n.emptyJniMethod0(); in time_emptyJniMethod0()