Searched defs:isBootstrap (Results 1 – 5 of 5) sorted by relevance
/dalvik/dexopt/ |
D | OptMain.cpp | 58 const char* debugFileName, bool isBootstrap, const char* bootClassPath, in extractAndProcessZip() 221 bool isBootstrap = false; in processZipFile() local
|
/dalvik/vm/ |
D | JarFile.cpp | 189 JarFile** ppJarFile, bool isBootstrap) in dvmJarFileOpen()
|
D | RawDexFile.cpp | 110 RawDexFile** ppRawDexFile, bool isBootstrap) in dvmRawDexFileOpen()
|
/dalvik/vm/analysis/ |
D | DexPrepare.cpp | 130 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing) in dvmOpenCachedDexFile() 352 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) in dvmOptimizeDexFile() 528 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) in dvmContinueOptimization()
|
/dalvik/vm/oo/ |
D | Class.cpp | 603 static bool prepareCpe(ClassPathEntry* cpe, bool isBootstrap) in prepareCpe() 654 static ClassPathEntry* processClassPath(const char* pathStr, bool isBootstrap) in processClassPath()
|