Searched refs:Writer (Results 1 – 16 of 16) sorted by relevance
33 class Expression : private Writer<> {35 using Writer<>::data;36 using Writer<>::size;114 explicit Expression(std::vector<uint8_t>* buffer) : Writer<>(buffer) { in Expression()
45 class DebugInfoEntryWriter final : private Writer<Vector> {196 using Writer<Vector>::data;197 using Writer<Vector>::size;198 using Writer<Vector>::UpdateUint32;204 : Writer<Vector>(&entries_),
40 class DebugAbbrevWriter final : private Writer<Vector> {45 : Writer<Vector>(buffer), in DebugAbbrevWriter()
47 Writer<> writer(buffer); in WriteCIE()75 Writer<> writer(buffer); in WriteFDE()100 Writer<> writer(debug_info); in WriteDebugInfoCU()127 Writer<> writer(debug_line); in WriteDebugLineTable()
33 class Writer {173 explicit Writer(Vector* buffer) : data_(buffer) { } in Writer() function178 DISALLOW_COPY_AND_ASSIGN(Writer);
34 class DebugLineOpCodeWriter final : private Writer<Vector> {221 using Writer<Vector>::data;227 : Writer<Vector>(&opcodes_),
35 class DebugFrameOpCodeWriter : private Writer<Vector> {298 using Writer<Vector>::data;303 : Writer<Vector>(&opcodes_),
1 Tests Oat Writer is correctly changing the layout of OatMethod code addresses.
64 dex::Writer writer(dex_ir); in RedefineObjectHook()66 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook()
77 dex::Writer writer(dex_ir); in RedefineObjectHook()79 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook()
202 dwarf::Writer<> debug_loc(debug_loc_buffer); in WriteDebugLocEntry()291 dwarf::Writer<> debug_ranges(debug_ranges_buffer); in WriteDebugLocEntry()
238 dwarf::Writer<> header(&header_buffer); in WriteCFISection()
125 dwarf::Writer<> debug_ranges(&owner_->debug_ranges_); in Write()
81 class JvmtiAllocator : public dex::Writer::Allocator {162 dex::Writer writer(ir); in CbClassFileLoadHook()
287 template<typename Writer, typename Builder>288 ALWAYS_INLINE static void EncodeTable(Writer& out, const Builder& bit_table) { in EncodeTable()
91 dex::Writer writer(dex_ir); in DoExtractClassFromData()93 struct Allocator : public dex::Writer::Allocator { in DoExtractClassFromData()