Searched refs:debugInfo (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCodeItem.java73 private DebugInfoItem debugInfo; field in class:CodeItem
106 this.debugInfo = null;
121 debugInfo = new DebugInfoItem(code, isStatic, ref);
122 byteData.add(debugInfo);
183 if (debugInfo != null) {
186 debugInfo.debugPrint(out, prefix2);
241 int debugOff = (debugInfo == null) ? 0 : debugInfo.getAbsoluteOffset();
284 if (debugInfo != null) {
286 debugInfo
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java47 private DebugInfoItem debugInfo; field in class:CodeItem
68 * @param debugInfo the debug information for this code/method
77 DebugInfoItem debugInfo,
86 this.debugInfo = debugInfo;
87 if (debugInfo != null) {
88 debugInfo.setParent(this);
102 * @param debugInfo the debug information for this code/method
112 DebugInfoItem debugInfo,
135 CodeItem codeItem = new CodeItem(dexFile, registerCount, inWords, outWords, debugInfo, instructionsArra
73 CodeItem(DexFile dexFile, int registerCount, int inWords, int outWords, DebugInfoItem debugInfo, Instruction[] instructions, TryItem[] tries, EncodedCatchHandler[] encodedCatchHandlers) argument
108 internCodeItem(DexFile dexFile, int registerCount, int inWords, int outWords, DebugInfoItem debugInfo, List<Instruction> instructions, List<TryItem> tries, List<EncodedCatchHandler> encodedCatchHandlers) argument
[all...]
/external/smali/smali/src/main/antlr3/org/jf/smali/
H A DsmaliTreeWalker.g458 DebugInfoBuilder debugInfo;
474 $method::debugInfo = new DebugInfoBuilder();
513 DebugInfoItem debugInfoItem = $method::debugInfo.encodeDebugInfo(dexFile);
578 if ($method::debugInfo.getParameterNameCount() > methodParameterCount) {
769 : ^(I_PARAMETER ( string_literal {$method::debugInfo.addParameterName($string_literal.value);}
770 | {$method::debugInfo.addParameterName(null);}
788 $method::debugInfo.addLine($address.address, $integral_literal.value);
797 $method::debugInfo.addLocalExtended($address.address, registerNumber, $SIMPLE_NAME.text, $nonvoid_type_descriptor.type.getTypeDescriptor(), $string_literal.value);
799 $method::debugInfo.addLocal($address.address, registerNumber, $SIMPLE_NAME.text, $nonvoid_type_descriptor.type.getTypeDescriptor());
808 $method::debugInfo
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 359 milliseconds