Home
last modified time | relevance | path

Searched refs:kIsDebugBuild (Results 76 – 100 of 184) sorted by relevance

12345678

/art/libartbase/base/
Darena_allocator.cc173 template class ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations || kIsDebugBuild>;
Dbit_table.h371 if (kIsDebugBuild) { in Encode()
458 if (kIsDebugBuild) { in Encode()
Dscoped_arena_containers.h246 } else if (kIsDebugBuild) { in ProtectMemory()
/art/runtime/
Dindirect_reference_table.h155 static constexpr size_t kIRTPrevCount = kIsDebugBuild ? 7 : 3;
Dfault_handler.cc334 if (true || kIsDebugBuild) { in IsInGeneratedCode()
Dthread.cc140 static constexpr bool kVerifyImageObjectsMarked = kIsDebugBuild;
484 if (kIsDebugBuild) { in FindFrameIdToShadowFrame()
664 if (kIsDebugBuild) { in FromManagedThread()
1414 if (kIsDebugBuild) { in ModifySuspendCountInternal()
2171 if (!kIsDebugBuild) { in DumpStack()
2273 if (thread_group == nullptr || kIsDebugBuild) { in NotifyThreadGroup()
2279 if (kIsDebugBuild && thread_group != nullptr) { in NotifyThreadGroup()
2836 if (kIsDebugBuild) { in CreateInternalStackTrace()
3558 if (Runtime::Current()->AreNonStandardExitsEnabled() || kIsDebugBuild) { in QuickDeliverException()
3567 if (kIsDebugBuild && force_frame_pop) { in QuickDeliverException()
[all …]
/art/compiler/optimizing/
Dintrinsics.h72 if (kIsDebugBuild && invoke->IsInvokeStaticOrDirect()) { in INTRINSICS_LIST()
Dssa_builder.cc178 if (kIsDebugBuild) { in TypeInputsOfPhi()
699 if (kIsDebugBuild) { in GetFloatOrDoubleEquivalentOfArrayGet()
Dreference_type_propagation.cc130 if (kIsDebugBuild && Thread::Current() != nullptr) { in ValidateTypes()
188 if (kIsDebugBuild) { in ShouldCreateBoundType()
513 if (kIsDebugBuild) { in SetClassAsTypeInfo()
Dssa_liveness_analysis.h878 CHECK(kIsDebugBuild) << "Function should be used only for DCHECKs"; in IsUsingInputRegister()
904 CHECK(kIsDebugBuild) << "Function should be used only for DCHECKs"; in CanUseInputRegister()
1012 if (kIsDebugBuild) { in FindRangeAtOrAfter()
Dsuperblock_cloner.cc555 if (kIsDebugBuild) { in ResolveDataFlow()
967 if (kIsDebugBuild) { in Run()
1012 if (kIsDebugBuild) { in CleanUp()
/art/runtime/gc/collector/
Dconcurrent_copying.h61 static constexpr bool kEnableNoFromSpaceRefsVerification = kIsDebugBuild;
63 static constexpr bool kEnableFromSpaceAccountingCheck = kIsDebugBuild;
/art/runtime/base/
Dtiming_logger.cc253 if (kIsDebugBuild) { in ~TimingLogger()
/art/runtime/mirror/
Dclass-inl.h75 if (kIsDebugBuild) { in SetSuperClass()
594 if (kIsDebugBuild && kBitstringSubtypeCheckEnabled) { in IsSubClass()
888 if (kIsDebugBuild && !IsInitialized()) { in AssertInitializedOrInitializingInThread()
940 if (kIsDebugBuild) { in SetAccessFlags()
Dclass_ext-inl.h68 if (kIsDebugBuild) { in EnsureJniIdsArrayPresent()
Dclass.cc286 if (kIsDebugBuild && new_status >= ClassStatus::kInitialized) { in SetStatus()
341 if (kIsDebugBuild && new_status >= ClassStatus::kInitialized) { in SetStatusForPrimitiveOrArray()
354 if (kIsDebugBuild && new_class_size < GetClassSize()) { in SetClassSize()
498 if (kIsDebugBuild && new_reference_offsets != kClassWalkSuper) { in SetReferenceInstanceOffsets()
965 if (kIsDebugBuild) { in FindFieldByNameAndType()
Ddex_cache.cc120 if (kIsDebugBuild) { in InitializeDexCache()
/art/runtime/gc/
Dreference_processor.cc169 if (kIsDebugBuild && collector->IsTransactionActive()) { in ProcessReferences()
/art/runtime/gc/space/
Dspace.h55 static constexpr bool kDebugSpaces = kIsDebugBuild;
Dlarge_object_space.cc439 if (kIsDebugBuild) { in Free()
549 if (kIsDebugBuild) { in Alloc()
/art/dex2oat/
Ddex2oat.cc623 static constexpr int64_t kWatchdogSlowdownFactor = kIsDebugBuild ? 5U : 1U;
839 if (!kIsDebugBuild && !(kRunningOnMemoryTool && kMemoryToolDetectsLeaks)) { in ~Dex2Oat()
1810 if (kIsDebugBuild && df->GetOatDexFile() != nullptr) { in Setup()
2510 (kIsDebugBuild && timings_->GetTotalNs() > MsToNs(1000))) { in DumpTiming()
2832 SetThreadName(kIsDebugBuild ? "dex2oatd" : "dex2oat"); in CreateRuntime()
2969 driver_->GetMemoryUsageString(kIsDebugBuild || VLOG_IS_ON(compiler)) : in LogCompletionTime()
3266 if (kIsDebugBuild || in Dex2oat()
3314 if (!art::kIsDebugBuild && !art::kIsPGOInstrumentation && !art::kRunningOnMemoryTool) { in main()
/art/runtime/jni/
Djni_env_ext.cc278 } else if (kIsDebugBuild) { in CheckNoHeldMonitors()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc29 if (kIsDebugBuild) { in GetDexoptAnalyzerCmd()
/art/oatdump/
Doatdump_test.h89 return GetExecutableFilePath(name, kIsDebugBuild, flavor == kStatic, bitness); in GetExecutableFilePath()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc100 if (kIsDebugBuild) { in DoCollectNonDebuggableCallback()

12345678