Searched refs:ObjectMap (Results 1 – 6 of 6) sorted by relevance
70 typedef HashMap<int, RefPtr<WeakHandle> > ObjectMap; typedef75 ObjectMap m_objectMap;
113 ObjectMap::iterator it = m_objectMap.find(id); in getObjectById()123 ObjectMap::iterator it = m_objectMap.find(id); in remove()
48 typedef DenseMap<const void *, MethodAddressVector> ObjectMap; typedef in __anon25d02fc30111::IntelJITEventListener50 ObjectMap LoadedObjectMap;265 ObjectMap::iterator OI = LoadedObjectMap.find(ObjData); in NotifyFreeingObject()
54 class ObjectMap { class101 static ObjectMap& objectMap() in objectMap()103 DEFINE_STATIC_LOCAL(ObjectMap, map, ()); in objectMap()107 void ObjectMap::RootObjectInvalidationCallback::operator()(RootObject* rootObject) in operator ()()
23 clipboard.WriteObjects(ui::Clipboard::ObjectMap());
48219 (ObjectMap): Keep a JSObject->NPObject map for each RootObject. It somewhat cleaner to