Home
last modified time | relevance | path

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

/cts/tools/dex-tools/src/dex/reader/
DDexFileReader.java48 private static final int TYPE_IDS = 3; field in DexFileReader
81 readSize(TYPE_IDS); in read()
82 readOffset(TYPE_IDS); in read()
169 int nTypes = size[TYPE_IDS]; in readTypeIds()
170 b.setPosition(off[TYPE_IDS]); // the first element is here in readTypeIds()