Home
last modified time | relevance | path

Searched defs:new_offset (Results 1 – 8 of 8) sorted by relevance

/art/libelffile/stream/
Dvector_output_stream.h40 off_t new_offset = offset_ + byte_count; in WriteFully() local
55 void EnsureCapacity(off_t new_offset) { in EnsureCapacity()
Dvector_output_stream.cc28 off_t new_offset = 0; in Seek() local
Derror_delaying_output_stream.h56 off_t new_offset; in Seek() local
/art/runtime/
Dtrace.cc847 int32_t new_offset = old_offset + static_cast<int32_t>(src_size); in WriteToBuf() local
893 int32_t new_offset; in LogMethodTraceEvent() local
/art/dexlayout/
Ddex_ir.h219 void SetOffset(uint32_t new_offset) { offset_ = new_offset; } in SetOffset()
503 void SetMapListOffset(uint32_t new_offset) { map_list_offset_ = new_offset; } in SetMapListOffset()
/art/libdexfile/dex/
Ddex_file_verifier.cc3125 uint32_t new_offset = (offset + alignment_mask) & ~alignment_mask; in CheckInterSectionIterate() local
/art/dex2oat/linker/
Dimage_writer.cc934 size_t new_offset) { in UpdateImageBinSlotOffset()
Doat_writer.cc2417 off_t new_offset = out->Seek(size_executable_offset_alignment_, kSeekCurrent); in WriteRodata() local