/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 | 60 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(false); variable 62 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(true); variable
|
/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() 201 if (kIsDebugBuild) { in Sort() 234 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 | 135 if (kIsDebugBuild) { in AssignableMemmove() 200 if (kIsDebugBuild) { in AssignableMemmove() 213 if (kIsDebugBuild) { in AssignableMemcpy() 249 if (kIsDebugBuild) { in AssignableMemcpy()
|
D | field-inl.h | 38 if (kIsDebugBuild) { in CreateFromArtField()
|
/art/runtime/base/ |
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/entrypoints/quick/ |
D | callee_save_frame.h | 41 bool entry_check = kIsDebugBuild, 42 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 | 72 if (kIsDebugBuild) { in CheckEmptyCheckpointFromWeakRefAccess() 107 if (kIsDebugBuild && this != Thread::Current()) { in SetState() 143 if (kIsDebugBuild) { in AssertThreadSuspensionIsAllowable() 277 if (kIsDebugBuild && !IsDaemon()) { in TransitionFromSuspendedToRunnable() 339 if (kIsDebugBuild) { in RevokeThreadLocalAllocationStack()
|
D | art_field-inl.h | 140 if (kIsDebugBuild) { in SetBoolean() 165 if (kIsDebugBuild) { in SetChar() 188 if (kIsDebugBuild) { in GetInt() 199 if (kIsDebugBuild) { in SetInt() 209 if (kIsDebugBuild) { in GetLong() 220 if (kIsDebugBuild) { in SetLong()
|
D | subtype_check.h | 389 if (kIsDebugBuild) { in InitializeOrAssign() 440 if (kIsDebugBuild) { in ReadField() 478 if (kIsDebugBuild) { in WriteSubtypeCheckBits()
|
D | art_field.cc | 36 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() && in SetOffset()
|
/art/simulator/ |
D | code_simulator_container.cc | 31 kIsDebugBuild ? "libartd-simulator.so" : "libart-simulator.so"; in CodeSimulatorContainer()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 103 if (kIsDebugBuild) { in RosAlloc() 151 if (kIsDebugBuild) { in AllocPages() 210 if (kIsDebugBuild) { in AllocPages() 234 if (kIsDebugBuild && last_free_page_run_size > 0) { in AllocPages() 249 if (kIsDebugBuild) { in AllocPages() 289 if (kIsDebugBuild) { in AllocPages() 358 if (kIsDebugBuild) { in FreePages() 387 if (kIsDebugBuild) { in FreePages() 431 if (kIsDebugBuild) { in FreePages() 553 if (kIsDebugBuild) { in AllocRun() [all …]
|
D | rosalloc-inl.h | 67 if (kIsDebugBuild) { in CanAllocFromThreadLocalRun() 87 if (kIsDebugBuild) { in AllocFromThreadLocalRun()
|
D | rosalloc.h | 53 return !kIsDebugBuild || magic_num_ == kMagicNumFree; in IsFree() 159 if (kIsDebugBuild) { in Remove() 186 if (kIsDebugBuild) { in Remove() 192 if (kIsDebugBuild) { in Add() 218 if (kIsDebugBuild) { in Add() 228 if (kIsDebugBuild) { in Merge() 256 if (kIsDebugBuild) { in Merge() 627 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 | 86 if (kIsDebugBuild) { in Run() 112 if (kIsDebugBuild) { in Run()
|
D | side_effects_analysis.cc | 28 if (kIsDebugBuild) { in Run()
|
D | ssa_phi_elimination.cc | 66 if (kIsDebugBuild) { in MarkDeadPhis() 103 if (kIsDebugBuild) { in EliminateDeadPhis()
|
/art/patchoat/ |
D | patchoat.cc | 125 if (kIsDebugBuild) { in SymlinkFile() 617 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in Patch() 697 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in Verify() 729 if (kIsDebugBuild) { in IsImagePic() 735 if (kIsDebugBuild) { in IsImagePic() 762 if (kIsDebugBuild) { in IsOatPic() 1178 if (kIsDebugBuild) { in patchoat_patch_image() 1198 if (kIsDebugBuild) { in patchoat_verify_image() 1208 const bool debug = kIsDebugBuild; in patchoat() 1231 bool dump_timings = kIsDebugBuild; in patchoat()
|
/art/test/566-polymorphic-inlining/ |
D | polymorphic_inline.cc | 80 if (kIsDebugBuild) { in Java_Main_ensureJittedAndPolymorphicInline566()
|
/art/compiler/driver/ |
D | compiler_options.cc | 75 bool kEmitRuntimeReadBarrierChecks = kIsDebugBuild &&
|