Searched defs:Write (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dindenter.h43 Write(s, to_write);
50 Write(s, n);
61 Write(data, 1u);
70 void Write(const char* s, std::streamsize n) { function in class:art::Indenter
H A Dprofiler.cc269 // Write out the profile file if we are generating a profile.
467 return profile_table_.Write(os, options_.GetProfileType());
573 // Write the profile table to the output stream. Also merge with the previous profile.
574 uint32_t ProfileSampleResults::Write(std::ostream& os, ProfileDataType type) { function in class:art::ProfileSampleResults
/art/runtime/base/unix_file/
H A Dfd_file.cc180 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { function in class:unix_file::FdFile
/art/compiler/debug/
H A Delf_debug_info_writer.h119 void Write(const ElfCompilationUnit& compilation_unit) { function in class:art::debug::ElfCompilationUnitWriter
151 // Write reference tag for the class we are about to declare.
191 // Write parameters. DecodeDebugLocalInfo returns them as well, but it does not
202 // Write the stack location of the parameter.
217 // Write the type.
222 // Write the stack location of the parameter.
234 // Write local variables.
278 void Write(const ArrayRef<mirror::Class*>& types) SHARED_REQUIRES(Locks::mutator_lock_) {
409 // Write base class declarations.
443 // Write tabl
[all...]
/art/compiler/
H A Delf_builder.h185 // Write this section as "NOBITS" section. (used for the .bss section)
262 void Write() { function in class:art::FINAL::CachedSection
270 Write();
320 Elf_Word Write(const std::string& name) { function in class:art::FINAL::FINAL
448 void Write() { function in class:art::FINAL::FINAL
565 // Write section names and finish the section headers.
567 shstrtab_.Write("");
569 section->header_.sh_name = shstrtab_.Write(section->name_);
576 // Write section headers at the end of the ELF file.
729 abiflags_.Write();
[all...]
H A Dimage_writer.cc164 bool ImageWriter::Write(int image_fd, function in class:art::ImageWriter
283 // Write out the image + fields + methods.
291 // Write out the image bitmap at the page aligned start of the image end, also uncompressed for
315 // Write header last in case the compiler gets killed in the middle of image writing.
1400 // Write the image runtime methods.
1792 // Write the intern table into the image.
1811 // Write the class table(s) into the image. class_table_bytes_ may be 0 if there are multiple
1906 // Write in a hash code of objects which have inflated monitors or a hash code in their monitor

Completed in 120 milliseconds