Home | History | Annotate | Download | only in vm

Lines Matching defs:base

417         StaticField* base = &clazz->sfields[0];
419 if ((StaticField*) fieldID < base || (StaticField*) fieldID >= base + fieldCount) {
422 ALOGW(" base=%p count=%d", base, fieldCount);
1811 /* capture this before the base call tramples on it */ \
1834 elems = NULL; /* base JNI call doesn't currently need */ \