/art/libelffile/dwarf/ |
D | expression.h | 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()
|
D | debug_info_entry_writer.h | 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_),
|
D | headers.h | 47 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()
|
D | debug_abbrev_writer.h | 40 class DebugAbbrevWriter final : private Writer<Vector> { 45 : Writer<Vector>(buffer), in DebugAbbrevWriter()
|
D | writer.h | 33 class Writer { 173 explicit Writer(Vector* buffer) : data_(buffer) { } in Writer() function 178 DISALLOW_COPY_AND_ASSIGN(Writer);
|
D | debug_line_opcode_writer.h | 34 class DebugLineOpCodeWriter final : private Writer<Vector> { 221 using Writer<Vector>::data; 227 : Writer<Vector>(&opcodes_),
|
D | debug_frame_opcode_writer.h | 35 class DebugFrameOpCodeWriter : private Writer<Vector> { 300 using Writer<Vector>::data; 305 : Writer<Vector>(&opcodes_),
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 349 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/ |
D | IndentingPrintWriter.java | 22 import java.io.Writer; 49 public IndentingPrintWriter(@NonNull Writer writer) { in IndentingPrintWriter()
|
/art/test/1959-redefine-object-instrument/ |
D | fake_redef_object.cc | 64 dex::Writer writer(dex_ir); in RedefineObjectHook() 66 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook()
|
/art/test/980-redefine-object/ |
D | redef_object.cc | 77 dex::Writer writer(dex_ir); in RedefineObjectHook() 79 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook()
|
/art/test/661-oat-writer-layout/ |
D | info.txt | 1 Tests Oat Writer is correctly changing the layout of OatMethod code addresses.
|
/art/compiler/debug/ |
D | elf_debug_loc_writer.h | 198 dwarf::Writer<> debug_loc(debug_loc_buffer); in WriteDebugLocEntry() 287 dwarf::Writer<> debug_ranges(debug_ranges_buffer); in WriteDebugLocEntry()
|
D | elf_debug_frame_writer.h | 225 dwarf::Writer<> header(&header_buffer); in WriteCFISection()
|
D | elf_debug_info_writer.h | 126 dwarf::Writer<> debug_ranges(&owner_->debug_ranges_); in Write()
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | forceredefine.cc | 81 class JvmtiAllocator : public dex::Writer::Allocator { 162 dex::Writer writer(ir); in CbClassFileLoadHook()
|
/art/test/ti-stress/ |
D | stress.cc | 91 dex::Writer writer(dex_ir); in DoExtractClassFromData() 93 struct Allocator : public dex::Writer::Allocator { in DoExtractClassFromData()
|
/art/tools/ |
D | libcore_fugu_failures.txt | 148 "test.java.io.Writer",
|
/art/build/boot/ |
D | boot-image-profile.txt | 1086 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 …]
|
D | preloaded-classes | 648 java.io.Writer
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1700 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;
|