Searched refs:kIsDebugBuild (Results 1 - 25 of 124) sorted by relevance

12345

/art/runtime/entrypoints/quick/
H A Dcallee_save_frame.h40 bool entry_check = kIsDebugBuild,
41 bool exit_check = kIsDebugBuild)
49 : self_(kIsDebugBuild ? Thread::Current() : nullptr), exit_check_(kIsDebugBuild) {
50 if (kIsDebugBuild) {
H A Dquick_lock_entrypoints.cc32 if (kIsDebugBuild) {
H A Dquick_instrumentation_entrypoints.cc34 ScopedQuickEntrypointChecks sqec(self, kIsDebugBuild, false);
/art/runtime/
H A Dcode_simulator_container.cc28 kIsDebugBuild ? "libartd-simulator.so" : "libart-simulator.so";
H A Dverify_object.h50 static constexpr bool kVerifyStack = kIsDebugBuild;
H A Dglobals.h49 static constexpr bool kIsDebugBuild = false; member in namespace:art
51 static constexpr bool kIsDebugBuild = true; member in namespace:art
H A Dart_field.cc39 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() &&
H A Dread_barrier-inl.h36 if (kIsDebugBuild) {
102 if (kIsDebugBuild) {
202 if (kEnableToSpaceInvariantChecks || kIsDebugBuild) {
213 if (kEnableToSpaceInvariantChecks || kIsDebugBuild) {
H A Dthread-inl.h83 if (kIsDebugBuild && this != Thread::Current()) {
97 if (kIsDebugBuild) {
272 if (kIsDebugBuild) {
/art/runtime/base/
H A Ddebug_stack.h39 typedef DebugStackRefCounterImpl<kIsDebugBuild> DebugStackRefCounter;
40 typedef DebugStackReferenceImpl<kIsDebugBuild> DebugStackReference;
41 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
H A Dscoped_arena_allocator.h66 DCHECK(kIsDebugBuild) << "Only debug builds have tags";
93 size_t rounded_bytes = RoundUp(bytes + (kIsDebugBuild ? kArenaAlignment : 0u), kArenaAlignment);
100 if (kIsDebugBuild) {
/art/runtime/lambda/
H A Dart_lambda_method.cc57 if (kIsDebugBuild) {
/art/test/136-daemon-jni-shutdown/
H A Ddaemon_jni_shutdown.cc51 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW);
/art/test/566-polymorphic-inlining/
H A Dpolymorphic_inline.cc56 if (kIsDebugBuild) {
/art/runtime/gc/accounting/
H A Datomic_stack.h90 if (kIsDebugBuild) {
105 if (kIsDebugBuild) {
116 if (kIsDebugBuild) {
124 if (kIsDebugBuild) {
191 if (kIsDebugBuild) {
224 if (kIsDebugBuild) {
/art/runtime/mirror/
H A Dfield-inl.h39 if (kIsDebugBuild) {
H A Dobject_array-inl.h125 if (kIsDebugBuild) {
158 if (kIsDebugBuild) {
169 if (kIsDebugBuild) {
191 if (kIsDebugBuild) {
/art/compiler/optimizing/
H A Dlicm.cc85 if (kIsDebugBuild) {
112 if (kIsDebugBuild) {
H A Dside_effects_analysis.cc28 if (kIsDebugBuild) {
H A Doptimizing_compiler_stats.h80 if (!kIsDebugBuild && !VLOG_IS_ON(compiler)) {
/art/runtime/gc/allocator/
H A Drosalloc-inl.h67 if (kIsDebugBuild) {
87 if (kIsDebugBuild) {
H A Drosalloc.cc98 if (kIsDebugBuild) {
145 if (kIsDebugBuild) {
204 if (kIsDebugBuild) {
228 if (kIsDebugBuild && last_free_page_run_size > 0) {
243 if (kIsDebugBuild) {
283 if (kIsDebugBuild) {
352 if (kIsDebugBuild) {
383 if (kIsDebugBuild) {
433 if (kIsDebugBuild) {
559 if (kIsDebugBuild) {
[all...]
/art/imgdiag/
H A Dimgdiag_test.cc71 if (kIsDebugBuild) {
/art/oatdump/
H A Doatdump_test.cc48 if (kIsDebugBuild) {
/art/runtime/gc/space/
H A Dregion_space.cc62 if (kIsDebugBuild) {
220 if (kIsDebugBuild) {
393 if (kIsDebugBuild) {
399 if (kIsDebugBuild) {

Completed in 842 milliseconds

12345