Home
last modified time | relevance | path

Searched refs:Writer (Results 1 – 21 of 21) 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()
71 Writer<> writer(buffer); in WriteFDE()
96 Writer<> writer(debug_info); in WriteDebugInfoCU()
123 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/perfetto_hprof/
Dperfetto_hprof.cc349 class Writer { class
351 Writer(pid_t pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer() function in perfetto_hprof::Writer
374 ~Writer() { Finalize(); } in ~Writer()
377 Writer(const Writer&) = delete;
378 Writer& operator=(const Writer&) = delete;
379 Writer(Writer&&) = delete;
380 Writer& operator=(Writer&&) = delete;
653 void Dump(art::Runtime* runtime, Writer& writer) REQUIRES(art::Locks::mutator_lock_) { in Dump()
663 void DumpRootObjects(art::Runtime* runtime, Writer& writer) in DumpRootObjects()
689 void DumpObjects(art::Runtime* runtime, Writer& writer) REQUIRES(art::Locks::mutator_lock_) { in DumpObjects()
[all …]
/art/libartservice/service/java/com/android/server/art/
DIndentingPrintWriter.java22 import java.io.Writer;
49 public IndentingPrintWriter(@NonNull Writer writer) { in IndentingPrintWriter()
/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/980-redefine-object/
Dredef_object.cc77 dex::Writer writer(dex_ir); in RedefineObjectHook()
79 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/compiler/debug/
Delf_debug_loc_writer.h198 dwarf::Writer<> debug_loc(debug_loc_buffer); in WriteDebugLocEntry()
287 dwarf::Writer<> debug_ranges(debug_ranges_buffer); in WriteDebugLocEntry()
Delf_debug_frame_writer.h225 dwarf::Writer<> header(&header_buffer); in WriteCFISection()
Delf_debug_info_writer.h126 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/test/ti-stress/
Dstress.cc91 dex::Writer writer(dex_ir); in DoExtractClassFromData()
93 struct Allocator : public dex::Writer::Allocator { in DoExtractClassFromData()
/art/tools/
Dlibcore_fugu_failures.txt148 "test.java.io.Writer",
/art/build/boot/
Dboot-image-profile.txt1086 HSPLcom/android/org/kxml2/io/KXmlSerializer;->setOutput(Ljava/io/Writer;)V
1246 HSPLjava/io/BufferedWriter;-><init>(Ljava/io/Writer;)V
1247 HSPLjava/io/BufferedWriter;-><init>(Ljava/io/Writer;I)V
1755 HSPLjava/io/PrintWriter;-><init>(Ljava/io/Writer;)V
1756 HSPLjava/io/PrintWriter;-><init>(Ljava/io/Writer;Z)V
1762 HSPLjava/io/PrintWriter;->flush()V+]Ljava/io/Writer;Landroid/util/Log$ImmediateLogWriter;
1764 HSPLjava/io/PrintWriter;->newLine()V+]Ljava/io/Writer;missing_types
1778 HSPLjava/io/PrintWriter;->write([CII)V+]Ljava/io/Writer;Landroid/util/Log$ImmediateLogWriter;
1838 HSPLjava/io/StringWriter;->append(C)Ljava/io/Writer;
1840 HSPLjava/io/StringWriter;->append(Ljava/lang/CharSequence;)Ljava/io/Writer;+]Ljava/io/StringWriter;…
[all …]
Dpreloaded-classes648 java.io.Writer
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1700 Ljava/io/BufferedWriter;->out:Ljava/io/Writer;
1721 Ljava/io/Console;->out:Ljava/io/Writer;
2281 Ljava/io/Writer;->writeBuffer:[C
2282 Ljava/io/Writer;->WRITE_BUFFER_SIZE:I
9244 Ljava/util/logging/StreamHandler;->writer:Ljava/io/Writer;
11052 Ljavax/xml/transform/stream/StreamResult;->writer:Ljava/io/Writer;