/art/tools/luci/config/generated/ |
D | luci-scheduler.cfg | 8 id: "angler-armv7-debug" 14 builder: "angler-armv7-debug" 38 id: "angler-armv8-debug" 44 builder: "angler-armv8-debug" 78 id: "bullhead-armv8-gcstress-debug" 84 builder: "bullhead-armv8-gcstress-debug" 108 id: "host-x86-debug" 114 builder: "host-x86-debug" 118 id: "host-x86-gcstress-debug" 124 builder: "host-x86-gcstress-debug" [all …]
|
D | luci-milo.cfg | 14 name: "buildbucket/luci.art.ci/angler-armv7-debug" 29 name: "buildbucket/luci.art.ci/angler-armv8-debug" 49 name: "buildbucket/luci.art.ci/bullhead-armv8-gcstress-debug" 59 name: "buildbucket/luci.art.ci/walleye-armv7-poison-debug" 64 name: "buildbucket/luci.art.ci/walleye-armv8-poison-debug" 79 name: "buildbucket/luci.art.ci/host-x86-debug" 89 name: "buildbucket/luci.art.ci/host-x86-gcstress-debug" 94 name: "buildbucket/luci.art.ci/host-x86-poison-debug" 104 name: "buildbucket/luci.art.ci/host-x86_64-debug" 119 name: "buildbucket/luci.art.ci/host-x86_64-poison-debug"
|
D | cr-buildbucket.cfg | 18 name: "angler-armv7-debug" 29 properties_j: "debug:true" 33 properties_j: "testrunner_args:[\"--target\",\"--verbose\",\"--debug\"]" 90 properties_j: "debug:true" 93 properties_j: "testrunner_args:[\"--target\",\"--verbose\",\"--debug\"]" 109 name: "angler-armv8-debug" 120 properties_j: "debug:true" 124 properties_j: "testrunner_args:[\"--target\",\"--verbose\",\"--debug\"]" 181 properties_j: "debug:true" 184 properties_j: "testrunner_args:[\"--target\",\"--verbose\",\"--debug\"]" [all …]
|
D | luci-notify.cfg | 17 name: "angler-armv7-debug" 56 name: "angler-armv8-debug" 108 name: "bullhead-armv8-gcstress-debug" 147 name: "host-x86-debug" 160 name: "host-x86-gcstress-debug" 186 name: "host-x86-poison-debug" 212 name: "host-x86_64-debug" 251 name: "host-x86_64-poison-debug" 303 name: "walleye-armv7-poison-debug" 316 name: "walleye-armv8-poison-debug"
|
/art/tools/luci/config/ |
D | main.star | 205 debug=False, 241 testrunner_args += ['--debug'] if debug else ['--ndebug'] 248 "debug": debug, 268 add_builder("angler-armv7-debug", 'target', 'arm', 32, debug=True) 269 add_builder("angler-armv7-non-gen-cc", 'target', 'arm', 32, debug=True, cc=False, gen_cc=False) 271 add_builder("angler-armv8-debug", 'target', 'arm', 64, debug=True) 272 add_builder("angler-armv8-non-gen-cc", 'target', 'arm', 64, debug=True, cc=False, gen_cc=False) 275 add_builder("bullhead-armv8-gcstress-debug", 'target', 'arm', 64, debug=True, gcstress=True) 277 add_builder("walleye-armv7-poison-debug", 'target', 'arm', 32, debug=True, heap_poisoning=True) 278 add_builder("walleye-armv8-poison-debug", 'target', 'arm', 64, debug=True, heap_poisoning=True) [all …]
|
D | validate.sh | 6 lucicfg validate main.star -log-level debug
|
/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()
|
D | Program.java | 228 Log.debug("Legal to mutate code item " + codeItemIdx); in Program() 233 Log.debug("Not legal to mutate code item " + codeItemIdx); in Program() 241 Log.debug("Registering mutator " + mutator.getClass().getSimpleName()); in registerMutator() 344 Log.debug("Mutating everything."); in legalToMutate() 348 Log.debug("Code item marked with _MUTATE."); in legalToMutate() 351 Log.debug("Code item not marked with _MUTATE, but not mutating all code items."); in legalToMutate() 494 Log.debug("Writing mutations to disk."); in writeMutationsToDisk() 507 Log.debug("Loading mutations from disk."); in loadMutationsFromDisk() 598 Log.debug(String.format("Field idx 0x%x specified is not defined in this DEX file.", in getEncodedField() 611 Log.debug(String.format("Field idx 0x%x specified is not defined in this DEX file.", in getEncodedField()
|
D | CodeTranslator.java | 52 Log.debug("Translating CodeItem " + codeItemIdx in codeItemToMutatableCode() 141 Log.debug("Translating MutatableCode " + mutatableCode.name in mutatableCodeToCodeItem() 341 Log.debug("Found overlap in TryBlocks, moving 2nd TryBlock..."); in updateTryBlocks() 342 Log.debug("1st TryBlock goes from " + first.startInsn + " to " + first.endInsn); in updateTryBlocks() 343 Log.debug("2nd TryBlock goes from " + second.startInsn + " to " + second.endInsn); in updateTryBlocks() 355 Log.debug("Now 2nd TryBlock goes from " + second.startInsn + " to " + second.endInsn); in updateTryBlocks() 538 Log.debug("Found data instructions, checking alignment..."); in alignDataInstructions() 558 Log.debug("Aligning data instruction with a nop."); in alignDataInstructions() 569 Log.debug("Alignment okay."); in alignDataInstructions()
|
/art/tools/ |
D | run-libjdwp-tests.sh | 39 debug="no" 54 debug="yes" 147 if [[ "$debug" = "yes" ]]; then 156 if [[ "$debug" = "yes" && "$has_gcstress" = "yes" ]]; then
|
D | run-prebuilt-libjdwp-tests.sh | 37 debug="no" 43 debug="yes" 78 if [[ "$debug" = "yes" ]]; then
|
D | run-jdwp-tests.sh | 72 debug="no" 194 debug="no" 200 debug="yes" 279 debug="yes" 294 elif [[ $debug == "yes" ]]; then 401 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.", 29 description: "Timeouts on host with gcstress and debug.", 60 description: "Stack unwinding failures on LUCI hosts with gcstress and debug.", 69 description: "Failure with gcstress and debug.", 88 description: "SocketTimeout test gcstress and debug.",
|
D | libcore_debug_failures.txt | 2 * This file contains expectations for ART's buildbot when running in debug mode 10 description: "Timeouts with device for debug builds.",
|
D | run-libcore-tests.py | 378 if args.debug: 387 if args.gcstress and args.debug: 389 if args.debug and not args.gcstress and args.getrandom: 400 if args.gcstress or args.debug or args.mode == "jvm": 403 if args.gcstress and args.debug: 430 if args.debug:
|
/art/dex2oat/linker/ |
D | elf_writer.h | 36 namespace debug { 69 virtual void PrepareDebugInfo(const debug::DebugInfo& debug_info) = 0; 77 virtual void WriteDebugInfo(const debug::DebugInfo& debug_info) = 0;
|
D | elf_writer_quick.cc | 49 const debug::DebugInfo& debug_info) in DebugInfoTask() 60 result_ = debug::MakeMiniDebugInfo(isa_, in Run() 80 const debug::DebugInfo& debug_info_; 100 void PrepareDebugInfo(const debug::DebugInfo& debug_info) override; 108 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() 282 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/imgdiag/ |
D | Android.bp | 17 // Build variants {target,host} x {debug,ndebug} x {32,64} 76 "com.android.art.debug", 92 "com.android.art.debug", 149 "com.android.art.debug",
|
/art/build/ |
D | README.md | 11 The ART Module is available as a debug variant, `com.android.art.debug.apex`, 12 which has extra internal consistency checks enabled, and some debug tools. A 13 device cannot have both the non-debug and debug variants installed at once - it 49 To build the debug variant of the module, specify `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()
|
D | RawDexFile.java | 92 Log.debug("Updating StringIDs List size: " + stringIds.size()); in write() 99 Log.debug("Updating StringDatas List size: " + stringDatas.size()); in write() 105 Log.debug("Updating MethodIDs List size: " + methodIds.size()); in write() 112 Log.debug("Updating FieldIDs List size: " + fieldIds.size()); in write() 119 Log.debug("Updating ProtoIDs List size: " + protoIds.size()); in write() 126 Log.debug("Updating TypeIDs List size: " + typeIds.size()); in write() 133 Log.debug("Updating TypeLists List size: " + typeLists.size()); in write()
|
/art/adbconnection/ |
D | Android.bp | 17 // Build variants {target,host} x {debug,ndebug} x {32,64} 72 "com.android.art.debug", 87 "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/perfetto_hprof/ |
D | Android.bp | 16 // Build variants {target} x {debug,ndebug} x {32,64} 91 "com.android.art.debug", 108 "com.android.art.debug",
|