Searched refs:new_obj (Results 1 – 7 of 7) sorted by relevance
101 Handle<Object> new_obj) { in RelocateObject() argument102 DCHECK(!old_obj.is_null() && !new_obj.is_null()); in RelocateObject()104 objects_to_relocate.Set(*old_obj, new_obj); in RelocateObject()243 Handle<Object>* new_obj = objects_to_relocate.Find(old); in ApplyToWasmCode() local244 if (new_obj) { in ApplyToWasmCode()245 it.rinfo()->set_target_object(**new_obj, UPDATE_WRITE_BARRIER, in ApplyToWasmCode()
39 void RelocateObject(Handle<Object> old_obj, Handle<Object> new_obj);
98 new_obj = _new_value(type(obj))99 ctypes.pointer(new_obj)[0] = obj100 return new_obj
130 new_obj = _new_value(type(obj))131 ctypes.pointer(new_obj)[0] = obj132 return new_obj
1230 bool new_obj = false; in drmModePropertySetAdd() local1246 new_obj = true; in drmModePropertySetAdd()1277 if (new_obj) in drmModePropertySetAdd()1290 bool new_obj = false; in drmModePropertySetAddBlob() local1306 new_obj = true; in drmModePropertySetAddBlob()1339 if (new_obj) in drmModePropertySetAddBlob()
449 static int route_update(struct nl_object *old_obj, struct nl_object *new_obj) in route_update() argument451 struct rtnl_route *new_route = (struct rtnl_route *) new_obj; in route_update()454 int action = new_obj->ce_msgtype; in route_update()539 "to object %p during route update\n", new_obj); in route_update()
369 VirtualObject* new_obj = in Copy() local373 static_cast<void*>(new_obj)); in Copy()374 info_[alias] = new_obj; in Copy()375 return new_obj; in Copy()