Home
last modified time | relevance | path

Searched refs:kIsDebugBuild (Results 151 – 175 of 184) sorted by relevance

12345678

/art/tools/hiddenapi/
Dhiddenapi_test.cc35 if (kIsDebugBuild) { in GetHiddenApiCmd()
/art/test/004-JniTest/
Djni_test.cc803 if (kIsDebugBuild) { in Java_Main_isSlowDebug()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc240 return env->NewStringUTF(kIsDebugBuild ? "libartd.so" : "libart.so"); in VMRuntime_vmLibrary()
/art/compiler/optimizing/
Dgraph_visualizer.cc120 kIsDebugBuild ? "libartd-disassembler.so" : "libart-disassembler.so"; in HGraphVisualizerDisassembler()
Dcode_generator.h584 if (kIsDebugBuild) { in PrepareCriticalNativeCall()
Dcode_generator.cc1131 if (kIsDebugBuild && code_item != nullptr) { in BuildStackMaps()
1259 if (kIsDebugBuild) { in RecordPcInfo()
Dregister_allocator_linear_scan.cc105 if (kIsDebugBuild) { in AllocateRegisters()
Dloop_optimization.cc1542 if (kIsDebugBuild) { in GetVectorSizeInBytes()
2425 if (kIsDebugBuild) { in TryReplaceWithLastValue()
Dcode_generator_arm64.cc999 if (kIsDebugBuild) { in Finalize()
2579 if (kIsDebugBuild) { in VisitArrayGet()
2690 if (kIsDebugBuild) { in VisitArraySet()
6487 if (kIsDebugBuild) { in GenerateArrayLoadWithBakerReadBarrier()
6522 if (kEmitCompilerReadBarrier && kUseBakerReadBarrier && kIsDebugBuild) { in MaybeGenerateMarkingRegisterCheck()
Dcode_generator_arm_vixl.cc1947 if (kIsDebugBuild) { in Finalize()
2722 if (kIsDebugBuild) { in GenerateTestAndBranch()
6367 if (kIsDebugBuild) { in VisitArrayGet()
6452 if (kIsDebugBuild) { in VisitArrayGet()
6601 if (kIsDebugBuild) { in VisitArraySet()
8953 if (kEmitCompilerReadBarrier && kUseBakerReadBarrier && kIsDebugBuild) { in MaybeGenerateMarkingRegisterCheck()
/art/runtime/base/
Dmutex.cc568 if (kIsDebugBuild && self != nullptr && self != Thread::Current()) { in ExclusiveUnlock()
/art/runtime/gc/
Dheap.cc443 if (kIsDebugBuild) { in Heap()
2656 if (kIsDebugBuild) { in CollectGarbageInternal()
3215 if (kIsDebugBuild) { in AssertThreadLocalBuffersAreRevoked()
3226 if (kIsDebugBuild) { in AssertAllBumpPointerSpaceThreadLocalBuffersAreRevoked()
/art/runtime/gc/space/
Dimage_space.cc463 if (kIsDebugBuild && klass == class_class) { in VisitClass()
2975 if (kIsDebugBuild && !kExtension) { in DoRelocateSpaces()
3840 if (kIsDebugBuild) { in GetBootClassPathChecksums()
4052 if (kIsDebugBuild) { in VerifyBootClassPathChecksums()
/art/runtime/
Dreflection.cc779 if (kIsDebugBuild) { in InvokeConstructor()
Dinstrumentation.cc211 if (kIsDebugBuild) { in UpdateEntrypoints()
/art/openjdkjvmti/
Dti_class.cc626 if (art::kIsDebugBuild) { in GetClassMethods()
Dti_thread.cc127 if (art::kIsDebugBuild) { in ThreadStart()
Dti_redefine.cc140 constexpr bool kCheckAllMethodsSeenOnce = art::kIsDebugBuild;
2140 if (art::kIsDebugBuild) { in AllocateNewClassObject()
2971 if (art::kIsDebugBuild) { in UpdateClassStructurally()
Dti_method.cc766 } else if (art::kIsDebugBuild) { in GetSlotType()
/art/runtime/hprof/
Dhprof.cc373 if (kIsDebugBuild && started_) { in HandleEndRecord()
/art/runtime/verifier/
Dverifier_deps.cc118 if (kIsDebugBuild) { in GetClassDescriptorStringId()
/art/runtime/interpreter/
Dinterpreter_common.cc287 if (kIsDebugBuild) { in ArtInterpreterToCompiledCodeBridge()
Dinterpreter_switch_impl-inl.h103 if (kIsDebugBuild) { in PossiblyHandlePendingExceptionOnInvoke()
/art/runtime/mirror/
Dclass.h214 if (kIsDebugBuild) { in GetAccessFlags()
/art/profman/
Dprofile_assistant_test.cc186 if (kIsDebugBuild) { in GetProfmanCmd()

12345678