/art/tools/luci/config/ |
D | luci-scheduler.cfg | 27 triggers: "angler-armv7-debug" 30 triggers: "angler-armv8-debug" 36 triggers: "bullhead-armv8-gcstress-debug" 38 triggers: "fugu-debug" 41 triggers: "host-x86-debug" 42 triggers: "host-x86-gcstress-debug" 44 triggers: "host-x86-poison-debug" 47 triggers: "host-x86_64-debug" 50 triggers: "host-x86_64-poison-debug" 51 triggers: "walleye-armv7-poison-debug" [all …]
|
D | luci-notify.cfg | 19 name: "angler-armv7-debug" 31 name: "angler-armv8-debug" 55 name: "bullhead-armv8-gcstress-debug" 63 name: "fugu-debug" 75 name: "host-x86-debug" 79 name: "host-x86-gcstress-debug" 87 name: "host-x86-poison-debug" 99 name: "host-x86_64-debug" 111 name: "host-x86_64-poison-debug" 115 name: "walleye-armv7-poison-debug" [all …]
|
D | cr-buildbucket.cfg | 54 name: "angler-armv7-debug" 63 name: "angler-armv8-debug" 81 name: "bullhead-armv8-gcstress-debug" 87 name: "fugu-debug" 96 name: "host-x86-debug" 99 name: "host-x86-gcstress-debug" 105 name: "host-x86-poison-debug" 114 name: "host-x86_64-debug" 123 name: "host-x86_64-poison-debug" 126 name: "walleye-armv7-poison-debug" [all …]
|
D | luci-milo.cfg | 12 name: "buildbucket/luci.art.ci/angler-armv7-debug" 27 name: "buildbucket/luci.art.ci/angler-armv8-debug" 57 name: "buildbucket/luci.art.ci/bullhead-armv8-gcstress-debug" 67 name: "buildbucket/luci.art.ci/fugu-debug" 82 name: "buildbucket/luci.art.ci/host-x86-debug" 92 name: "buildbucket/luci.art.ci/host-x86-gcstress-debug" 97 name: "buildbucket/luci.art.ci/host-x86-poison-debug" 112 name: "buildbucket/luci.art.ci/host-x86_64-debug" 127 name: "buildbucket/luci.art.ci/host-x86_64-poison-debug" 132 name: "buildbucket/luci.art.ci/walleye-armv7-poison-debug" [all …]
|
/art/tools/class2greylist/src/com/android/class2greylist/ |
D | Status.java | 29 public Status(boolean debug) { in Status() argument 30 mDebug = debug; in Status() 33 public void debug(String msg, Object... args) { in debug() method in Status
|
D | AnnotationVisitor.java | 57 mStatus.debug("Visit class %s", mClass.getClassName()); in visit() 76 mStatus.debug("Visit member %s : %s", member.getName(), member.getSignature()); in visitMember() 87 mStatus.debug("Member has annotation %s for which we have a handler", in handleAnnotations() 91 mStatus.debug("Member has annotation %s for which we do not have a handler", in handleAnnotations()
|
/art/tools/ |
D | run-libcore-tests.sh | 70 --debug Use debug version of ART (device|host only). 170 debug=false 211 --debug) 213 debug=true 264 if $debug; then 288 if $debug; then
|
D | run-prebuilt-libjdwp-tests.sh | 37 debug="no" 43 debug="yes" 78 if [[ "$debug" = "yes" ]]; then
|
D | run-jdwp-tests.sh | 65 debug="no" 193 debug="no" 199 debug="yes" 278 debug="yes" 293 elif [[ $debug == "yes" ]]; then 400 if [[ $debug == "yes" ]]; then
|
D | run-libjdwp-tests.sh | 39 debug="no" 52 debug="yes" 124 if [[ "$debug" = "yes" ]]; then
|
D | libcore_gcstress_debug_failures.txt | 2 * This file contains expectations for ART's buildbot when running gcstress in debug mode. 8 description: "Timeouts on target with gcstress and debug.", 35 description: "Timeouts on host with gcstress and debug.", 48 description: "Sometimes times out with gcstress and debug.",
|
/art/test/137-cfi/ |
D | run | 21 ${RUN} "$@" -Xcompiler-option --generate-debug-info \ 29 ${RUN} "$@" -Xcompiler-option --generate-mini-debug-info \
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MutatableCode.java | 179 Log.debug("Try block's first instruction was updated"); in updateTryBlocksWithReplacementInsn() 182 Log.debug("Try block's first instruction was updated"); in updateTryBlocksWithReplacementInsn() 186 Log.debug("Try block's last instruction was updated"); in updateTryBlocksWithReplacementInsn() 189 Log.debug("Try block's last instruction was updated"); in updateTryBlocksWithReplacementInsn() 193 Log.debug("Try block's catch-all instruction was updated"); in updateTryBlocksWithReplacementInsn() 196 Log.debug("Try block's catch-all instruction was updated"); in updateTryBlocksWithReplacementInsn() 210 Log.debug("Try block's handler instruction was updated"); in updateTryBlocksWithReplacementInsn() 213 Log.debug("Try block's handler instruction was updated"); in updateTryBlocksWithReplacementInsn() 257 Log.debug(branchInsn + " was pointing at the deleted instruction, updated."); in deleteInstructionFull() 268 Log.debug(switchInsn + "[" + idx in deleteInstructionFull()
|
/art/dex2oat/linker/ |
D | elf_writer.h | 36 namespace debug { 70 virtual void PrepareDebugInfo(const debug::DebugInfo& debug_info) = 0; 78 virtual void WriteDebugInfo(const debug::DebugInfo& debug_info) = 0;
|
D | elf_writer_quick.cc | 52 const debug::DebugInfo& debug_info) in DebugInfoTask() 63 result_ = debug::MakeMiniDebugInfo(isa_, in Run() 83 const debug::DebugInfo& debug_info_; 102 void PrepareDebugInfo(const debug::DebugInfo& debug_info) override; 110 void WriteDebugInfo(const debug::DebugInfo& debug_info) override; 248 void ElfWriterQuick<ElfTypes>::PrepareDebugInfo(const debug::DebugInfo& debug_info) { in PrepareDebugInfo() 267 void ElfWriterQuick<ElfTypes>::WriteDebugInfo(const debug::DebugInfo& debug_info) { in WriteDebugInfo() 278 debug::WriteDebugInfo(builder_.get(), debug_info); in WriteDebugInfo()
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86_base.cc | 39 std::vector<debug::MethodDebugInfo> X86BaseRelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo() 41 return std::vector<debug::MethodDebugInfo>(); // No thunks added. in GenerateThunkDebugInfo()
|
/art/build/apex/ |
D | Android.bp | 105 // Tools common to both device and host debug APEXes. 124 // Same, but for only for debug packages. 263 // Release version of the ART APEX module (not containing debug 273 // debug variants, as well as additional tools), included in userdebug and 276 name: "com.android.art.debug", 306 // and debug variants, additional tools, and ART gtests), for testing 311 file_contexts: ":com.android.art.debug-file_contexts", 318 // HOST_PREFER_32_BIT is set. We cannot simply use com.android.art.debug 348 art_tools_debug_binaries + // Host APEX is always debug. 428 name: "art-check-debug-apex-gen", [all …]
|
/art/adbconnection/ |
D | Android.bp | 17 // Build variants {target,host} x {debug,ndebug} x {32,64} 59 "com.android.art.debug", 74 "com.android.art.debug",
|
/art/disassembler/ |
D | Android.bp | 57 "com.android.art.debug", 74 "com.android.art.debug", 86 "com.android.art.debug",
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Offset.java | 111 Log.debug("Updating what an Offset points to..."); in pointTo() 127 Log.debug("Updating what an Offset points to..."); in unsetNullAndPointTo()
|
/art/dexlayout/ |
D | Android.bp | 99 "com.android.art.debug", 144 "com.android.art.debug", 180 "com.android.art.debug", 221 "com.android.art.debug", 257 "com.android.art.debug",
|
/art/imgdiag/ |
D | Android.bp | 17 // Build variants {target,host} x {debug,ndebug} x {32,64} 62 "com.android.art.debug", 78 "com.android.art.debug",
|
/art/test/590-infinite-loop-with-nop/ |
D | info.txt | 1 Regression test for debug build check failure for infinite loop with NOP.
|
/art/openjdkjvmti/ |
D | Android.bp | 25 "com.android.art.debug", 87 "com.android.art.debug", 105 "com.android.art.debug",
|
/art/tools/cpp-define-generator/ |
D | Android.bp | 35 "com.android.art.debug", 56 "com.android.art.debug", 67 "com.android.art.debug",
|