Lines Matching refs:OBJS
1248 size_t* const OBJS = mObjects;
1259 while (opos < (N-1) && OBJS[opos] < DPOS) {
1265 if (OBJS[opos] == DPOS) {
1275 while (opos > 0 && OBJS[opos] > DPOS) {
1278 if (OBJS[opos] == DPOS) {
1369 const size_t* OBJS = objects();
1373 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
1374 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": "