Home
last modified time | relevance | path

Searched refs:debug (Results 101 – 125 of 142) sorted by relevance

123456

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNewArrayLengthChanger.java94 Log.debug("No New Array instruction in method, skipping..."); in canMutate()
DSwitchBranchShifter.java100 Log.debug("Method contains no switch instructions."); in canMutate()
DConversionRepeater.java93 Log.debug("No conversion operations in method, skipping..."); in canMutate()
DVRegChanger.java94 Log.debug("Impossible to change vregs in a method with fewer than 2 registers."); in canMutate()
DInvokeChanger.java111 Log.debug("No invoke instruction in method, skipping..."); in canMutate()
DFieldFlagChanger.java100 Log.debug("No field instructions in method, skipping..."); in canMutate()
/art/tools/jvmti-agents/jit-load/
DREADME.md16 * If using `libartd.so`, make sure to use the debug version of jvmti and agent.
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DDexRandomAccessFile.java152 Log.debug("Writing " + value + " using the largest possible ULEB128 encoding."); in writeLargestUleb128()
DOffsetTracker.java456 Log.debug("Calling insertNewOffsettableAsFirstOfType()"); in insertNewOffsettableAsFirstOfType()
473 Log.debug("Calling insertNewOffsettableAfter()"); in insertNewOffsettableAfter()
/art/sigchainlib/
DAndroid.bp52 "com.android.art.debug",
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h37 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(uint32_t executable_offset) override;
Drelative_patcher_arm_base.cc234 std::vector<debug::MethodDebugInfo> ArmBaseRelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
245 std::vector<debug::MethodDebugInfo> result; in GenerateThunkDebugInfo()
256 debug::MethodDebugInfo info = {}; in GenerateThunkDebugInfo()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h131 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(size_t executable_offset) { in GenerateThunkDebugInfo()
/art/tools/class2greylist/src/com/android/class2greylist/
DUnsupportedAppUsageAnnotationHandler.java95 mStatus.debug("Member is a bridge method"); in handleAnnotation()
/art/tools/jvmti-agents/field-null-percent/
DREADME.md25 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/test/
Drun-test292 run_args+=(--debug)
295 run_args+=(--debug-wrap-agent)
305 run_args+=(--debug-agent "$1")
/art/libartpalette/
DAndroid.bp99 "com.android.art.debug",
/art/tools/
Dexternal_oj_libjdwp_art_failures.txt52 description: "Test times out on fugu-debug",
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md38 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/tools/jvmti-agents/ti-fast/
DREADME.md103 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/test/122-npe/src/
DMain.java553 final boolean debug = false; in check()
554 if (debug) { in check()
/art/tools/jvmti-agents/field-counts/
DREADME.md28 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/test/988-method-trace/
Dgen_srcs.py287 debug_printing_enabled = args.debug
/art/tools/jvmti-agents/titrace/
DREADME.md15 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/tools/jvmti-agents/list-extensions/
DREADME.md47 * If using `libartd.so`, make sure to use the debug version of jvmti.

123456