Home
last modified time | relevance | path

Searched refs:kIsDebugBuild (Results 26 – 50 of 184) sorted by relevance

12345678

/art/runtime/
Dclass_table.cc59 if (kIsDebugBuild && existing_it == classes_.back().end()) { in UpdateClass()
150 if (kIsDebugBuild) { in CopyWithoutLocks()
270 if (kIsDebugBuild && ptr != nullptr) { in WriteToMemory()
Dintern_table-inl.h61 static constexpr bool kCheckDuplicates = kIsDebugBuild; in AddInternStrings()
Dsubtype_check_info.h344 if (kIsDebugBuild) { in SubtypeCheckInfo()
456 if (kIsDebugBuild) { in DcheckInvariants()
Dscoped_thread_state_change-inl.h78 if (kIsDebugBuild) { in AddLocalReference()
Dart_field.h55 if (kIsDebugBuild) { in GetAccessFlags()
93 if (kIsDebugBuild) { in GetOffset()
Dthread.h174 static constexpr bool kVerifyStack = kIsDebugBuild;
342 if (kIsDebugBuild) { in StartAssertNoThreadSuspension()
355 if (kIsDebugBuild) { in EndAssertNoThreadSuspension()
369 if (kIsDebugBuild) { in EndAssertNoThreadSuspension()
1900 if (kIsDebugBuild) { in ACQUIRE()
1911 if (kIsDebugBuild) { in ~ScopedAssertNoThreadSuspension()
1927 if (kIsDebugBuild) { in ScopedAllowThreadSuspension()
1935 if (kIsDebugBuild) { in ~ScopedAllowThreadSuspension()
Dsignal_catcher.cc131 os << "Build type: " << (kIsDebugBuild ? "debug" : "optimized") << "\n"; in HandleSigQuit()
Dintern_table.cc316 if (kIsDebugBuild) { in operator ()()
326 if (kIsDebugBuild) { in operator ()()
334 if (kIsDebugBuild) { in operator ()()
/art/runtime/mirror/
Dobject-refvisitor-inl.h72 } else if (kIsDebugBuild) { in VisitReferences()
/art/runtime/gc/
Dheap-visit-objects-inl.h92 if (kIsDebugBuild) { in VisitObjectsInternalRegionSpace()
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc57 if (kIsDebugBuild) { in JniMethodFastStart()
99 if (kIsDebugBuild) { in GoToRunnableFast()
/art/runtime/gc/space/
Dbump_pointer_space.cc124 if (kIsDebugBuild) { in AssertThreadLocalBuffersAreRevoked()
131 if (kIsDebugBuild) { in AssertAllThreadLocalBuffersAreRevoked()
Drosalloc_space.cc416 if (kIsDebugBuild) { in AssertThreadLocalBuffersAreRevoked()
422 if (kIsDebugBuild) { in AssertAllThreadLocalBuffersAreRevoked()
463 if (kIsDebugBuild) { in AllocationSizeNonvirtual()
Dregion_space.cc36 static constexpr bool kProtectClearedRegions = kIsDebugBuild;
48 static constexpr bool kCheckLiveBytesAgainstRegionBitmap = kIsDebugBuild;
131 if (kIsDebugBuild) { in RegionSpace()
321 if (kIsDebugBuild && end_addr < Limit()) { in ZeroLiveBytesForLargeObject()
930 if (kIsDebugBuild) { in AssertThreadLocalBuffersAreRevoked()
936 if (kIsDebugBuild) { in AssertAllThreadLocalBuffersAreRevoked()
/art/compiler/optimizing/
Dregister_allocator.cc57 if (kIsDebugBuild) { in ~RegisterAllocator()
154 if (kIsDebugBuild && log_fatal_on_failure && !current->IsFixed()) { in ValidateIntervals()
Dssa_liveness_analysis.cc220 if (kIsDebugBuild) { in ComputeLiveRanges()
258 if (kIsDebugBuild) { in ComputeLiveRanges()
282 if (kIsDebugBuild) { in ComputeLiveInAndLiveOutSets()
Dconstructor_fence_redundancy_elimination.cc156 LOG(kIsDebugBuild ? FATAL : WARNING) in VisitAlias()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc184 if (kIsDebugBuild && quicken_index_ >= existing_quicken_info_.NumIndices()) { in NextIndex()
350 if (kIsDebugBuild) { in Compile()
588 if (kIsDebugBuild) { in CompileMethod()
599 if (kIsDebugBuild) { in CompileMethod()
/art/openjdkjvmti/
Dfixed_up_dex_file.cc77 if (art::kIsDebugBuild) { in DCheckVerifyDexFile()
/art/compiler/utils/
Ddedupe_set-inl.h192 if (kIsDebugBuild) {
196 if (kIsDebugBuild) {
/art/runtime/jni/
Djni_id_manager.cc77 if (kIsDebugBuild && !ret.IsNull()) { in GetIds()
357 if (kIsDebugBuild && !IsObsolete(t)) { in EncodeGenericId()
632 if (kIsDebugBuild) { in EndDefer()
665 for (size_t index = kIsDebugBuild ? 0 : IdToIndex(method_start_id); index < jidsrs.NumMethods(); in EndDefer()
669 for (size_t index = kIsDebugBuild ? 0 : IdToIndex(field_start_id); index < jidsrs.NumFields(); in EndDefer()
/art/compiler/driver/
Dcompiler_options.cc96 bool kEmitRuntimeReadBarrierChecks = kIsDebugBuild &&
/art/libelffile/elf/
Dxz_utils.cc91 if (kIsDebugBuild) { in XzCompress()
/art/compiler/dex/
Dverification_results.cc86 if (kIsDebugBuild) { in ProcessVerifiedMethod()
/art/dexlayout/
Ddexlayout.h66 bool verify_output_ = kIsDebugBuild;

12345678