Home
last modified time | relevance | path

Searched refs:kIsDebugBuild (Results 1 – 25 of 77) sorted by relevance

1234

/art/runtime/gc/accounting/
Datomic_stack.h70 if (kIsDebugBuild) { in AtomicBumpBack()
85 if (kIsDebugBuild) { in AtomicBumpBack()
96 if (kIsDebugBuild) { in AssertAllZero()
104 if (kIsDebugBuild) { in PushBack()
168 if (kIsDebugBuild) { in Sort()
195 if (kIsDebugBuild) { in AtomicPushBackInternal()
/art/compiler/utils/
Ddebug_stack.h39 typedef DebugStackRefCounterImpl<kIsDebugBuild> DebugStackRefCounter;
40 typedef DebugStackReferenceImpl<kIsDebugBuild> DebugStackReference;
41 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
/art/runtime/
Dglobals.h57 static constexpr bool kIsDebugBuild = false; variable
59 static constexpr bool kIsDebugBuild = true; variable
Dverify_object.h50 static constexpr bool kVerifyStack = kIsDebugBuild;
Dthread-inl.h60 if (kIsDebugBuild) { in AssertThreadSuspensionIsAllowable()
204 if (kIsDebugBuild) { in RevokeThreadLocalAllocationStack()
Dintern_table.cc309 if (kIsDebugBuild) { in operator ()()
318 if (kIsDebugBuild) { in operator ()()
Dsignal_catcher.cc141 os << "Build type: " << (kIsDebugBuild ? "debug" : "optimized") << "\n"; in HandleSigQuit()
Dparsed_options.cc179 check_jni_ = kIsDebugBuild; in Parse()
223 verify_pre_sweeping_heap_ = kIsDebugBuild; in Parse()
225 verify_pre_gc_rosalloc_ = kIsDebugBuild; in Parse()
/art/runtime/gc/allocator/
Drosalloc.cc88 if (kIsDebugBuild) { in RosAlloc()
132 if (kIsDebugBuild) { in AllocPages()
191 if (kIsDebugBuild) { in AllocPages()
215 if (kIsDebugBuild && last_free_page_run_size > 0) { in AllocPages()
230 if (kIsDebugBuild) { in AllocPages()
270 if (kIsDebugBuild) { in AllocPages()
339 if (kIsDebugBuild) { in FreePages()
370 if (kIsDebugBuild) { in FreePages()
420 if (kIsDebugBuild) { in FreePages()
542 if (kIsDebugBuild) { in AllocRun()
[all …]
Drosalloc.h49 return !kIsDebugBuild || magic_num_ == kMagicNumFree; in IsFree()
373 static constexpr bool kCheckZeroMemory = kIsDebugBuild;
/art/runtime/mirror/
Dobject_array-inl.h120 if (kIsDebugBuild) { in AssignableMemmove()
152 if (kIsDebugBuild) { in AssignableMemmove()
163 if (kIsDebugBuild) { in AssignableMemcpy()
184 if (kIsDebugBuild) { in AssignableMemcpy()
Dart_field-inl.h170 if (kIsDebugBuild) { in GetInt()
179 if (kIsDebugBuild) { in SetInt()
187 if (kIsDebugBuild) { in GetLong()
196 if (kIsDebugBuild) { in SetLong()
Dart_field.cc47 if (kIsDebugBuild && Runtime::Current()->IsCompiler() && in SetOffset()
Dart_method.cc160 if (kIsDebugBuild) { in FindOverriddenMethod()
291 if (kIsDebugBuild) { in Invoke()
/art/compiler/dex/
Dmir_field_info.cc34 if (kIsDebugBuild) { in Resolve()
78 if (kIsDebugBuild) { in Resolve()
Dmir_method_info.cc32 if (kIsDebugBuild) { in Resolve()
/art/runtime/entrypoints/quick/
Dquick_lock_entrypoints.cc34 if (kIsDebugBuild) { in artLockObjectFromCode()
/art/runtime/gc/collector/
Dimmune_region.cc62 if (kIsDebugBuild && contains) { in ContainsSpace()
/art/runtime/verifier/
Dreg_type.h279 if (kIsDebugBuild) { in RegType()
731 if (kIsDebugBuild) { in UnresolvedUninitializedRefType()
752 if (kIsDebugBuild) { in UninitializedThisReferenceType()
776 if (kIsDebugBuild) { in UnresolvedUninitializedThisRefType()
851 if (kIsDebugBuild) { in UnresolvedReferenceType()
872 if (kIsDebugBuild) { in UnresolvedSuperClass()
903 if (kIsDebugBuild) { in UnresolvedMergedType()
/art/runtime/gc/space/
Drosalloc_space-inl.h34 if (kIsDebugBuild) { in AllocationSizeNonvirtual()
Dbump_pointer_space.cc112 if (kIsDebugBuild) { in AssertThreadLocalBuffersAreRevoked()
119 if (kIsDebugBuild) { in AssertAllThreadLocalBuffersAreRevoked()
/art/runtime/gc/
Dheap-inl.h42 if (kIsDebugBuild) { in AllocObjectWithAllocator()
122 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
/art/compiler/driver/
Dcompiler_options.h45 static const bool kDefaultIncludeDebugSymbols = kIsDebugBuild;
/art/dex2oat/
Ddex2oat.cc644 kIsDebugBuild ? "d" : "", in Message()
697 static const unsigned int kSlowdownFactor = kIsDebugBuild ? 5U : 1U;
862 bool include_debug_symbols = kIsDebugBuild; in dex2oat()
863 bool dump_slow_timing = kIsDebugBuild; in dex2oat()
865 bool generate_gdb_information = kIsDebugBuild; in dex2oat()
1542 if (!kIsDebugBuild && (RUNNING_ON_VALGRIND == 0)) { in dex2oat()
/art/compiler/dex/quick/
Dgen_loadstore.cc179 if (kIsDebugBuild) { in StoreValue()
263 if (kIsDebugBuild) { in StoreValueWide()

1234