Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DDexFile.java399 /*package*/ void verifyInBackground(ClassLoader classLoader, String classLoaderContext) { in verifyInBackground()
404 String classLoaderContext); in verifyInBackgroundNative()
543 String instructionSet, String compilerFilter, String classLoaderContext, in getDexOptNeeded()
DDexPathList.java271 String classLoaderContext = dex.isBackedByOatFile() in initByteBufferDexPath() local