Home
last modified time | relevance | path

Searched refs:raw_offset (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Dtest_dex_file_builder.h169 uint32_t raw_offset = data_section_offset + entry.second.data_offset; variable
170 dex_file_data[raw_offset] = static_cast<uint8_t>(entry.first.size());
171 std::memcpy(&dex_file_data[raw_offset + 1], entry.first.c_str(), entry.first.size() + 1);
174 raw_offset);
188 uint32_t raw_offset = proto_ids_offset + entry.second.idx * sizeof(dex::ProtoId); variable
189 Write32(dex_file_data, raw_offset + 0u, GetStringIdx(entry.first.shorty));
190 Write16(dex_file_data, raw_offset + 4u, GetTypeIdx(entry.first.return_type));
191 Write32(dex_file_data, raw_offset + 8u, type_list_offset);
204 uint32_t raw_offset = field_ids_offset + entry.second * sizeof(dex::FieldId); variable
205 Write16(dex_file_data, raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
[all …]