HomeSort by relevance Sort by last modified time
    Searched defs:Write32 (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectWriter.h 155 void Write32(uint32_t Value) {
  /art/compiler/utils/
test_dex_file_builder.h 172 Write32(string_ids_offset + entry.second.idx * sizeof(DexFile::StringId), raw_offset);
176 Write32(type_ids_offset + entry.second * sizeof(DexFile::TypeId), GetStringIdx(entry.first));
185 Write32(raw_offset + 0u, GetStringIdx(entry.first.shorty));
187 Write32(raw_offset + 8u, type_list_offset);
190 Write32(type_list_offset, num_args);
202 Write32(raw_offset + 4u, GetStringIdx(entry.first.name));
211 Write32(raw_offset + 4u, GetStringIdx(entry.first.name));
365 void Write32(size_t offset, uint32_t value) {

Completed in 220 milliseconds