Home | History | Annotate | Download | only in analysis

Lines Matching refs:isBootstrap

130     u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing)
167 cacheFileName, fd, isBootstrap);
230 expectVerify = !isBootstrap;
338 * The "isBootstrap" flag determines how the optimizer and verifier handle
352 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
360 ALOGD("DexOpt: --- BEGIN '%s' (bootstrap=%d) ---", lastPart, isBootstrap);
452 if (isBootstrap)
528 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
535 ALOGV("Continuing optimization (%s, isb=%d)", fileName, isBootstrap);
556 gDvm.optimizingBootstrapClass = isBootstrap;