Searched refs:OBJS (Results 1 – 1 of 1) sorted by relevance
1224 size_t* const OBJS = mObjects; in readObject() local1235 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()1241 if (OBJS[opos] == DPOS) { in readObject()1251 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()1254 if (OBJS[opos] == DPOS) { in readObject()1334 const size_t* OBJS = objects(); in print() local1338 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()1339 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()