Home
last modified time | relevance | path

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

/dalvik/vm/oo/
DObject.h740 INLINE JValue* dvmStaticFieldPtr(const StaticField* sfield) { in dvmStaticFieldPtr()
744 INLINE bool dvmGetStaticFieldBoolean(const StaticField* sfield) { in dvmGetStaticFieldBoolean()
747 INLINE s1 dvmGetStaticFieldByte(const StaticField* sfield) { in dvmGetStaticFieldByte()
750 INLINE s2 dvmGetStaticFieldShort(const StaticField* sfield) { in dvmGetStaticFieldShort()
753 INLINE u2 dvmGetStaticFieldChar(const StaticField* sfield) { in dvmGetStaticFieldChar()
756 INLINE s4 dvmGetStaticFieldInt(const StaticField* sfield) { in dvmGetStaticFieldInt()
759 INLINE s8 dvmGetStaticFieldLong(const StaticField* sfield) { in dvmGetStaticFieldLong()
762 INLINE float dvmGetStaticFieldFloat(const StaticField* sfield) { in dvmGetStaticFieldFloat()
765 INLINE double dvmGetStaticFieldDouble(const StaticField* sfield) { in dvmGetStaticFieldDouble()
768 INLINE Object* dvmGetStaticFieldObject(const StaticField* sfield) { in dvmGetStaticFieldObject()
[all …]
DClass.c2240 const DexField* pDexSField, StaticField* sfield) in loadSFieldFromDex()
3820 StaticField* sfield = &clazz->sfields[i]; in initSFields() local
/dalvik/vm/reflect/
DProxy.c233 StaticField* sfield = &newClass->sfields[kThrowsField]; in dvmGenerateProxyClass() local
1064 const StaticField* sfield = &method->clazz->sfields[kThrowsField]; in mustWrapException() local
DAnnotation.c524 StaticField* sfield; in processAnnotationValue() local
/dalvik/vm/
DDebugger.c1555 StaticField* sfield = (StaticField*) fieldIdToField(refTypeId, fieldId); in dvmDbgGetStaticFieldValue() local
1613 StaticField* sfield = (StaticField*) fieldIdToField(refTypeId, fieldId); in dvmDbgSetStaticFieldValue() local