Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 152) sorted by relevance

1234567

/art/tools/luci/config/generated/
Dluci-scheduler.cfg8 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"
98 id: "fugu-debug"
104 builder: "fugu-debug"
128 id: "host-x86-debug"
134 builder: "host-x86-debug"
[all …]
Dluci-milo.cfg14 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/fugu-debug"
74 name: "buildbucket/luci.art.ci/host-x86-debug"
84 name: "buildbucket/luci.art.ci/host-x86-gcstress-debug"
89 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"
124 name: "buildbucket/luci.art.ci/walleye-armv7-poison-debug"
[all …]
Dluci-notify.cfg17 name: "angler-armv7-debug"
56 name: "angler-armv8-debug"
108 name: "bullhead-armv8-gcstress-debug"
134 name: "fugu-debug"
173 name: "host-x86-debug"
186 name: "host-x86-gcstress-debug"
212 name: "host-x86-poison-debug"
251 name: "host-x86_64-debug"
290 name: "host-x86_64-poison-debug"
303 name: "walleye-armv7-poison-debug"
[all …]
Dcr-buildbucket.cfg18 name: "angler-armv7-debug"
20 dimensions: "builder:angler-armv7-debug"
90 name: "angler-armv8-debug"
92 dimensions: "builder:angler-armv8-debug"
186 name: "bullhead-armv8-gcstress-debug"
188 dimensions: "builder:bullhead-armv8-gcstress-debug"
234 name: "fugu-debug"
236 dimensions: "builder:fugu-debug"
306 name: "host-x86-debug"
308 dimensions: "builder:host-x86-debug"
[all …]
/art/test/137-cfi/
Drun19 ${RUN} "$@" -Xcompiler-option --generate-debug-info \
25 ${RUN} "$@" -Xcompiler-option --generate-debug-info \
33 ${RUN} "$@" -Xcompiler-option --generate-mini-debug-info \
/art/tools/
Drun-libjdwp-tests.sh39 debug="no"
53 debug="yes"
129 if [[ "$debug" = "yes" ]]; then
137 if [[ "$debug" = "yes" && "$has_gcstress" = "yes" ]]; then
Drun-prebuilt-libjdwp-tests.sh37 debug="no"
43 debug="yes"
78 if [[ "$debug" = "yes" ]]; then
Drun-jdwp-tests.sh72 debug="no"
194 debug="no"
200 debug="yes"
279 debug="yes"
294 elif [[ $debug == "yes" ]]; then
401 if [[ $debug == "yes" ]]; then
Dlibcore_debug_failures.txt2 * This file contains expectations for ART's buildbot when running in debug mode
10 description: "Timeouts with device for debug builds.",
Drun-libcore-tests.py254 if args.debug:
263 if args.gcstress and args.debug:
265 if args.debug and not args.gcstress and args.getrandom:
276 if args.gcstress or args.debug or args.mode == "jvm":
298 if args.debug:
Dlibcore_gcstress_debug_failures.txt2 * This file contains expectations for ART's buildbot when running gcstress in debug mode.
8 description: "Timeouts on target with gcstress and debug.",
30 description: "Timeouts on host with gcstress and debug.",
59 description: "Stack unwinding failures on LUCI hosts with gcstress and debug.",
/art/tools/dexfuzz/src/dexfuzz/program/
DMutatableCode.java179 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()
DProgram.java228 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()
/art/dex2oat/linker/
Delf_writer.h36 namespace debug {
68 virtual void PrepareDebugInfo(const debug::DebugInfo& debug_info) = 0;
76 virtual void WriteDebugInfo(const debug::DebugInfo& debug_info) = 0;
Delf_writer_quick.cc50 const debug::DebugInfo& debug_info) in DebugInfoTask()
61 result_ = debug::MakeMiniDebugInfo(isa_, in Run()
81 const debug::DebugInfo& debug_info_;
100 void PrepareDebugInfo(const debug::DebugInfo& debug_info) override;
108 void WriteDebugInfo(const debug::DebugInfo& debug_info) override;
246 void ElfWriterQuick<ElfTypes>::PrepareDebugInfo(const debug::DebugInfo& debug_info) { in PrepareDebugInfo()
265 void ElfWriterQuick<ElfTypes>::WriteDebugInfo(const debug::DebugInfo& debug_info) { in WriteDebugInfo()
280 debug::WriteDebugInfo(builder_.get(), debug_info); in WriteDebugInfo()
/art/dex2oat/linker/x86/
Drelative_patcher_x86_base.cc39 std::vector<debug::MethodDebugInfo> X86BaseRelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
41 return std::vector<debug::MethodDebugInfo>(); // No thunks added. in GenerateThunkDebugInfo()
/art/build/
DREADME.md15 The ART Module is available as a debug variant, `com.android.art.debug.apex`,
16 which has extra internal consistency checks enabled, and some debug tools. A
17 device cannot have both the non-debug and debug variants installed at once - it
55 To build the debug variant of the module, specify `com.android.art.debug`
/art/adbconnection/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
68 "com.android.art.debug",
83 "com.android.art.debug",
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOffset.java111 Log.debug("Updating what an Offset points to..."); in pointTo()
127 Log.debug("Updating what an Offset points to..."); in unsetNullAndPointTo()
DRawDexFile.java92 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/dexlayout/
DAndroid.bp108 "com.android.art.debug",
153 "com.android.art.debug",
193 "com.android.art.debug",
234 "com.android.art.debug",
281 "com.android.art.debug",
/art/imgdiag/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
73 "com.android.art.debug",
89 "com.android.art.debug",
/art/disassembler/
DAndroid.bp75 "com.android.art.debug",
110 "com.android.art.debug",
131 "com.android.art.debug",
/art/build/apex/
DAndroid.bp135 // Tools common to both device and host debug APEXes.
154 // Same, but for only for debug packages.
378 // Release version of the ART APEX module (not containing debug
388 // debug variants, as well as additional tools), included in userdebug and
391 name: "com.android.art.debug",
424 // and debug variants, additional tools, and ART gtests), for testing
429 file_contexts: ":com.android.art.debug-file_contexts",
437 // HOST_PREFER_32_BIT is set. We cannot simply use com.android.art.debug
469 art_tools_debug_binaries + // Host APEX is always debug.
561 name: "art-check-debug-apex-gen",
[all …]
/art/tools/luci/config/
Dvalidate.sh6 lucicfg validate main.star -log-level debug

1234567