Home | History | Annotate | Download | only in reflect

Lines Matching refs:sfieldCount

188         assert(slot >= 0 && slot < clazz->sfieldCount);
205 assert(slot < clazz->sfieldCount);
281 count = clazz->sfieldCount + clazz->ifieldCount;
284 for (int i = 0; i < clazz->sfieldCount; i++) {
302 for (int i = 0; i < clazz->sfieldCount; i++) {
788 for (i = 0; i < clazz->sfieldCount; i++) {