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

/art/compiler/utils/
H A Dtest_dex_file_builder.h186 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type));
192 Write16(type_list_offset + 4u + i * sizeof(DexFile::TypeItem),
200 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
201 Write16(raw_offset + 2u, GetTypeIdx(entry.first.type));
207 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
210 Write16(raw_offset + 2u, it->second.idx);
368 void Write16(size_t offset, uint32_t value) { function in class:art::TestDexFileBuilder

Completed in 2228 milliseconds