Searched defs:Field (Results 1 - 3 of 3) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/
H A DField.java24 public interface Field interface in inherits:Member
/dalvik/dx/src/com/android/dx/cf/iface/
H A DField.java24 public interface Field interface in inherits:Member
/dalvik/vm/oo/
H A DObject.h38 struct Field;
294 * Generic field header. We pass this around when we want a generic Field
298 struct Field { struct
305 u4 dvmGetFieldIdx(const Field* field);
310 struct StaticField : Field {
317 struct InstField : Field {
651 Field* dvmFindFieldHier(const ClassObject* clazz, const char* fieldName,
718 INLINE bool dvmIsProtectedField(const Field* field) {
721 INLINE bool dvmIsStaticField(const Field* field) {
724 INLINE bool dvmIsFinalField(const Field* fiel
[all...]

Completed in 2366 milliseconds