Searched refs:staticField (Results 1 – 4 of 4) sorted by relevance
/dalvik/tests/003-omnibus-opcodes/src/ |
D | UnresTest1.java | 42 int y = UnresStuff.staticField; in run() 48 UnresStuff.staticField = 17; in run()
|
D | UnresStuff.java | 10 public static int staticField; field in UnresStuff
|
/dalvik/vm/analysis/ |
D | CodeVerify.cpp | 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 [all …]
|
D | Optimize.cpp | 721 StaticField* staticField; in rewriteStaticField0() local 725 staticField = dvmOptResolveStaticField(clazz, fieldIdx, NULL); in rewriteStaticField0() 726 if (staticField == NULL) { in rewriteStaticField0() 734 if (dvmIsVolatileField(staticField)) { in rewriteStaticField0() 737 staticField->clazz->descriptor, staticField->name); in rewriteStaticField0()
|