Home
last modified time | relevance | path

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

12345

/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-milo.cfg11 name: "buildbot/client.art/angler-armv7-debug"
12 name: "buildbucket/luci.art.ci/angler-armv7-debug"
29 name: "buildbot/client.art/angler-armv8-debug"
30 name: "buildbucket/luci.art.ci/angler-armv8-debug"
65 name: "buildbot/client.art/bullhead-armv8-gcstress-debug"
66 name: "buildbucket/luci.art.ci/bullhead-armv8-gcstress-debug"
77 name: "buildbot/client.art/fugu-debug"
78 name: "buildbucket/luci.art.ci/fugu-debug"
95 name: "buildbot/client.art/host-x86-debug"
96 name: "buildbucket/luci.art.ci/host-x86-debug"
[all …]
Dcr-buildbucket.cfg51 name: "angler-armv7-debug"
60 name: "angler-armv8-debug"
78 name: "bullhead-armv8-gcstress-debug"
84 name: "fugu-debug"
93 name: "host-x86-debug"
96 name: "host-x86-gcstress-debug"
102 name: "host-x86-poison-debug"
111 name: "host-x86_64-debug"
120 name: "host-x86_64-poison-debug"
123 name: "walleye-armv7-poison-debug"
[all …]
/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.sh120 debug=false
150 debug=true
179 if $gcstress && $debug && $device_mode; then
197 if $debug; then
Drun-prebuilt-libjdwp-tests.sh37 debug="no"
43 debug="yes"
78 if [[ "$debug" = "yes" ]]; then
Drun-libjdwp-tests.sh28 debug="no"
41 debug="yes"
109 if [[ "$debug" = "yes" ]]; then
Drun-jdwp-tests.sh75 debug="no"
182 debug="no"
188 debug="yes"
252 debug="yes"
267 elif [[ $debug == "yes" ]]; then
374 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.",
47 description: "Sometimes times out with gcstress and debug.",
/art/test/137-cfi/
Drun21 ${RUN} "$@" -Xcompiler-option --generate-debug-info \
29 ${RUN} "$@" -Xcompiler-option --generate-mini-debug-info \
/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/build/apex/
DAndroid.bp97 // Tools common to both device and host debug APEXes.
108 // Same, but for only for debug packages.
185 name: "com.android.runtime.debug.certificate",
186 certificate: "com.android.runtime.debug",
236 // Release version of the Runtime APEX module (not containing debug
247 // debug variants, as well as additional tools), included in userdebug and
250 name: "com.android.runtime.debug",
265 certificate: ":com.android.runtime.debug.certificate",
269 // HOST_PREFER_32_BIT is set. We cannot simply use com.android.runtime.debug
295 + art_tools_debug_binaries // Host APEX is always debug.
[all …]
Dart_preinstall_hook_system_server.sh75 --no-generate-debug-info \
81 --generate-mini-debug-info \
/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/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/test/590-infinite-loop-with-nop/
Dinfo.txt1 Regression test for debug build check failure for infinite loop with NOP.
/art/compiler/debug/
Ddebug_info.h28 namespace debug {
Delf_compilation_unit.h25 namespace debug {
/art/dex2oat/linker/mips64/
Drelative_patcher_mips64.cc93 std::vector<debug::MethodDebugInfo> Mips64RelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
95 return std::vector<debug::MethodDebugInfo>(); // No thunks added. in GenerateThunkDebugInfo()
/art/dex2oat/linker/mips/
Drelative_patcher_mips.cc95 std::vector<debug::MethodDebugInfo> MipsRelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
97 return std::vector<debug::MethodDebugInfo>(); // No thunks added. in GenerateThunkDebugInfo()

12345