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

  /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) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectWriter.h 148 void Write16(uint16_t Value) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 147 OW->Write16(nopEncoding);
163 case 2: OW->Write16(0); break;
164 case 3: OW->Write16(0); OW->Write8(0xa0); break;
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 104 Write16(ELF::ET_REL); // e_type
106 Write16(TargetObjectWriter->getEMachine()); // e_machine = target
118 Write16(is64Bit() ? sizeof(ELF::Elf64_Ehdr) : sizeof(ELF::Elf32_Ehdr));
120 Write16(0); // e_phentsize = prog header entry size
121 Write16(0); // e_phnum = # prog header entries = 0
124 Write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr));
128 Write16(ELF::SHN_UNDEF);
130 Write16(NumberOfSections);
134 Write16(ELF::SHN_XINDEX);
136 Write16(ShstrtabIndex)
    [all...]
MCAssembler.cpp 427 case 2: OW->Write16(uint16_t(AF.getValue())); break;
452 case 2: OW->Write16(uint16_t(FF.getValue())); break;
MachObjectWriter.cpp 347 Write16(Flags);

Completed in 106 milliseconds