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/dexlayout/
Ddex_ir.h219 void SetOffset(uint32_t new_offset) { offset_ = new_offset; } in SetOffset()
511 void SetMapListOffset(uint32_t new_offset) { map_list_offset_ = new_offset; } in SetMapListOffset()
/art/runtime/
Dtrace.cc1175 int32_t new_offset; in RecordMethodEvent() local
/art/libdexfile/dex/
Ddex_file_verifier.cc3119 uint32_t new_offset = (offset + alignment_mask) & ~alignment_mask; in CheckInterSectionIterate() local
/art/dex2oat/linker/
Doat_writer.cc2498 off_t new_offset = out->Seek(size_executable_offset_alignment_, kSeekCurrent); in WriteRodata() local
Dimage_writer.cc660 size_t new_offset) { in UpdateImageBinSlotOffset()