HomeSort by relevance Sort by last modified time
    Searched refs:u4 (Results 51 - 75 of 308) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
FieldAnnotationStruct.java 91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx));
93 Hex.u4(annotationsOff));
FieldIdsSection.java 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodAnnotationStruct.java 91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
93 Hex.u4(annotationsOff));
MethodIdsSection.java 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 76 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
77 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
ClassDefItem.java 190 out.annotate(4, " class_idx: " + Hex.u4(classIdx));
193 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) +
196 out.annotate(4, " interfaces_off: " + Hex.u4(interOff));
204 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) +
207 out.annotate(4, " annotations_off: " + Hex.u4(annoOff));
208 out.annotate(4, " class_data_off: " + Hex.u4(dataOff));
210 Hex.u4(staticValuesOff));
ProtoIdItem.java 151 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) +
153 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) +
155 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstFloat.java 63 return "float{0x" + Hex.u4(bits) + " / " +
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java 76 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
FieldAnnotationStruct.java 94 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx));
96 Hex.u4(annotationsOff));
FieldIdsSection.java 83 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
84 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodAnnotationStruct.java 94 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
96 Hex.u4(annotationsOff));
MethodIdsSection.java 83 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
84 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 91 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
92 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
ClassDefItem.java 187 out.annotate(4, " class_idx: " + Hex.u4(classIdx));
190 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) +
193 out.annotate(4, " interfaces_off: " + Hex.u4(interOff));
201 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) +
204 out.annotate(4, " annotations_off: " + Hex.u4(annoOff));
205 out.annotate(4, " class_data_off: " + Hex.u4(dataOff));
207 Hex.u4(staticValuesOff));
  /dalvik/dx/src/com/android/dx/rop/cst/
CstFloat.java 63 return "float{0x" + Hex.u4(bits) + " / " +
  /tools/dexter/slicer/
code_ir.cc 79 dex::u4 type_index = dex::ReadULeb128(&ptr);
84 dex::u4 address = dex::ReadULeb128(&ptr);
96 dex::u4 address = dex::ReadULeb128(&ptr);
115 dex::u4 address = 0;
169 dex::u4 name_index = dex::ReadULeb128(&ptr) - 1;
173 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1;
184 dex::u4 name_index = dex::ReadULeb128(&ptr) - 1;
188 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1;
192 dex::u4 sig_index = dex::ReadULeb128(&ptr) - 1;
215 dex::u4 name_index = dex::ReadULeb128(&ptr) - 1
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 93 "length: " + Hex.u4(length));
101 "attribute at offset " + Hex.u4(offset));
  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeOutput.java 89 public void write(short u0, short u1, short u2, short u3, short u4) {
94 write(u4);
  /dalvik/libdex/
DexProto.h 81 u4 protoIdx; /* index into proto_ids table of dexFile */
157 * Compute the number of parameter words (u4 units) required by the
220 u4 dexParameterIteratorNextIndex(DexParameterIterator* pIterator);
Leb128.h 133 DEX_INLINE u1* writeUnsignedLeb128(u1* ptr, u4 data)
152 DEX_INLINE int unsignedLeb128Size(u4 data)
  /external/turbine/java/com/google/turbine/bytecode/
ClassReader.java 65 int magic = reader.u4();
112 reader.skip(reader.u4());
133 reader.u4(); // length
141 reader.u4(); // length
171 reader.skip(reader.u4());
174 reader.u4(); // length
304 reader.skip(reader.u4());
327 reader.u4(); // length
351 reader.u4(); // length
355 reader.skip(reader.u4());
    [all...]
  /external/elfutils/libdw/
memory-access.h 168 uint32_t u4; member in union:unaligned
209 return up->u4;
216 return bswap_32 (up->u4);
217 return up->u4;
224 return (int32_t) bswap_32 (up->u4);
  /dalvik/dexgen/src/com/android/dexgen/util/
Hex.java 52 public static String u4(int v) { method in class:Hex
106 return u4(v);
279 default: astr = Hex.u4(outOffset); break;

Completed in 507 milliseconds

1 23 4 5 6 7 8 91011>>