Home
last modified time | relevance | path

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

/art/test/1974-resize-array/src/art/
DTest1974.java366 final long globalID = GetGlobalJniRef(arr); in runWithJniGlobal()
519 public static native <T> long GetGlobalJniRef(T t); in GetGlobalJniRef() method in Test1974