Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtest_dex_file_builder.h189 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type)); in Build()
195 Write16(type_list_offset + 4u + i * sizeof(dex::TypeItem), in Build()
203 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor)); in Build()
204 Write16(raw_offset + 2u, GetTypeIdx(entry.first.type)); in Build()
210 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor)); in Build()
213 Write16(raw_offset + 2u, it->second.idx); in Build()
381 void Write16(size_t offset, uint32_t value) { in Write16() function