Searched refs:objectsByID (Results 1 – 3 of 3) sorted by relevance
131 gdata->objectsByID[slot] == node) { in commonRef_handleFreedObject()134 gdata->objectsByID[slot] = node->next; in commonRef_handleFreedObject()204 gdata->objectsByID[hashBucket(node->seqNum)] = node->next; in deleteNode()304 node = gdata->objectsByID[slot]; in deleteNodeByID()339 node = gdata->objectsByID[slot]; in findNodeByID()347 node->next = gdata->objectsByID[slot]; in findNodeByID()350 gdata->objectsByID[slot] = node; in findNodeByID()367 gdata->objectsByID = (RefNode**)jvmtiAllocate((int)sizeof(RefNode*)*size); in initializeObjectsByID()368 (void)memset(gdata->objectsByID, 0, (int)sizeof(RefNode*)*size); in initializeObjectsByID()380 node->next = gdata->objectsByID[slot]; in hashIn()[all …]
149 RefNode **objectsByID; member
83 …private final Map<Long, SoftObjectReference> objectsByID = new HashMap<Long, SoftObjectReference>(… field in VirtualMachineImpl1254 SoftObjectReference ref = objectsByID.get(key); in objectMirror()1298 objectsByID.put(key, ref); in objectMirror()1315 SoftObjectReference ref = objectsByID.remove(new Long(object.ref())); in removeObjectMirror()1333 objectsByID.remove(ref.key()); in removeObjectMirror()