Home | History | Annotate | Download | only in compiler

Lines Matching refs:WriteFully

435   if (!out.WriteFully(oat_header_, sizeof(*oat_header_))) {
441 if (!out.WriteFully(image_file_location_.data(), image_file_location_.size())) {
526 if (!out.WriteFully(&dex_file->GetHeader(), dex_file->GetHeader().file_size_)) {
561 if (!out.WriteFully(&(*field)[0], field->size())) { \
703 if (!out.WriteFully(&code_size, sizeof(code_size))) {
710 if (!out.WriteFully(&code[0], code_size)) {
735 if (!out.WriteFully(&mapping_table[0], mapping_table_size)) {
759 if (!out.WriteFully(&vmap_table[0], vmap_table_size)) {
783 if (!out.WriteFully(&gc_map[0], gc_map_size)) {
827 if (!out.WriteFully(&dex_file_location_size_, sizeof(dex_file_location_size_))) {
832 if (!out.WriteFully(dex_file_location_data_, dex_file_location_size_)) {
837 if (!out.WriteFully(&dex_file_location_checksum_, sizeof(dex_file_location_checksum_))) {
842 if (!out.WriteFully(&dex_file_offset_, sizeof(dex_file_offset_))) {
847 if (!out.WriteFully(&methods_offsets_[0],
888 if (!out.WriteFully(&status_, sizeof(status_))) {
895 if (!out.WriteFully(&method_offsets_[0],