/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/libartservice/service/java/com/android/server/art/ |
D | IndentingPrintWriter.java | 22 import java.io.Writer; 49 public IndentingPrintWriter(@NonNull Writer writer) { in IndentingPrintWriter()
|
/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; 659 void Dump(art::Runtime* runtime, Writer& writer) REQUIRES(art::Locks::mutator_lock_) { in Dump() 669 void DumpRootObjects(art::Runtime* runtime, Writer& writer) in DumpRootObjects() 695 void DumpObjects(art::Runtime* runtime, Writer& writer) REQUIRES(art::Locks::mutator_lock_) { in DumpObjects() [all …]
|
/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 | 244 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 | 79 class JvmtiAllocator : public dex::Writer::Allocator { 160 dex::Writer writer(ir); in CbClassFileLoadHook()
|
/art/test/ti-stress/ |
D | stress.cc | 90 dex::Writer writer(dex_ir); in DoExtractClassFromData() 92 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 | 1006 HSPLcom/android/org/kxml2/io/KXmlSerializer;->setOutput(Ljava/io/Writer;)V 1166 HSPLjava/io/BufferedWriter;-><init>(Ljava/io/Writer;)V 1167 HSPLjava/io/BufferedWriter;-><init>(Ljava/io/Writer;I)V 1678 HSPLjava/io/PrintWriter;-><init>(Ljava/io/Writer;)V 1679 HSPLjava/io/PrintWriter;-><init>(Ljava/io/Writer;Z)V 1763 HSPLjava/io/StringWriter;->append(C)Ljava/io/Writer; 1765 HSPLjava/io/StringWriter;->append(Ljava/lang/CharSequence;)Ljava/io/Writer; 1795 HSPLjava/io/Writer;-><init>()V 1796 HSPLjava/io/Writer;-><init>(Ljava/lang/Object;)V 1797 HSPLjava/io/Writer;->append(C)Ljava/io/Writer; [all …]
|
D | preloaded-classes | 635 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;
|