Searched refs:staticValuesOffset (Results 1 – 3 of 3) sorted by relevance
33 private final int staticValuesOffset; field in ClassDef37 int annotationsOffset, int classDataOffset, int staticValuesOffset) { in ClassDef() argument47 this.staticValuesOffset = staticValuesOffset; in ClassDef()87 return staticValuesOffset; in getStaticValuesOffset()
465 int staticValuesOffset = readInt(); in readClassDef() local468 staticValuesOffset); in readClassDef()
101 int staticValuesOffset = classDef.getStaticValuesOffset(); in grep() local102 if (staticValuesOffset != 0) { in grep()103 readArray(new EncodedValueReader(dex.open(staticValuesOffset))); in grep()