Home
last modified time | relevance | path

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

1234567

/art/runtime/entrypoints/quick/
Dcallee_save_frame.h41 bool entry_check = kIsDebugBuild,
42 bool exit_check = kIsDebugBuild)
50 : self_(kIsDebugBuild ? Thread::Current() : nullptr), exit_check_(kIsDebugBuild) { in REQUIRES_SHARED()
51 if (kIsDebugBuild) { in REQUIRES_SHARED()
Dquick_lock_entrypoints.cc32 if (kIsDebugBuild) { in artLockObjectFromCode()
Dquick_instrumentation_entrypoints.cc35 ScopedQuickEntrypointChecks sqec(self, kIsDebugBuild, false); in artInstrumentationMethodEntryFromCode()
/art/runtime/gc/accounting/
Datomic_stack.h92 if (kIsDebugBuild) { in AtomicBumpBack()
107 if (kIsDebugBuild) { in AtomicBumpBack()
118 if (kIsDebugBuild) { in AssertAllZero()
126 if (kIsDebugBuild) { in PushBack()
193 if (kIsDebugBuild) { in Sort()
226 if (kIsDebugBuild) { in AtomicPushBackInternal()
/art/runtime/base/
Ddebug_stack.h39 typedef DebugStackRefCounterImpl<kIsDebugBuild> DebugStackRefCounter;
40 typedef DebugStackReferenceImpl<kIsDebugBuild> DebugStackReference;
41 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
Dscoped_arena_allocator.h64 DCHECK(kIsDebugBuild) << "Only debug builds have tags"; in ArenaTagForAllocation()
94 size_t rounded_bytes = RoundUp(bytes + (kIsDebugBuild ? kAlignment : 0u), kAlignment); in Alloc()
101 if (kIsDebugBuild) { in Alloc()
/art/runtime/mirror/
Dclass-refvisitor-inl.h59 if (kIsDebugBuild && IsResolved()) { in VisitNativeRoots()
66 if (kIsDebugBuild && IsResolved()) { in VisitNativeRoots()
Dobject_array-inl.h135 if (kIsDebugBuild) { in AssignableMemmove()
200 if (kIsDebugBuild) { in AssignableMemmove()
213 if (kIsDebugBuild) { in AssignableMemcpy()
249 if (kIsDebugBuild) { in AssignableMemcpy()
Dfield-inl.h38 if (kIsDebugBuild) { in CreateFromArtField()
/art/runtime/
Dglobals.h56 static constexpr bool kIsDebugBuild = false; variable
58 static constexpr bool kIsDebugBuild = true; variable
Dread_barrier.h41 static constexpr bool kEnableToSpaceInvariantChecks = kIsDebugBuild;
43 static constexpr bool kEnableReadBarrierInvariantChecks = kIsDebugBuild;
Dthread-inl.h91 if (kIsDebugBuild) { in CheckEmptyCheckpointFromWeakRefAccess()
126 if (kIsDebugBuild && this != Thread::Current()) { in SetState()
152 if (kIsDebugBuild) { in AssertThreadSuspensionIsAllowable()
272 if (kIsDebugBuild && !IsDaemon()) { in TransitionFromSuspendedToRunnable()
342 if (kIsDebugBuild) { in RevokeThreadLocalAllocationStack()
Dcode_simulator_container.cc28 kIsDebugBuild ? "libartd-simulator.so" : "libart-simulator.so"; in CodeSimulatorContainer()
Dverify_object.h51 static constexpr bool kVerifyStack = kIsDebugBuild;
Dart_field-inl.h140 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()
Dart_field.cc35 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() && in SetOffset()
/art/runtime/gc/allocator/
Drosalloc.cc102 if (kIsDebugBuild) { in RosAlloc()
150 if (kIsDebugBuild) { in AllocPages()
209 if (kIsDebugBuild) { in AllocPages()
233 if (kIsDebugBuild && last_free_page_run_size > 0) { in AllocPages()
248 if (kIsDebugBuild) { in AllocPages()
288 if (kIsDebugBuild) { in AllocPages()
357 if (kIsDebugBuild) { in FreePages()
386 if (kIsDebugBuild) { in FreePages()
430 if (kIsDebugBuild) { in FreePages()
552 if (kIsDebugBuild) { in AllocRun()
[all …]
Drosalloc-inl.h67 if (kIsDebugBuild) { in CanAllocFromThreadLocalRun()
87 if (kIsDebugBuild) { in AllocFromThreadLocalRun()
Drosalloc.h52 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/compiler/optimizing/
Dlicm.cc86 if (kIsDebugBuild) { in Run()
112 if (kIsDebugBuild) { in Run()
Dssa_phi_elimination.cc58 if (kIsDebugBuild) { in MarkDeadPhis()
95 if (kIsDebugBuild) { in EliminateDeadPhis()
Dside_effects_analysis.cc28 if (kIsDebugBuild) { in Run()
/art/test/136-daemon-jni-shutdown/
Ddaemon_jni_shutdown.cc65 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW); in Java_Main_destroyJavaVMAndExit()
/art/patchoat/
Dpatchoat.cc113 if (kIsDebugBuild) { in SymlinkFile()
313 if (kIsDebugBuild) { in IsImagePic()
319 if (kIsDebugBuild) { in IsImagePic()
346 if (kIsDebugBuild) { in IsOatPic()
366 if (kIsDebugBuild) { in ReplaceOatFileWithSymlink()
766 if (kIsDebugBuild) { in patchoat_image()
775 const bool debug = kIsDebugBuild; in patchoat()
797 bool dump_timings = kIsDebugBuild; in patchoat()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc79 if (kIsDebugBuild) { in Java_Main_ensureJittedAndPolymorphicInline566()

1234567