Searched refs:mSlotsByPointerId (Results 1 – 2 of 2) sorted by relevance
521 mSlotsByPointerId[pointerId] = newSlot; in processPointerId()532 auto it = mSlotsByPointerId.find(pointerId); in processPointerId()533 LOG_ALWAYS_FATAL_IF(it == mSlotsByPointerId.end()); in processPointerId()537 mSlotsByPointerId.erase(pointerId); in processPointerId()546 auto it = mSlotsByPointerId.find(pointerId); in getSlotForPointerId()547 if (it == mSlotsByPointerId.end()) { in getSlotForPointerId()555 out += addLinePrefix(dumpMap(mSlotsByPointerId), " ") + "\n"; in dump()
149 std::map<int32_t /*pointerId*/, size_t /*slot*/> mSlotsByPointerId; variable