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_),
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()
40 class DebugAbbrevWriter final : private Writer<Vector> {45 : Writer<Vector>(buffer), in DebugAbbrevWriter()
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> {300 using Writer<Vector>::data;305 : Writer<Vector>(&opcodes_),
64 dex::Writer writer(dex_ir); in RedefineObjectHook()66 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook()
1 Tests Oat Writer is correctly changing the layout of OatMethod code addresses.
77 dex::Writer writer(dex_ir); in RedefineObjectHook()79 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook()
194 dwarf::Writer<> debug_loc(debug_loc_buffer); in WriteDebugLocEntry()283 dwarf::Writer<> debug_ranges(debug_ranges_buffer); in WriteDebugLocEntry()
218 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()
284 class Writer { class286 Writer(pid_t parent_pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer() function in perfetto_hprof::Writer326 ~Writer() { Finalize(); } in ~Writer()533 Writer writer(parent_pid, &ctx, timestamp); in DumpPerfetto()
91 dex::Writer writer(dex_ir); in DoExtractClassFromData()93 struct Allocator : public dex::Writer::Allocator { in DoExtractClassFromData()