Home
last modified time | relevance | path

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

12345

/art/runtime/entrypoints/quick/
Dcallee_save_frame.h40 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()
Dquick_lock_entrypoints.cc32 if (kIsDebugBuild) { in artLockObjectFromCode()
Dquick_instrumentation_entrypoints.cc34 ScopedQuickEntrypointChecks sqec(self, kIsDebugBuild, false); in artInstrumentationMethodEntryFromCode()
/art/runtime/gc/accounting/
Datomic_stack.h90 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/
Ddebug_stack.h39 typedef DebugStackRefCounterImpl<kIsDebugBuild> DebugStackRefCounter;
40 typedef DebugStackReferenceImpl<kIsDebugBuild> DebugStackReference;
41 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
Dscoped_arena_allocator.h66 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/
Dglobals.h49 static constexpr bool kIsDebugBuild = false; variable
51 static constexpr bool kIsDebugBuild = true; variable
Dread_barrier-inl.h36 if (kIsDebugBuild) { in Barrier()
102 if (kIsDebugBuild) { in BarrierForRoot()
202 if (kEnableToSpaceInvariantChecks || kIsDebugBuild) { in AssertToSpaceInvariant()
213 if (kEnableToSpaceInvariantChecks || kIsDebugBuild) { in AssertToSpaceInvariant()
Dcode_simulator_container.cc28 kIsDebugBuild ? "libartd-simulator.so" : "libart-simulator.so"; in CodeSimulatorContainer()
Dverify_object.h50 static constexpr bool kVerifyStack = kIsDebugBuild;
Dthread-inl.h83 if (kIsDebugBuild && this != Thread::Current()) { in SetState()
97 if (kIsDebugBuild) { in AssertThreadSuspensionIsAllowable()
272 if (kIsDebugBuild) { in RevokeThreadLocalAllocationStack()
Dart_field.cc39 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() && in SetOffset()
Dart_field-inl.h182 if (kIsDebugBuild) { in GetInt()
191 if (kIsDebugBuild) { in SetInt()
199 if (kIsDebugBuild) { in GetLong()
208 if (kIsDebugBuild) { in SetLong()
/art/runtime/gc/allocator/
Drosalloc.cc98 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 …]
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/test/136-daemon-jni-shutdown/
Ddaemon_jni_shutdown.cc51 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW); in Java_Main_destroyJavaVMAndExit()
/art/compiler/optimizing/
Dlicm.cc85 if (kIsDebugBuild) { in Run()
112 if (kIsDebugBuild) { in Run()
Dssa_phi_elimination.cc59 if (kIsDebugBuild) { in MarkDeadPhis()
97 if (kIsDebugBuild) { in EliminateDeadPhis()
Dside_effects_analysis.cc28 if (kIsDebugBuild) { in Run()
/art/runtime/mirror/
Dobject_array-inl.h125 if (kIsDebugBuild) { in AssignableMemmove()
158 if (kIsDebugBuild) { in AssignableMemmove()
169 if (kIsDebugBuild) { in AssignableMemcpy()
191 if (kIsDebugBuild) { in AssignableMemcpy()
Dfield-inl.h39 if (kIsDebugBuild) { in CreateFromArtField()
/art/runtime/lambda/
Dart_lambda_method.cc57 if (kIsDebugBuild) { in ArtLambdaMethod()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc56 if (kIsDebugBuild) { in Java_Main_ensureJittedAndPolymorphicInline()
/art/runtime/gc/space/
Dregion_space.cc62 if (kIsDebugBuild) { in RegionSpace()
220 if (kIsDebugBuild) { in AssertAllRegionLiveBytesZeroOrCleared()
393 if (kIsDebugBuild) { in AssertThreadLocalBuffersAreRevoked()
399 if (kIsDebugBuild) { in AssertAllThreadLocalBuffersAreRevoked()

12345