HomeSort by relevance Sort by last modified time
    Searched full:curinternalcookie (Results 1 - 1 of 1) sorted by null

  /art/test/944-transform-classloaders/src/art/
Test944.java 163 // long[] curInternalCookie = (long[])curDexFile.mInternalCookie;
164 // if (arrayContains(curCookie, dexFilePtr) || arrayContains(curInternalCookie, dexFilePtr)) {
223 // long[] curInternalCookie = (long[])curDexFile.mInternalCookie;
224 long[] curInternalCookie = (long[])dexFileInternalCookieField.get(curDexFile);
226 if (arrayContains(curCookie, dexFilePtr) || arrayContains(curInternalCookie, dexFilePtr)) {

Completed in 2395 milliseconds