()
| 94 | public static native int identityHashCode(Object o); |
| 95 | |
| 96 | public static long nanoTime() { |
| 97 | return (currentTimeMillis() - NanoTimeBaseInMillis) * 1000000; |
| 98 | } |
| 99 | |
| 100 | public static String mapLibraryName(String name) { |
| 101 | if (name != null) { |
nothing calls this directly
no test coverage detected