Home
last modified time | relevance | path

Searched refs:string_ids_offset (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Dtest_dex_file_builder.h104 uint32_t string_ids_offset = sizeof(DexFile::Header); in Build() local
113 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset; in Build()
115 uint32_t type_ids_offset = string_ids_offset + strings_.size() * sizeof(dex::StringId); in Build()
175 Write32(string_ids_offset + entry.second.idx * sizeof(dex::StringId), raw_offset); in Build()
/art/dexlayout/
Dcompact_dex_writer.cc408 const uint32_t string_ids_offset = main_stream->Tell(); in Write() local
448 Stream::ScopedSeek seek(main_stream, string_ids_offset); in Write()
Ddex_writer.cc852 const uint32_t string_ids_offset = stream->Tell(); in Write() local
896 Stream::ScopedSeek seek(stream, string_ids_offset); in Write()