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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectWriter.h 148 void Write16(uint16_t Value) {
  /art/compiler/utils/
test_dex_file_builder.h 186 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);
377 void Write16(size_t offset, uint32_t value) {

Completed in 89 milliseconds