Searched refs:OBJS (Results 1 – 1 of 1) sorted by relevance
1180 size_t* const OBJS = mObjects; in readObject() local1191 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()1197 if (OBJS[opos] == DPOS) { in readObject()1207 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()1210 if (OBJS[opos] == DPOS) { in readObject()1290 const size_t* OBJS = objects(); in print() local1294 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()1295 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()