Home | History | Annotate | Download | only in oo

Lines Matching full:sfields

291     size_t offset = OFFSETOF_MEMBER(ClassObject, sfields);
1837 loadSFieldFromDex(newClass, &field, &newClass->sfields[i]);
2089 /* The sfields are attached to the ClassObject, and will be freed
3822 StaticField* sfield = &clazz->sfields[i];
4777 ALOGI(" %2d: %20s %s", i, clazz->sfields[i].name,
4778 clazz->sfields[i].signature);