Home | History | Annotate | Download | only in cctest

Lines Matching refs:new_desc

356     AccessorConstantDescriptor new_desc(name, pair, attributes);
357 return Map::CopyInsertDescriptor(map, &new_desc, INSERT_TRANSITION);
376 AccessorConstantDescriptor new_desc(name, pair, attributes);
377 map = Map::CopyInsertDescriptor(map, &new_desc, INSERT_TRANSITION);
382 AccessorConstantDescriptor new_desc(name, pair, attributes);
383 map = Map::CopyInsertDescriptor(map, &new_desc, INSERT_TRANSITION);