Home
last modified time | relevance | path

Searched refs:Writer (Results 1 – 16 of 16) sorted by relevance

/art/libelffile/dwarf/
Dexpression.h33 class Expression : private Writer<> {
35 using Writer<>::data;
36 using Writer<>::size;
114 explicit Expression(std::vector<uint8_t>* buffer) : Writer<>(buffer) { in Expression()
Ddebug_info_entry_writer.h45 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_),
Dheaders.h47 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()
Ddebug_abbrev_writer.h40 class DebugAbbrevWriter final : private Writer<Vector> {
45 : Writer<Vector>(buffer), in DebugAbbrevWriter()
Dwriter.h33 class Writer {
173 explicit Writer(Vector* buffer) : data_(buffer) { } in Writer() function
178 DISALLOW_COPY_AND_ASSIGN(Writer);
Ddebug_line_opcode_writer.h34 class DebugLineOpCodeWriter final : private Writer<Vector> {
221 using Writer<Vector>::data;
227 : Writer<Vector>(&opcodes_),
Ddebug_frame_opcode_writer.h35 class DebugFrameOpCodeWriter : private Writer<Vector> {
300 using Writer<Vector>::data;
305 : Writer<Vector>(&opcodes_),
/art/test/1959-redefine-object-instrument/
Dfake_redef_object.cc64 dex::Writer writer(dex_ir); in RedefineObjectHook()
66 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook()
/art/test/661-oat-writer-layout/
Dinfo.txt1 Tests Oat Writer is correctly changing the layout of OatMethod code addresses.
/art/test/980-redefine-object/
Dredef_object.cc77 dex::Writer writer(dex_ir); in RedefineObjectHook()
79 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook()
/art/compiler/debug/
Delf_debug_loc_writer.h194 dwarf::Writer<> debug_loc(debug_loc_buffer); in WriteDebugLocEntry()
283 dwarf::Writer<> debug_ranges(debug_ranges_buffer); in WriteDebugLocEntry()
Delf_debug_frame_writer.h218 dwarf::Writer<> header(&header_buffer); in WriteCFISection()
Delf_debug_info_writer.h125 dwarf::Writer<> debug_ranges(&owner_->debug_ranges_); in Write()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc81 class JvmtiAllocator : public dex::Writer::Allocator {
162 dex::Writer writer(ir); in CbClassFileLoadHook()
/art/perfetto_hprof/
Dperfetto_hprof.cc284 class Writer { class
286 Writer(pid_t parent_pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer() function in perfetto_hprof::Writer
326 ~Writer() { Finalize(); } in ~Writer()
533 Writer writer(parent_pid, &ctx, timestamp); in DumpPerfetto()
/art/test/ti-stress/
Dstress.cc91 dex::Writer writer(dex_ir); in DoExtractClassFromData()
93 struct Allocator : public dex::Writer::Allocator { in DoExtractClassFromData()