Home
last modified time | relevance | path

Searched defs:DexFileSection (Results 1 – 1 of 1) sorted by relevance

/art/dexlayout/
Ddex_ir.h1338 struct DexFileSection { struct
1340 DexFileSection(const std::string& name, uint16_t type, uint32_t size, uint32_t offset) in DexFileSection() function
1356 std::vector<DexFileSection> GetSortedDexFileSections(dex_ir::Header* header, argument