Lines Matching refs:kIsDebugBuild

156 static constexpr bool kCheckImageObjects = kIsDebugBuild;
157 static constexpr bool kVerifyArtMethodDeclaringClasses = kIsDebugBuild;
592 bool known_impossible = kIsDebugBuild && !Runtime::Current()->AreAsyncExceptionsThrown(); in WrapExceptionInInitializer()
1285 if (kIsDebugBuild) { in InitFromBootImage()
1665 if (kIsDebugBuild && ClassLinker::kAppImageMayContainStrings) { in Update()
1691 if (kIsDebugBuild) { in Update()
1807 if (kIsDebugBuild) { in HandleAppImageStrings()
2285 if (kIsDebugBuild && app_image) { in AddImageSpace()
2750 if (kIsDebugBuild) { in EnsureResolved()
4145 if (kIsDebugBuild) { in RegisterExistingDexCache()
4544 if (kIsDebugBuild) { in InsertClass()
5227 if (kIsDebugBuild) { in CreateProxyClass()
6360 if (kIsDebugBuild) { in LinkSuperClass()
7120 if (kIsDebugBuild) { in FillIMTFromIfTable()
7288 } else if (kIsDebugBuild) { in FillIfTable()
7299 if (kIsDebugBuild) { in FillIfTable()
7730 if (kIsDebugBuild) { in CheckNoStaleMethodsInDexCache()
7752 if (kIsDebugBuild) { in ClobberOldMethods()
8126 if (kIsDebugBuild) { in UpdateVtable()
8387 LengthPrefixedArray<ArtMethod>* old_methods = kIsDebugBuild ? klass->GetMethodsPtr() : nullptr; in LinkInterfaceMethods()
8389 LengthPrefixedArray<ArtMethod>* methods = kIsDebugBuild ? klass->GetMethodsPtr() : nullptr; in LinkInterfaceMethods()
8410 if (kIsDebugBuild && !is_interface) { in LinkInterfaceMethods()
8570 if (kIsDebugBuild) { in LinkFields()
8598 if (kIsDebugBuild) { in LinkFields()
8849 if (kIsDebugBuild) { in FindIncompatibleMethod()