/art/runtime/entrypoints/quick/ |
D | callee_save_frame.h | 40 bool entry_check = kIsDebugBuild, 41 bool exit_check = kIsDebugBuild) 49 : self_(kIsDebugBuild ? Thread::Current() : nullptr), exit_check_(kIsDebugBuild) { in SHARED_REQUIRES() 50 if (kIsDebugBuild) { in SHARED_REQUIRES()
|
D | quick_lock_entrypoints.cc | 32 if (kIsDebugBuild) { in artLockObjectFromCode()
|
D | quick_instrumentation_entrypoints.cc | 34 ScopedQuickEntrypointChecks sqec(self, kIsDebugBuild, false); in artInstrumentationMethodEntryFromCode()
|
/art/runtime/gc/accounting/ |
D | atomic_stack.h | 90 if (kIsDebugBuild) { in AtomicBumpBack() 105 if (kIsDebugBuild) { in AtomicBumpBack() 116 if (kIsDebugBuild) { in AssertAllZero() 124 if (kIsDebugBuild) { in PushBack() 191 if (kIsDebugBuild) { in Sort() 224 if (kIsDebugBuild) { in AtomicPushBackInternal()
|
/art/runtime/base/ |
D | debug_stack.h | 39 typedef DebugStackRefCounterImpl<kIsDebugBuild> DebugStackRefCounter; 40 typedef DebugStackReferenceImpl<kIsDebugBuild> DebugStackReference; 41 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
|
D | scoped_arena_allocator.h | 66 DCHECK(kIsDebugBuild) << "Only debug builds have tags"; in ArenaTagForAllocation() 93 size_t rounded_bytes = RoundUp(bytes + (kIsDebugBuild ? kArenaAlignment : 0u), kArenaAlignment); in Alloc() 100 if (kIsDebugBuild) { in Alloc()
|
/art/runtime/ |
D | globals.h | 49 static constexpr bool kIsDebugBuild = false; variable 51 static constexpr bool kIsDebugBuild = true; variable
|
D | read_barrier-inl.h | 36 if (kIsDebugBuild) { in Barrier() 102 if (kIsDebugBuild) { in BarrierForRoot() 202 if (kEnableToSpaceInvariantChecks || kIsDebugBuild) { in AssertToSpaceInvariant() 213 if (kEnableToSpaceInvariantChecks || kIsDebugBuild) { in AssertToSpaceInvariant()
|
D | code_simulator_container.cc | 28 kIsDebugBuild ? "libartd-simulator.so" : "libart-simulator.so"; in CodeSimulatorContainer()
|
D | verify_object.h | 50 static constexpr bool kVerifyStack = kIsDebugBuild;
|
D | thread-inl.h | 83 if (kIsDebugBuild && this != Thread::Current()) { in SetState() 97 if (kIsDebugBuild) { in AssertThreadSuspensionIsAllowable() 272 if (kIsDebugBuild) { in RevokeThreadLocalAllocationStack()
|
D | art_field.cc | 39 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() && in SetOffset()
|
D | art_field-inl.h | 182 if (kIsDebugBuild) { in GetInt() 191 if (kIsDebugBuild) { in SetInt() 199 if (kIsDebugBuild) { in GetLong() 208 if (kIsDebugBuild) { in SetLong()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 98 if (kIsDebugBuild) { in RosAlloc() 145 if (kIsDebugBuild) { in AllocPages() 204 if (kIsDebugBuild) { in AllocPages() 228 if (kIsDebugBuild && last_free_page_run_size > 0) { in AllocPages() 243 if (kIsDebugBuild) { in AllocPages() 283 if (kIsDebugBuild) { in AllocPages() 352 if (kIsDebugBuild) { in FreePages() 383 if (kIsDebugBuild) { in FreePages() 433 if (kIsDebugBuild) { in FreePages() 559 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 | 51 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW); in Java_Main_destroyJavaVMAndExit()
|
/art/compiler/optimizing/ |
D | licm.cc | 85 if (kIsDebugBuild) { in Run() 112 if (kIsDebugBuild) { in Run()
|
D | ssa_phi_elimination.cc | 59 if (kIsDebugBuild) { in MarkDeadPhis() 97 if (kIsDebugBuild) { in EliminateDeadPhis()
|
D | side_effects_analysis.cc | 28 if (kIsDebugBuild) { in Run()
|
/art/runtime/mirror/ |
D | object_array-inl.h | 125 if (kIsDebugBuild) { in AssignableMemmove() 158 if (kIsDebugBuild) { in AssignableMemmove() 169 if (kIsDebugBuild) { in AssignableMemcpy() 191 if (kIsDebugBuild) { in AssignableMemcpy()
|
D | field-inl.h | 39 if (kIsDebugBuild) { in CreateFromArtField()
|
/art/runtime/lambda/ |
D | art_lambda_method.cc | 57 if (kIsDebugBuild) { in ArtLambdaMethod()
|
/art/test/566-polymorphic-inlining/ |
D | polymorphic_inline.cc | 56 if (kIsDebugBuild) { in Java_Main_ensureJittedAndPolymorphicInline()
|
/art/runtime/gc/space/ |
D | region_space.cc | 62 if (kIsDebugBuild) { in RegionSpace() 220 if (kIsDebugBuild) { in AssertAllRegionLiveBytesZeroOrCleared() 393 if (kIsDebugBuild) { in AssertThreadLocalBuffersAreRevoked() 399 if (kIsDebugBuild) { in AssertAllThreadLocalBuffersAreRevoked()
|