Searched refs:classIndex (Results 1 – 4 of 4) sorted by relevance
41 private int classIndex; field in CstInsn64 this.classIndex = -1; in CstInsn()77 if (classIndex >= 0) { in withOpcode()78 result.setClassIndex(classIndex); in withOpcode()94 if (classIndex >= 0) { in withRegisters()95 result.setClassIndex(classIndex); in withRegisters()160 if (classIndex < 0) { in getClassIndex()164 return classIndex; in getClassIndex()176 return (classIndex >= 0); in hasClassIndex()193 if (this.classIndex >= 0) { in setClassIndex()[all …]
285 int classIndex = bytes.getUnsignedShort(at + 1); in parse0() local286 CstType type = (CstType) parse0(classIndex, wasUtf8); in parse0()293 int classIndex = bytes.getUnsignedShort(at + 1); in parse0() local294 CstType type = (CstType) parse0(classIndex, wasUtf8); in parse0()301 int classIndex = bytes.getUnsignedShort(at + 1); in parse0() local302 CstType type = (CstType) parse0(classIndex, wasUtf8); in parse0()
945 int classIndex = clazz->serialNumber-INITIAL_CLASS_SERIAL_NUMBER; in dvmGetInitiatingLoaderList() local947 classIndex < ZYGOTE_CLASS_CUTOFF) { in dvmGetInitiatingLoaderList()948 return &(gDvm.initiatingLoaderList[classIndex]); in dvmGetInitiatingLoaderList()