Searched refs:old_offset (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dtrace.cc872 int32_t old_offset = cur_offset_.LoadRelaxed(); local
873 int32_t new_offset = old_offset + static_cast<int32_t>(src_size);
876 if (!trace_file_->WriteFully(buf_.get(), old_offset)) {
889 old_offset = 0;
894 memcpy(buf_.get() + old_offset, src, src_size);
913 int32_t old_offset = 0; local
918 old_offset = cur_offset_.LoadRelaxed();
919 new_offset = old_offset + GetRecordSize(clock_source_);
924 } while (!cur_offset_.CompareExchangeWeakSequentiallyConsistent(old_offset, new_offset));
951 ptr = buf_.get() + old_offset;
[all...]
H A Dclass_linker.cc331 MemberOffset old_offset = *field_offset; local
333 AddFieldGap(old_offset.Uint32Value(), field_offset->Uint32Value(), gaps);
7680 MemberOffset old_offset = field_offset; local
7682 AddFieldGap(old_offset.Uint32Value(), field_offset.Uint32Value(), &gaps);
/art/compiler/
H A Doat_writer.cc1780 size_t old_offset = offset;
1785 size_executable_offset_alignment_ = offset - old_offset;

Completed in 90 milliseconds