Home
last modified time | relevance | path

Searched refs:SetMapListOffset (Results 1 – 4 of 4) sorted by relevance

/art/dexlayout/
Dcompact_dex_writer.cc467 header_->SetMapListOffset(data_stream->Tell()); in Write()
Ddex_writer.cc915 header_->SetMapListOffset(stream->Tell()); in Write()
Ddex_ir_builder.cc313 header->SetMapListOffset(disk_header.map_off_); in DexIrBuilder()
Ddex_ir.h503 void SetMapListOffset(uint32_t new_offset) { map_list_offset_ = new_offset; } in SetMapListOffset() function