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.h102 uint32_t string_ids_offset = sizeof(DexFile::Header); variable
111 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset;
113 uint32_t type_ids_offset = string_ids_offset + strings_.size() * sizeof(dex::StringId);
173 string_ids_offset + entry.second.idx * sizeof(dex::StringId),
/art/dexlayout/
Dcompact_dex_writer.cc405 const uint32_t string_ids_offset = main_stream->Tell(); in Write() local
445 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()