/aosp12/system/iorap/src/common/ |
H A D | debug.h | 23 static constexpr bool kIsDebugBuild = true; variable 25 static constexpr bool kIsDebugBuild = false; 38 using base_if_debug = base_if_condition<T, kIsDebugBuild>; 45 template <bool kIsDebug = kIsDebugBuild>
|
/aosp12/art/runtime/gc/accounting/ |
H A 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()
|
/aosp12/art/runtime/ |
H A D | intern_table-inl.h | 32 if (kIsDebugBuild) { in operator() 42 if (kIsDebugBuild) { in operator() 50 if (kIsDebugBuild) { in operator() 110 static constexpr bool kCheckDuplicates = kIsDebugBuild; in AddInternStrings()
|
H A D | thread-inl.h | 74 if (kIsDebugBuild) { in CheckEmptyCheckpointFromWeakRefAccess() 109 if (kIsDebugBuild && this != Thread::Current()) { in SetState() 146 if (kIsDebugBuild) { in AssertThreadSuspensionIsAllowable() 282 if (kIsDebugBuild && !IsDaemon()) { in TransitionFromSuspendedToRunnable() 344 if (kIsDebugBuild) { in RevokeThreadLocalAllocationStack() 404 if (kIsDebugBuild) { in GetStackEndForInterpreter()
|
H A D | art_field-inl.h | 157 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()
|
H A D | subtype_check.h | 402 if (kIsDebugBuild) { in InitializeOrAssign() 453 if (kIsDebugBuild) { in ReadField() 491 if (kIsDebugBuild) { in WriteSubtypeCheckBits()
|
/aosp12/art/libartbase/base/ |
H A D | debug_stack.h | 40 typedef DebugStackRefCounterImpl<kIsDebugBuild> DebugStackRefCounter; 41 typedef DebugStackReferenceImpl<kIsDebugBuild> DebugStackReference; 42 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
|
H A D | runtime_debug.cc | 62 if (kIsDebugBuild) { in RegisterRuntimeDebugFlag() 69 if (kIsDebugBuild) { in SetRuntimeDebugFlagsEnabled()
|
H A D | globals_unix.cc | 58 if (kIsDebugBuild && release_build_loaded) { in CheckLoadedBuild() 66 if (!kIsDebugBuild && debug_build_loaded) { in CheckLoadedBuild()
|
H A 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()
|
H A D | globals.h | 49 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(false); 51 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(true);
|
H A D | logging_test.cc | 50 if (kIsDebugBuild) { in TEST_F()
|
/aosp12/art/runtime/gc/allocator/ |
H A D | rosalloc.cc | 105 if (kIsDebugBuild) { in RosAlloc() 291 if (kIsDebugBuild) { in AllocPages() 360 if (kIsDebugBuild) { in FreePages() 555 if (kIsDebugBuild) { in AllocRun() 667 if (kIsDebugBuild) { in AllocFromRun() 767 if (kIsDebugBuild) { in FreeFromRun() 952 if (kIsDebugBuild) { in ZeroHeaderAndSlotHeaders() 1598 if (kIsDebugBuild) { in AssertThreadLocalRunsAreRevoked() 1611 if (kIsDebugBuild) { in AssertAllThreadLocalRunsAreRevoked() 1707 if (kIsDebugBuild) { in Initialize() [all …]
|
H A 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;
|
H A D | rosalloc-inl.h | 67 if (kIsDebugBuild) { in CanAllocFromThreadLocalRun() 87 if (kIsDebugBuild) { in AllocFromThreadLocalRun()
|
/aosp12/art/runtime/jit/ |
H A D | jit_scoped_code_cache_write.h | 41 if (kIsDebugBuild || !region.HasDualCodeMapping()) { in ScopedCodeCacheWrite() 52 if (kIsDebugBuild || !region_.HasDualCodeMapping()) { in ~ScopedCodeCacheWrite()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | callee_save_frame.h | 40 bool entry_check = kIsDebugBuild, 41 bool exit_check = kIsDebugBuild)
|
H A D | quick_jni_entrypoints.cc | 69 if (kIsDebugBuild) { in JniMethodFastStart() 84 if (kIsDebugBuild) { in JniMethodStart() 101 if (kIsDebugBuild) { in GoToRunnable() 110 if (kIsDebugBuild) { in GoToRunnableFast()
|
/aosp12/art/runtime/mirror/ |
H A 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() 370 if (kIsDebugBuild) { in CheckIdx()
|
/aosp12/art/runtime/gc/collector/ |
H A D | semi_space.cc | 219 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()
|
/aosp12/art/compiler/optimizing/ |
H A D | licm.cc | 87 if (kIsDebugBuild) { in Run() 113 if (kIsDebugBuild) { in Run()
|
H A D | ssa_phi_elimination.cc | 67 if (kIsDebugBuild) { in MarkDeadPhis() 104 if (kIsDebugBuild) { in EliminateDeadPhis()
|
/aosp12/art/simulator/ |
H A D | code_simulator_container.cc | 31 kIsDebugBuild ? "libartd-simulator.so" : "libart-simulator.so"; in CodeSimulatorContainer()
|
/aosp12/art/test/136-daemon-jni-shutdown/ |
H A D | daemon_jni_shutdown.cc | 65 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW); in Java_Main_destroyJavaVMAndExit()
|
/aosp12/art/runtime/jni/ |
H A D | jni_id_manager.cc | 77 if (kIsDebugBuild && !ret.IsNull()) { in GetIds() 357 if (kIsDebugBuild && !IsObsolete(t)) { in EncodeGenericId() 632 if (kIsDebugBuild) { in EndDefer() 665 for (size_t index = kIsDebugBuild ? 0 : IdToIndex(method_start_id); index < jidsrs.NumMethods(); in EndDefer() 669 for (size_t index = kIsDebugBuild ? 0 : IdToIndex(field_start_id); index < jidsrs.NumFields(); in EndDefer()
|