Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DDexFile.java400 /*package*/ void verifyInBackground(ClassLoader classLoader, String classLoaderContext) { in verifyInBackground() argument
401 verifyInBackgroundNative(mCookie, classLoader, classLoaderContext); in verifyInBackground()
405 String classLoaderContext); in verifyInBackgroundNative() argument
544 String instructionSet, String compilerFilter, String classLoaderContext, in getDexOptNeeded() argument
DDexPathList.java266 String classLoaderContext = dex.isBackedByOatFile() in initByteBufferDexPath() local
279 if (classLoaderContext != null) { in initByteBufferDexPath()
280 dex.verifyInBackground(definingContext, classLoaderContext); in initByteBufferDexPath()