Searched defs:Write32 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/
H A Dtest_dex_file_builder.h171 Write32(string_ids_offset + entry.second.idx * sizeof(DexFile::StringId), raw_offset);
175 Write32(type_ids_offset + entry.second * sizeof(DexFile::TypeId), GetStringIdx(entry.first));
184 Write32(raw_offset + 0u, GetStringIdx(entry.first.shorty));
186 Write32(raw_offset + 8u, type_list_offset);
189 Write32(type_list_offset, num_args);
201 Write32(raw_offset + 4u, GetStringIdx(entry.first.name));
210 Write32(raw_offset + 4u, GetStringIdx(entry.first.name));
341 void Write32(size_t offset, uint32_t value) { function in class:art::TestDexFileBuilder

Completed in 34 milliseconds