Lines Matching refs:staticField
2762 StaticField* staticField; in getStaticField() local
2764 staticField = dvmOptResolveStaticField(meth->clazz, fieldIdx, pFailure); in getStaticField()
2765 if (staticField == NULL) { in getStaticField()
2779 return staticField; in getStaticField()
5063 StaticField* staticField; in verifyInstruction() local
5066 staticField = getStaticField(meth, decInsn.vB, &failure); in verifyInstruction()
5077 fieldType = primSigCharToRegType(staticField->signature[0]); in verifyInstruction()
5085 staticField->clazz->descriptor, in verifyInstruction()
5086 staticField->name, tmpType, fieldType); in verifyInstruction()
5096 StaticField* staticField; in verifyInstruction() local
5099 staticField = getStaticField(meth, decInsn.vB, &failure); in verifyInstruction()
5103 switch (staticField->signature[0]) { in verifyInstruction()
5112 staticField->clazz->descriptor, in verifyInstruction()
5113 staticField->name); in verifyInstruction()
5125 StaticField* staticField; in verifyInstruction() local
5128 staticField = getStaticField(meth, decInsn.vB, &failure); in verifyInstruction()
5131 fieldClass = getFieldClass(meth, staticField); in verifyInstruction()
5134 staticField->signature); in verifyInstruction()
5164 StaticField* staticField; in verifyInstruction() local
5187 staticField = getStaticField(meth, decInsn.vB, &failure); in verifyInstruction()
5190 checkFinalFieldAccess(meth, staticField, &failure); in verifyInstruction()
5201 fieldType = primSigCharToRegType(staticField->signature[0]); in verifyInstruction()
5215 staticField->clazz->descriptor, in verifyInstruction()
5216 staticField->name, tmpType, fieldType); in verifyInstruction()
5232 StaticField* staticField; in verifyInstruction() local
5234 staticField = getStaticField(meth, decInsn.vB, &failure); in verifyInstruction()
5237 checkFinalFieldAccess(meth, staticField, &failure); in verifyInstruction()
5242 switch (staticField->signature[0]) { in verifyInstruction()
5251 staticField->clazz->descriptor, in verifyInstruction()
5252 staticField->name); in verifyInstruction()
5261 StaticField* staticField; in verifyInstruction() local
5264 staticField = getStaticField(meth, decInsn.vB, &failure); in verifyInstruction()
5267 checkFinalFieldAccess(meth, staticField, &failure); in verifyInstruction()
5271 fieldClass = getFieldClass(meth, staticField); in verifyInstruction()
5274 staticField->signature); in verifyInstruction()
5282 decInsn.vA, staticField->name, in verifyInstruction()
5301 staticField->clazz->descriptor, in verifyInstruction()
5302 staticField->name); in verifyInstruction()