Home
last modified time | relevance | path

Searched refs:properties_map (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/dbus/
Dobject_manager.cc67 for (Object::PropertiesMap::iterator piter = object->properties_map.begin(); in ~ObjectManager()
68 piter != object->properties_map.end(); ++piter) { in ~ObjectManager()
107 object->properties_map.find(interface_name); in GetObjectsWithInterface()
108 if (piter != object->properties_map.end()) in GetObjectsWithInterface()
132 object->properties_map.find(interface_name); in GetProperties()
133 if (piter == object->properties_map.end()) in GetProperties()
457 object->properties_map.find(interface_name); in AddInterface()
459 const bool interface_added = (piter == object->properties_map.end()); in AddInterface()
461 property_set = object->properties_map[interface_name] = in AddInterface()
481 object->properties_map.find(interface_name); in RemoveInterface()
[all …]
Dobject_manager.h344 PropertiesMap properties_map; member
/external/v8/src/builtins/
Dbuiltins-object-gen.cc1322 Node* properties_map = LoadMap(properties); in TF_BUILTIN() local
1323 GotoIf(IsSpecialReceiverMap(properties_map), &call_runtime); in TF_BUILTIN()
1329 Node* bit_field3 = LoadMapBitField3(properties_map); in TF_BUILTIN()