Home
last modified time | relevance | path

Searched refs:kIsDebugBuild (Results 1 – 25 of 184) sorted by relevance

12345678

/art/libartbase/base/
Druntime_debug.cc62 if (kIsDebugBuild) { in RegisterRuntimeDebugFlag()
69 if (kIsDebugBuild) { in SetRuntimeDebugFlagsEnabled()
Dglobals_unix.cc56 if (kIsDebugBuild && release_build_loaded) { in CheckLoadedBuild()
64 if (!kIsDebugBuild && debug_build_loaded) { in CheckLoadedBuild()
Dglobals.h49 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(false); variable
51 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(true); variable
Ddebug_stack.h40 typedef DebugStackRefCounterImpl<kIsDebugBuild> DebugStackRefCounter;
41 typedef DebugStackReferenceImpl<kIsDebugBuild> DebugStackReference;
42 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
Dscoped_arena_allocator.h68 DCHECK(kIsDebugBuild) << "Only debug builds have tags"; in ArenaTagForAllocation()
102 size_t rounded_bytes = RoundUp(bytes + (kIsDebugBuild ? kAlignment : 0u), kAlignment); in Alloc()
109 if (kIsDebugBuild) { in Alloc()
/art/runtime/gc/accounting/
Datomic_stack.h100 if (kIsDebugBuild) { in AtomicBumpBack()
115 if (kIsDebugBuild) { in AtomicBumpBack()
126 if (kIsDebugBuild) { in AssertAllZero()
134 if (kIsDebugBuild) { in PushBack()
204 if (kIsDebugBuild) { in Sort()
237 if (kIsDebugBuild) { in AtomicPushBackInternal()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h40 bool entry_check = kIsDebugBuild,
41 bool exit_check = kIsDebugBuild)
/art/runtime/
Dthread-inl.h74 if (kIsDebugBuild) { in CheckEmptyCheckpointFromWeakRefAccess()
109 if (kIsDebugBuild && this != Thread::Current()) { in SetState()
146 if (kIsDebugBuild) { in AssertThreadSuspensionIsAllowable()
281 if (kIsDebugBuild && !IsDaemon()) { in TransitionFromSuspendedToRunnable()
343 if (kIsDebugBuild) { in RevokeThreadLocalAllocationStack()
403 if (kIsDebugBuild) { in GetStackEndForInterpreter()
Dart_field-inl.h157 if (kIsDebugBuild) { in SetBoolean()
182 if (kIsDebugBuild) { in SetChar()
205 if (kIsDebugBuild) { in GetInt()
216 if (kIsDebugBuild) { in SetInt()
226 if (kIsDebugBuild) { in GetLong()
237 if (kIsDebugBuild) { in SetLong()
Dsubtype_check.h402 if (kIsDebugBuild) { in InitializeOrAssign()
453 if (kIsDebugBuild) { in ReadField()
491 if (kIsDebugBuild) { in WriteSubtypeCheckBits()
/art/simulator/
Dcode_simulator_container.cc31 kIsDebugBuild ? "libartd-simulator.so" : "libart-simulator.so"; in CodeSimulatorContainer()
/art/runtime/gc/allocator/
Drosalloc.cc105 if (kIsDebugBuild) { in RosAlloc()
153 if (kIsDebugBuild) { in AllocPages()
212 if (kIsDebugBuild) { in AllocPages()
236 if (kIsDebugBuild && last_free_page_run_size > 0) { in AllocPages()
251 if (kIsDebugBuild) { in AllocPages()
291 if (kIsDebugBuild) { in AllocPages()
360 if (kIsDebugBuild) { in FreePages()
389 if (kIsDebugBuild) { in FreePages()
433 if (kIsDebugBuild) { in FreePages()
555 if (kIsDebugBuild) { in AllocRun()
[all …]
Drosalloc-inl.h67 if (kIsDebugBuild) { in CanAllocFromThreadLocalRun()
87 if (kIsDebugBuild) { in AllocFromThreadLocalRun()
Drosalloc.h52 return !kIsDebugBuild || magic_num_ == kMagicNumFree; in IsFree()
158 if (kIsDebugBuild) { in Remove()
185 if (kIsDebugBuild) { in Remove()
191 if (kIsDebugBuild) { in Add()
217 if (kIsDebugBuild) { in Add()
227 if (kIsDebugBuild) { in Merge()
255 if (kIsDebugBuild) { in Merge()
627 static constexpr bool kCheckZeroMemory = kIsDebugBuild;
/art/test/136-daemon-jni-shutdown/
Ddaemon_jni_shutdown.cc65 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW); in Java_Main_destroyJavaVMAndExit()
/art/compiler/optimizing/
Dlicm.cc87 if (kIsDebugBuild) { in Run()
113 if (kIsDebugBuild) { in Run()
Dside_effects_analysis.cc28 if (kIsDebugBuild) { in Run()
Dssa_phi_elimination.cc67 if (kIsDebugBuild) { in MarkDeadPhis()
104 if (kIsDebugBuild) { in EliminateDeadPhis()
/art/runtime/mirror/
Dobject_array-inl.h108 if (kIsDebugBuild) { in AssignableMemmove()
173 if (kIsDebugBuild) { in AssignableMemmove()
186 if (kIsDebugBuild) { in AssignableMemcpy()
222 if (kIsDebugBuild) { in AssignableMemcpy()
370 if (kIsDebugBuild) { in CheckIdx()
Dstring-inl.h75 if (kIsDebugBuild) { in GetHashCode()
Dclass-refvisitor-inl.h58 if (kIsDebugBuild && IsResolved()) { in VisitNativeRoots()
/art/test/2031-zygote-compiled-frame-deopt/
Dnative-wait.cc70 oss << testdir_str << (kIsDebugBuild ? "libtiagentd.so" : "libtiagent.so") in Java_art_Test2031_setupJvmti()
/art/runtime/gc/collector/
Dsemi_space.cc219 if (kProtectFromSpace && !(kIsDebugBuild && !kIsTargetBuild)) { in MarkingPhase()
262 if (kIsDebugBuild) { in VisitRoot()
324 if (kIsDebugBuild) { in MarkReachableObjects()
388 if (kIsDebugBuild) { in CopyAvoidingDirtyingPages()
566 if (kIsDebugBuild) { in VisitRoot()
641 if (kProtectFromSpace && !(kIsDebugBuild && !kIsTargetBuild)) { in FinishPhase()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc80 if (kIsDebugBuild) { in Java_Main_ensureJittedAndPolymorphicInline566()
/art/imgdiag/
Dimgdiag_test.cc65 if (kIsDebugBuild) { in GetImgDiagFilePath()

12345678