Home
last modified time | relevance | path

Searched refs:kIsDebugBuild (Results 51 – 75 of 184) sorted by relevance

12345678

/art/runtime/gc/
Dheap-inl.h56 if (kIsDebugBuild) { in AllocObjectWithAllocator()
201 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
/art/runtime/
Dtransaction.h333 : transaction_(kIsDebugBuild ? InstallAssertion(reason) : nullptr) {} in ScopedAssertNoNewTransactionRecords()
336 if (kIsDebugBuild && transaction_ != nullptr) { in ~ScopedAssertNoNewTransactionRecords()
Dmonitor_pool.h203 static constexpr size_t kInitialChunkStorage = kIsDebugBuild ? 1U : 256U;
Dlock_word.h289 if (kIsDebugBuild && ((value_ >> kStateShift) & kStateMask) != kStateForwardingAddress) { in CheckReadBarrierState()
Daot_class_linker.cc185 if (kIsDebugBuild) { in CanReferenceInBootImageExtension()
Druntime.cc818 if (kIsDebugBuild) { in GetCompilerExecutable()
852 if (kIsDebugBuild) { in Start()
1435 << " -Xplugin:libopenjdkjvmti" << (kIsDebugBuild ? "d" : "") << ".so " in Init()
1442 constexpr const char* plugin_name = kIsDebugBuild ? "libadbconnectiond.so" in Init()
1572 if (kIsDebugBuild) { in Init()
1786 constexpr const char* plugin_name = kIsDebugBuild ? in Init()
1820 constexpr const char* plugin_name = kIsDebugBuild ? in EnsurePerfettoPlugin()
1837 constexpr const char* plugin_name = kIsDebugBuild ? "libopenjdkjvmtid.so" : "libopenjdkjvmti.so"; in EnsureJvmtiPlugin()
1908 constexpr const char* kOpenJdkLibrary = kIsDebugBuild in InitNativeMethods()
2645 if (kIsDebugBuild && GetInstrumentation()->IsForcedInterpretOnly()) { in CreateJitCodeCache()
Dthread_list.h52 kIsDebugBuild ? 50'000'000'000ull : 10'000'000'000ull;
Dtransaction.cc92 if (kIsDebugBuild && rethrow) { in ThrowAbortError()
714 if (kIsDebugBuild && Runtime::Current()->IsActiveTransaction()) { in InstallAssertion()
727 if (kIsDebugBuild) { in RemoveAssertion()
Dread_barrier-inl.h112 if (kIsDebugBuild) { in BarrierForRoot()
Dobj_ptr.h32 constexpr bool kObjPtrPoisoning = kIsDebugBuild;
Dcommon_dex_operations.h82 if (kIsDebugBuild) { in DCheckStaticState()
Dthread_list.cc238 LOG((kIsDebugBuild && (gAborting == 0)) ? ::android::base::FATAL : ::android::base::ERROR) in WaitForThreadsToRunThroughCheckpoint()
426 if (kIsDebugBuild) { in RunEmptyCheckpoint()
470 if (kIsDebugBuild && total_wait_time > kEmptyCheckpointTotalTimeoutMs) { in RunEmptyCheckpoint()
755 LOG(kIsDebugBuild ? ::android::base::FATAL : ::android::base::ERROR) in SuspendAllInternal()
Dart_method.cc319 if (kIsDebugBuild) { in Invoke()
358 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in Invoke()
692 if (kIsDebugBuild) { in SetIntrinsic()
/art/runtime/mirror/
Darray-alloc-inl.h157 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
/art/compiler/optimizing/
Dstack_map_stream.cc31 constexpr static bool kVerifyStackMaps = kIsDebugBuild;
200 if (dex_pc != static_cast<uint32_t>(-1) && kIsDebugBuild) { in BeginInlineInfoEntry()
Dsharpening.cc62 if (kIsDebugBuild) { in SharpenInvokeStaticOrDirect()
269 kIsDebugBuild && in CanUseTypeCheckBitstring()
Dintrinsics.cc185 if (kIsDebugBuild) { in ComputeIntegerValueOfLocations()
366 if (kIsDebugBuild) { in AssertNonMovableStringClass()
Dprepare_for_register_allocation.cc297 if (kIsDebugBuild) { in CanMoveClinitCheck()
/art/runtime/jit/
Djit_code_cache.cc399 if (!kIsDebugBuild) { in DCheckRootsAreValid()
507 if (kIsDebugBuild) { in FreeAllMethodHeaders()
931 if (kIsDebugBuild) { in TransitionToDebuggable()
941 if (kIsDebugBuild) { in TransitionToDebuggable()
1070 if (kIsDebugBuild) { in Run()
1391 } else if (kIsDebugBuild) { in DoCollection()
1480 if (!kIsDebugBuild) { in LookupMethodHeader()
1530 if (kIsDebugBuild && method != nullptr && !method->IsNative()) { in LookupMethodHeader()
2033 CHECK(kIsDebugBuild); in GetCodeFor()
/art/runtime/gc/space/
Dregion_space.h44 static constexpr bool kCyclicRegionAllocation = kIsDebugBuild;
325 if (kIsDebugBuild) { in AssertAllRegionLiveBytesZeroOrCleared()
702 if (kIsDebugBuild && non_free_region_index_limit_ < num_regions_) { in VerifyNonFreeRegionLimit()
/art/cmdline/
Dcmdline_types.h483 bool verify_pre_sweeping_heap_ = kIsDebugBuild;
486 bool verify_pre_gc_rosalloc_ = kIsDebugBuild;
490 bool measure_ = kIsDebugBuild && !kUseTableLookupReadBarrier;
/art/runtime/gc/collector/
Dconcurrent_copying-inl.h102 if (kIsDebugBuild) { in MarkImmuneSpace()
Dconcurrent_copying.cc57 static constexpr bool kFilterModUnionCards = kIsDebugBuild;
61 static constexpr bool kDisallowReadBarrierDuringScan = kIsDebugBuild;
68 static constexpr bool kVerifyNoMissingCardMarks = kIsDebugBuild;
406 if (kIsDebugBuild) { in InitializePhase()
548 if (kIsDebugBuild && !cc->use_generational_cc_) { in Run()
558 if (kIsDebugBuild) { in Run()
1167 if (kIsDebugBuild in TestAndSetMarkBitForRef()
1196 if (kIsDebugBuild in TestMarkBitmapForRef()
1210 if (kIsDebugBuild) { in PushOntoLocalMarkStack()
1333 if (kIsDebugBuild) { in MarkingPhase()
[all …]
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc168 if (kIsDebugBuild) { in WriteThunks()
275 if (kIsDebugBuild) { in PatchPcRelativeReference()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc63 if (kIsDebugBuild) { in StoreObjectInBss()

12345678