Home
last modified time | relevance | path

Searched refs:kIsDebugBuild (Results 101 – 125 of 184) sorted by relevance

12345678

/art/libartbase/base/
Dmem_map.cc217 if (kIsDebugBuild) { in CheckMapRequest()
355 if (kIsDebugBuild || VLOG_IS_ON(oat)) { in MapAnonymous()
549 if (kIsDebugBuild || VLOG_IS_ON(oat)) { in MapFileAtAddress()
/art/runtime/jit/
Djit.cc109 kIsDebugBuild in CreateFromRuntimeArguments()
120 kIsDebugBuild ? (Jit::kSlowMode in CreateFromRuntimeArguments()
279 kIsDebugBuild ? "libartd-compiler.so" : "libart-compiler.so", RTLD_NOW); in LoadCompilerLibrary()
351 if (kIsDebugBuild) { in CompileMethod()
Djit_code_cache.h184 static constexpr size_t kInitialCapacity = kIsDebugBuild ? 8 * KB : 64 * KB;
/art/runtime/interpreter/
Dshadow_frame.h377 if (kIsDebugBuild) { in CheckConsistentVRegs()
Dinterpreter.cc258 if (kIsDebugBuild && self->UseMterp() != CanUseMterp()) { in Execute()
265 if (kIsDebugBuild) { in Execute()
/art/runtime/base/
Dmutex.h57 constexpr bool kDebugLocking = kIsDebugBuild;
/art/compiler/dex/
Dinline_method_analyser.cc144 if (kIsDebugBuild) { in GetTargetConstructor()
152 if (kIsDebugBuild && target_method != nullptr) { in GetTargetConstructor()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc590 if (kIsDebugBuild) { in HandleDeoptimization()
619 if (kIsDebugBuild) { in HandleDeoptimization()
1035 ScopedQuickEntrypointChecks sqec(self, kIsDebugBuild, false); in artInstrumentationMethodEntryFromCode()
1225 ScopedQuickEntrypointChecks sqec(self, kIsDebugBuild, false); in artQuickResolutionTrampoline()
2249 if (kIsDebugBuild && !called->IsCriticalNative()) { in artQuickGenericJniEndTrampoline()
2445 if (kIsDebugBuild) { in artInvokeInterfaceTrampoline()
Dquick_field_entrypoints.cc53 if (kIsDebugBuild) { in GetReferrer()
/art/runtime/native/
Djava_lang_Class.cc317 if (kIsDebugBuild) { in GetDeclaredFields()
331 if (kIsDebugBuild) { in GetDeclaredFields()
402 if (kIsDebugBuild) { in FindFieldByName()
/art/runtime/entrypoints/
Dentrypoint_utils.cc220 if (kIsDebugBuild && do_caller_check) { in DoGetCalleeSaveMethodCaller()
/art/runtime/
Dart_method-inl.h59 if (kIsDebugBuild) { in GetDeclaringClass()
Dindirect_reference_table.cc206 if (kIsDebugBuild) { in CheckHoleCount()
Dclass_linker.cc156 static constexpr bool kCheckImageObjects = kIsDebugBuild;
157 static constexpr bool kVerifyArtMethodDeclaringClasses = kIsDebugBuild;
592 bool known_impossible = kIsDebugBuild && !Runtime::Current()->AreAsyncExceptionsThrown(); in WrapExceptionInInitializer()
1285 if (kIsDebugBuild) { in InitFromBootImage()
1665 if (kIsDebugBuild && ClassLinker::kAppImageMayContainStrings) { in Update()
1691 if (kIsDebugBuild) { in Update()
1807 if (kIsDebugBuild) { in HandleAppImageStrings()
2285 if (kIsDebugBuild && app_image) { in AddImageSpace()
2750 if (kIsDebugBuild) { in EnsureResolved()
4145 if (kIsDebugBuild) { in RegisterExistingDexCache()
[all …]
Dstack_map.cc126 if (kIsDebugBuild) { in Dedupe()
Doat_file.cc2037 if (!kIsDebugBuild) { in FindClassDef()
2051 if (kIsDebugBuild && used_lookup_table) { in FindClassDef()
2198 if (kIsDebugBuild && index_bss_mapping != nullptr) { in DCheckIndexToBssMapping()
2241 if (kIsDebugBuild) { in InitializeRelocations()
Dstack.cc717 if (kIsDebugBuild) { in ValidateFrame()
814 if (kIsDebugBuild && !method->IsCriticalNative()) { in GetCurrentQuickFrameInfo()
/art/compiler/optimizing/
Dparallel_move_resolver.cc380 if (kIsDebugBuild) { in AddScratchLocation()
Dnodes.cc332 if (kIsDebugBuild) { in ComputeDominanceInformation()
667 if (kIsDebugBuild) { in GetNullConstant()
1447 if (kIsDebugBuild) { in RemoveConstructorFences()
2629 if (kIsDebugBuild in InlineInto()
2800 if (kIsDebugBuild) { in SetReferenceTypeInfo()
2823 if (kIsDebugBuild) { in SetUpperBound()
2834 if (kIsDebugBuild) { in Create()
Dblock_builder.cc248 if (kIsDebugBuild) { in MightHaveLiveNormalPredecessors()
Dlocations.h329 if (kIsDebugBuild && !overlap) { in OverlapsWith()
/art/dex2oat/linker/
Dimage_writer.cc136 if (kIsDebugBuild) { in MaybeCompressData()
192 if (kIsDebugBuild && integer_cache != nullptr) { in AllocateBootImageLiveObjects()
267 if (kIsDebugBuild) { in PrepareImageAddressSpace()
745 if (kIsDebugBuild) { in AddMethodPointerArray()
906 } else if (kIsDebugBuild) { in IsImageBinSlotAssigned()
2217 if (kIsDebugBuild || remaining_space < image_info.bin_slot_sizes_[i]) { in FinalizeBinSlotOffsets()
2306 obj->VisitReferences</*kVisitNativeRoots=*/ kIsDebugBuild, in CollectStringReferenceInfo()
2936 if (kIsDebugBuild && elem != nullptr && !IsInBootImage(elem)) { in FixupPointerArray()
2973 if (kIsDebugBuild && region_size_ != 0u) { in CopyAndFixupObject()
/art/compiler/debug/
Delf_debug_writer.cc203 if (kIsDebugBuild) { in MakeElfFileForJIT()
/art/runtime/verifier/
Dmethod_verifier.cc75 static constexpr bool kTimeVerifyMethod = !kIsDebugBuild;
846 if (kIsDebugBuild) { in FailOrAbort()
924 if (kIsDebugBuild) { in Verify()
936 if (kIsDebugBuild) { in Verify()
957 if (kIsDebugBuild) { in Verify()
997 if (kIsDebugBuild) { in Verify()
1902 } else if (kIsDebugBuild) { in CodeFlowVerifyMethod()
2078 } else if (kIsDebugBuild) { in CodeFlowVerifyInstruction()
5590 } else if (kIsDebugBuild) { in Fail()
/art/runtime/gc/space/
Dregion_space-inl.h482 if (kIsDebugBuild && end_addr < Limit()) { in FreeLarge()

12345678