/art/runtime/gc/accounting/ |
D | atomic_stack.h | 100 if (kIsDebugBuild) { in AtomicBumpBack() 115 if (kIsDebugBuild) { in AtomicBumpBack() 126 if (kIsDebugBuild) { in AssertAllZero() 140 if (kIsDebugBuild) { in BumpBack() 152 if (kIsDebugBuild) { in BumpBack() 163 if (kIsDebugBuild) { in PushBack() 182 if (kIsDebugBuild) { in PopBack() 241 if (kIsDebugBuild) { in Sort() 274 if (kIsDebugBuild) { in AtomicPushBackInternal()
|
/art/libartbase/base/ |
D | runtime_debug.cc | 62 if (kIsDebugBuild) { in RegisterRuntimeDebugFlag() 69 if (kIsDebugBuild) { in SetRuntimeDebugFlagsEnabled()
|
D | globals_unix.cc | 58 if (kIsDebugBuild && release_build_loaded) { in CheckLoadedBuild() 66 if (!kIsDebugBuild && debug_build_loaded) { in CheckLoadedBuild()
|
D | debug_stack.h | 40 using DebugStackRefCounter = DebugStackRefCounterImpl<kIsDebugBuild>; 41 using DebugStackReference = DebugStackReferenceImpl<kIsDebugBuild>; 42 using DebugStackIndirectTopRef = DebugStackIndirectTopRefImpl<kIsDebugBuild>;
|
D | globals.h | 60 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(false); variable 62 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(true); variable
|
D | scoped_arena_allocator.h | 68 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()
|
D | logging_test.cc | 51 if (kIsDebugBuild) { in TEST_F()
|
/art/runtime/jit/ |
D | jit_scoped_code_cache_write.h | 41 if (kIsDebugBuild || !region.HasDualCodeMapping()) { in ScopedCodeCacheWrite() 52 if (kIsDebugBuild || !region_.HasDualCodeMapping()) { in ~ScopedCodeCacheWrite()
|
/art/runtime/ |
D | intern_table-inl.h | 45 if (kIsDebugBuild) { in operator() 58 if (kIsDebugBuild) { in operator() 67 if (kIsDebugBuild) { in operator() 124 if (kIsDebugBuild) { in AddInternStrings()
|
D | thread-inl.h | 54 if (kIsDebugBuild && IndirectReferenceTable::GetIndirectRefKind(ref) == kJniTransition) { in DecodeJObject() 60 if (kIsDebugBuild && IndirectReferenceTable::GetIndirectRefKind(ref) != kJniTransition) { in DecodeJObject() 106 if (kIsDebugBuild) { in CheckEmptyCheckpointFromWeakRefAccess() 141 if (kIsDebugBuild && this != Thread::Current()) { in SetState() 185 if (kIsDebugBuild) { in AssertThreadSuspensionIsAllowable() 330 if (kIsDebugBuild && !IsDaemon()) { in TransitionFromSuspendedToRunnable() 438 if (kIsDebugBuild) { in RevokeThreadLocalAllocationStack() 499 if (kIsDebugBuild) { in GetStackEndForInterpreter()
|
D | read_barrier_config.h | 95 static constexpr bool kCheckDebugDisallowReadBarrierCount = kIsDebugBuild;
|
D | art_field-inl.h | 182 if (kIsDebugBuild) { in SetBoolean() 207 if (kIsDebugBuild) { in SetChar() 230 if (kIsDebugBuild) { in GetInt() 241 if (kIsDebugBuild) { in SetInt() 251 if (kIsDebugBuild) { in GetLong() 262 if (kIsDebugBuild) { in SetLong()
|
D | subtype_check.h | 402 if (kIsDebugBuild) { in InitializeOrAssign() 453 if (kIsDebugBuild) { in ReadField() 491 if (kIsDebugBuild) { in WriteSubtypeCheckBits()
|
/art/runtime/entrypoints/quick/ |
D | callee_save_frame.h | 41 bool entry_check = kIsDebugBuild, 42 bool exit_check = kIsDebugBuild)
|
D | quick_jni_entrypoints.cc | 68 if (kIsDebugBuild) { in artJniMethodStart() 93 uintptr_t old_poison_object_cookie = kIsDebugBuild ? self->GetPoisonObjectCookie() : 0u; in artJniUnlockObject() 114 if (kIsDebugBuild) { in artJniUnlockObject() 125 if (kIsDebugBuild) { in artJniMethodEnd()
|
/art/test/993-breakpoints-non-debuggable/ |
D | native_attach_agent.cc | 28 oss << (kIsDebugBuild ? "libtiagentd.so" : "libtiagent.so") << "=993-non-debuggable,art"; in Java_art_Test993AttachAgent_setupJvmti()
|
/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() 627 static constexpr bool kCheckZeroMemory = kIsDebugBuild;
|
/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()
|
/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/runtime/mirror/ |
D | object_array-inl.h | 108 if (kIsDebugBuild) { in AssignableMemmove() 173 if (kIsDebugBuild) { in AssignableMemmove() 186 if (kIsDebugBuild) { in AssignableMemcpy() 222 if (kIsDebugBuild) { in AssignableMemcpy() 383 if (kIsDebugBuild) { in CheckIdx()
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 220 if (kProtectFromSpace && !(kIsDebugBuild && !kIsTargetBuild)) { in MarkingPhase() 263 if (kIsDebugBuild) { in VisitRoot() 325 if (kIsDebugBuild) { in MarkReachableObjects() 389 if (kIsDebugBuild) { in CopyAvoidingDirtyingPages() 569 if (kIsDebugBuild) { in VisitRoot() 644 if (kProtectFromSpace && !(kIsDebugBuild && !kIsTargetBuild)) { in FinishPhase()
|