/art/libartbase/base/ |
D | runtime_debug.cc | 62 if (kIsDebugBuild) { in RegisterRuntimeDebugFlag() 69 if (kIsDebugBuild) { in SetRuntimeDebugFlagsEnabled()
|
D | debug_stack.h | 40 typedef DebugStackRefCounterImpl<kIsDebugBuild> DebugStackRefCounter; 41 typedef DebugStackReferenceImpl<kIsDebugBuild> DebugStackReference; 42 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
|
D | globals.h | 49 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(false); variable 51 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(true); variable
|
D | scoped_arena_allocator.h | 66 DCHECK(kIsDebugBuild) << "Only debug builds have tags"; in ArenaTagForAllocation() 100 size_t rounded_bytes = RoundUp(bytes + (kIsDebugBuild ? kAlignment : 0u), kAlignment); in Alloc() 107 if (kIsDebugBuild) { in Alloc()
|
/art/runtime/gc/accounting/ |
D | atomic_stack.h | 100 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/mirror/ |
D | class-refvisitor-inl.h | 59 if (kIsDebugBuild && IsResolved()) { in VisitNativeRoots() 66 if (kIsDebugBuild && IsResolved()) { in VisitNativeRoots()
|
D | object_array-inl.h | 107 if (kIsDebugBuild) { in AssignableMemmove() 172 if (kIsDebugBuild) { in AssignableMemmove() 185 if (kIsDebugBuild) { in AssignableMemcpy() 221 if (kIsDebugBuild) { in AssignableMemcpy()
|
D | string-inl.h | 75 if (kIsDebugBuild) { in GetHashCode()
|
/art/runtime/entrypoints/quick/ |
D | callee_save_frame.h | 42 bool entry_check = kIsDebugBuild, 43 bool exit_check = kIsDebugBuild)
|
D | quick_jni_entrypoints.cc | 57 if (kIsDebugBuild) { in JniMethodFastStart() 99 if (kIsDebugBuild) { in GoToRunnableFast()
|
/art/runtime/ |
D | thread-inl.h | 73 if (kIsDebugBuild) { in CheckEmptyCheckpointFromWeakRefAccess() 108 if (kIsDebugBuild && this != Thread::Current()) { in SetState() 144 if (kIsDebugBuild) { in AssertThreadSuspensionIsAllowable() 279 if (kIsDebugBuild && !IsDaemon()) { in TransitionFromSuspendedToRunnable() 341 if (kIsDebugBuild) { in RevokeThreadLocalAllocationStack() 401 if (kIsDebugBuild) { in GetStackEndForInterpreter()
|
D | art_field-inl.h | 146 if (kIsDebugBuild) { in SetBoolean() 171 if (kIsDebugBuild) { in SetChar() 194 if (kIsDebugBuild) { in GetInt() 205 if (kIsDebugBuild) { in SetInt() 215 if (kIsDebugBuild) { in GetLong() 226 if (kIsDebugBuild) { in SetLong()
|
D | art_field.cc | 36 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() && in SetOffset()
|
D | subtype_check.h | 402 if (kIsDebugBuild) { in InitializeOrAssign() 453 if (kIsDebugBuild) { in ReadField() 491 if (kIsDebugBuild) { in WriteSubtypeCheckBits()
|
D | class_table.cc | 65 if (kIsDebugBuild && existing_it == classes_.back().end()) { in UpdateClass() 156 if (kIsDebugBuild) { in CopyWithoutLocks() 268 if (kIsDebugBuild && ptr != nullptr) { in WriteToMemory()
|
/art/simulator/ |
D | code_simulator_container.cc | 31 kIsDebugBuild ? "libartd-simulator.so" : "libart-simulator.so"; in CodeSimulatorContainer()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 105 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 …]
|
D | rosalloc-inl.h | 67 if (kIsDebugBuild) { in CanAllocFromThreadLocalRun() 87 if (kIsDebugBuild) { in AllocFromThreadLocalRun()
|
D | rosalloc.h | 52 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() 626 static constexpr bool kCheckZeroMemory = kIsDebugBuild;
|
/art/test/136-daemon-jni-shutdown/ |
D | daemon_jni_shutdown.cc | 65 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW); in Java_Main_destroyJavaVMAndExit()
|
/art/compiler/optimizing/ |
D | licm.cc | 87 if (kIsDebugBuild) { in Run() 113 if (kIsDebugBuild) { in Run()
|
D | ssa_phi_elimination.cc | 67 if (kIsDebugBuild) { in MarkDeadPhis() 104 if (kIsDebugBuild) { in EliminateDeadPhis()
|
D | side_effects_analysis.cc | 28 if (kIsDebugBuild) { in Run()
|
/art/test/566-polymorphic-inlining/ |
D | polymorphic_inline.cc | 80 if (kIsDebugBuild) { in Java_Main_ensureJittedAndPolymorphicInline566()
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 273 if (kProtectFromSpace && !(kIsDebugBuild && !kIsTargetBuild)) { in MarkingPhase() 316 if (kIsDebugBuild) { in VisitRoot() 382 if (kIsDebugBuild) { in MarkReachableObjects() 476 if (kIsDebugBuild) { in CopyAvoidingDirtyingPages() 713 if (kIsDebugBuild) { in VisitRoot() 808 if (kProtectFromSpace && !(kIsDebugBuild && !kIsTargetBuild)) { in FinishPhase()
|