Searched refs:writeByte (Results 1 - 18 of 18) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/util/
H A DOutput.java47 public void writeByte(int value); method in interface:Output
H A DByteArrayAnnotatedOutput.java148 public void writeByte(int value) { method in class:ByteArrayAnnotatedOutput
232 writeByte((value & 0x7f) | 0x80);
238 writeByte(value & 0x7f);
253 writeByte((value & 0x7f) | (hasMore ? 0x80 : 0));
/dalvik/dx/src/com/android/dx/util/
H A DOutput.java49 public void writeByte(int value); method in interface:Output
H A DByteArrayAnnotatedOutput.java160 public void writeByte(int value) { method in class:ByteArrayAnnotatedOutput
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DValueEncoder.java184 out.writeByte(type);
189 out.writeByte(type);
195 out.writeByte(type);
200 out.writeByte(type | (value << 5));
410 out.writeByte(type | ((requiredBytes - 1) << 5));
414 out.writeByte((byte) value);
441 out.writeByte(type | ((requiredBytes - 1) << 5));
445 out.writeByte((byte) value);
475 out.writeByte(type | ((requiredBytes - 1) << 5));
479 out.writeByte((byt
[all...]
H A DAnnotationItem.java199 case BUILD: out.writeByte(VISIBILITY_BUILD); break;
200 case RUNTIME: out.writeByte(VISIBILITY_RUNTIME); break;
201 case SYSTEM: out.writeByte(VISIBILITY_SYSTEM); break;
H A DStringDataItem.java83 out.writeByte(0);
H A DDebugInfoEncoder.java200 output.writeByte(DBG_SET_PROLOGUE_END);
616 output.writeByte(DBG_RESTART_LOCAL);
692 output.writeByte(DBG_START_LOCAL);
721 output.writeByte(DBG_START_LOCAL_EXTENDED);
750 output.writeByte(DBG_END_LOCAL);
809 output.writeByte(opcode);
853 output.writeByte(DBG_ADVANCE_LINE);
877 output.writeByte(DBG_ADVANCE_PC);
914 output.writeByte(DBG_END_SEQUENCE);
H A DHeaderItem.java89 out.writeByte(MAGIC.charAt(i));
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationItem.java196 case BUILD: out.writeByte(VISIBILITY_BUILD); break;
197 case RUNTIME: out.writeByte(VISIBILITY_RUNTIME); break;
198 case SYSTEM: out.writeByte(VISIBILITY_SYSTEM); break;
H A DStringDataItem.java83 out.writeByte(0);
H A DDebugInfoEncoder.java208 output.writeByte(DBG_SET_PROLOGUE_END);
624 output.writeByte(DBG_RESTART_LOCAL);
700 output.writeByte(DBG_START_LOCAL);
729 output.writeByte(DBG_START_LOCAL_EXTENDED);
758 output.writeByte(DBG_END_LOCAL);
817 output.writeByte(opcode);
861 output.writeByte(DBG_ADVANCE_LINE);
885 output.writeByte(DBG_ADVANCE_PC);
922 output.writeByte(DBG_END_SEQUENCE);
H A DValueEncoder.java183 out.writeByte(type);
188 out.writeByte(type);
194 out.writeByte(type);
199 out.writeByte(type | (value << 5));
H A DHeaderItem.java81 out.writeByte(magic.charAt(i));
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DArrayData.java123 out.writeByte((byte) ((CstLiteral32) cst).getIntBits());
154 out.writeByte(0x00);
/dalvik/dx/src/com/android/dx/dex/code/
H A DArrayData.java125 out.writeByte((byte) ((CstLiteral32) cst).getIntBits());
156 out.writeByte(0x00);
/dalvik/dx/src/com/android/dx/merge/
H A DIndexMap.java344 out.writeByte((arg << 5) | type);
H A DDexMerger.java916 debugInfoOut.writeByte(opcode);

Completed in 5662 milliseconds