Lines Matching full:objs
1225 size_t* const OBJS = mObjects;
1236 while (opos < (N-1) && OBJS[opos] < DPOS) {
1242 if (OBJS[opos] == DPOS) {
1252 while (opos > 0 && OBJS[opos] > DPOS) {
1255 if (OBJS[opos] == DPOS) {
1335 const size_t* OBJS = objects();
1339 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
1340 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": "