Searched refs:getDexFilePointer (Results 1 – 1 of 1) sorted by relevance
192 long dexFilePtr = getDexFilePointer(klass); in checkDexFileInClassLoader()238 long initial_t1_dex = getDexFilePointer(Transform.class); in doTest()239 long initial_t2_dex = getDexFilePointer(Transform2.class); in doTest()256 long final_t1_dex = getDexFilePointer(Transform.class); in doTest()257 long final_t2_dex = getDexFilePointer(Transform2.class); in doTest()274 private static long getDexFilePointer(Class<?> target) throws Exception { in getDexFilePointer() method in Test944