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.cc842 int32_t new_offset = old_offset + static_cast<int32_t>(src_size); in WriteToBuf() local
888 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.cc2833 uint32_t new_offset = (offset + alignment_mask) & ~alignment_mask; in CheckInterSectionIterate() local
/art/dex2oat/linker/
Doat_writer.cc2395 off_t new_offset = out->Seek(size_executable_offset_alignment_, kSeekCurrent); in WriteRodata() local
Dimage_writer.cc934 size_t new_offset = bin_slot_offset + bin_slot.GetIndex(); in AssignImageOffset() local