Searched defs:sfield (Results 1 – 6 of 6) sorted by relevance
206 INLINE JValue* dvmStaticFieldPtr(const StaticField* sfield) { in dvmStaticFieldPtr()210 INLINE bool dvmGetStaticFieldBoolean(const StaticField* sfield) { in dvmGetStaticFieldBoolean()213 INLINE s1 dvmGetStaticFieldByte(const StaticField* sfield) { in dvmGetStaticFieldByte()216 INLINE s2 dvmGetStaticFieldShort(const StaticField* sfield) { in dvmGetStaticFieldShort()219 INLINE u2 dvmGetStaticFieldChar(const StaticField* sfield) { in dvmGetStaticFieldChar()222 INLINE s4 dvmGetStaticFieldInt(const StaticField* sfield) { in dvmGetStaticFieldInt()225 INLINE float dvmGetStaticFieldFloat(const StaticField* sfield) { in dvmGetStaticFieldFloat()228 INLINE s8 dvmGetStaticFieldLong(const StaticField* sfield) { in dvmGetStaticFieldLong()231 INLINE double dvmGetStaticFieldDouble(const StaticField* sfield) { in dvmGetStaticFieldDouble()234 INLINE Object* dvmGetStaticFieldObject(const StaticField* sfield) { in dvmGetStaticFieldObject()[all …]
2336 const DexField* pDexSField, StaticField* sfield) in loadSFieldFromDex()3807 StaticField* sfield = &clazz->sfields[i]; in initSFields() local
138 static void getStaticFieldValue(const StaticField* sfield, JValue* value) in getStaticFieldValue()279 static void setStaticFieldValue(StaticField* sfield, const JValue* value) in setStaticFieldValue()
178 StaticField* sfield = &newClass->sfields[kThrowsField]; in dvmGenerateProxyClass() local1003 const StaticField* sfield = &method->clazz->sfields[kThrowsField]; in mustWrapException() local
461 StaticField* sfield; in processAnnotationValue() local
1563 StaticField* sfield = (StaticField*) fieldIdToField(refTypeId, fieldId); in dvmDbgGetStaticFieldValue() local1619 StaticField* sfield = (StaticField*) fieldIdToField(refTypeId, fieldId); in dvmDbgSetStaticFieldValue() local