Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java274 …EXECUTE_INLINE(allApis(0xee), "execute-inline", ReferenceType.NONE, Format.Format35mi, Opcode.ODE… enumConstant
297 …INVOKE_SUPER_QUICK(allApis(0xfa), "invoke-super-quick", ReferenceType.NONE, Format.Format35ms, Op… enumConstant
298 …INVOKE_SUPER_QUICK_RANGE(allApis(0xfb), "invoke-super-quick/range", ReferenceType.NONE, Format.Fo… enumConstant
413 private static List<VersionConstraint> allApis(int opcodeValue) { in allApis() method in Opcode