Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java369 ImmutableRangeMap.Builder<Integer, Short> apiToValueBuilder = ImmutableRangeMap.builder(); in Opcode() local
374apiToValueBuilder.put(versionConstraint.apiRange, (short)versionConstraint.opcodeValue); in Opcode()
381 this.apiToValueMap = apiToValueBuilder.build(); in Opcode()