Searched refs:kPadding (Results 1 - 3 of 3) sorted by last modified time

/art/dex2oat/linker/
H A Doat_writer.cc4159 static const uint8_t kPadding[] = { local
4162 DCHECK_LE(size, sizeof(kPadding));
4163 if (UNLIKELY(!out->WriteFully(kPadding, size))) {
/art/compiler/linker/
H A Drelative_patcher.cc131 static const uint8_t kPadding[] = { local
134 DCHECK_LE(aligned_code_delta, sizeof(kPadding));
135 if (UNLIKELY(!out->WriteFully(kPadding, aligned_code_delta))) {
H A Drelative_patcher_test.h132 static const uint8_t kPadding[] = { local
141 CHECK_LE(alignment_size, sizeof(kPadding));
142 out_.WriteFully(kPadding, alignment_size);

Completed in 73 milliseconds