Home
last modified time | relevance | path

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

123456

/art/tools/luci/config/
Dluci-scheduler.cfg27 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 …]
Dluci-notify.cfg19 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 …]
Dcr-buildbucket.cfg53 name: "angler-armv7-debug"
62 name: "angler-armv8-debug"
80 name: "bullhead-armv8-gcstress-debug"
86 name: "fugu-debug"
95 name: "host-x86-debug"
98 name: "host-x86-gcstress-debug"
104 name: "host-x86-poison-debug"
113 name: "host-x86_64-debug"
122 name: "host-x86_64-poison-debug"
125 name: "walleye-armv7-poison-debug"
[all …]
Dluci-milo.cfg12 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/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/class2greylist/src/com/android/class2greylist/
DStatus.java29 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
DAnnotationVisitor.java57 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/
Drun-libcore-tests.sh70 --debug Use debug version of ART (device|host only).
169 debug=false
208 --debug)
210 debug=true
261 if $debug; then
288 if $debug; 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
Drun-libjdwp-tests.sh39 debug="no"
52 debug="yes"
124 if [[ "$debug" = "yes" ]]; then
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.",
35 description: "Timeouts on host with gcstress and debug.",
48 description: "Sometimes times out 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 {
70 virtual void PrepareDebugInfo(const debug::DebugInfo& debug_info) = 0;
78 virtual void WriteDebugInfo(const debug::DebugInfo& debug_info) = 0;
Delf_writer_quick.cc52 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/
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/adbconnection/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
59 "com.android.art.debug",
74 "com.android.art.debug",
/art/disassembler/
DAndroid.bp57 "com.android.art.debug",
74 "com.android.art.debug",
86 "com.android.art.debug",
/art/build/apex/
DAndroid.bp106 // Tools common to both device and host debug APEXes.
125 // Same, but for only for debug packages.
251 // Release version of the ART APEX module (not containing debug
261 // debug variants, as well as additional tools), included in userdebug and
264 name: "com.android.art.debug",
294 // and debug variants, additional tools, and ART gtests), for testing
299 file_contexts: ":com.android.art.debug-file_contexts",
306 // HOST_PREFER_32_BIT is set. We cannot simply use com.android.art.debug
336 art_tools_debug_binaries + // Host APEX is always debug.
424 name: "art-check-debug-apex-gen",
[all …]
/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()
/art/imgdiag/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
62 "com.android.art.debug",
78 "com.android.art.debug",
/art/dexlayout/
DAndroid.bp105 "com.android.art.debug",
150 "com.android.art.debug",
186 "com.android.art.debug",
227 "com.android.art.debug",
270 "com.android.art.debug",
/art/openjdkjvmti/
DAndroid.bp27 "com.android.art.debug",
90 "com.android.art.debug",
108 "com.android.art.debug",
/art/test/590-infinite-loop-with-nop/
Dinfo.txt1 Regression test for debug build check failure for infinite loop with NOP.

123456