Home | History | Annotate | Download | only in cctest

Lines Matching defs:new_map

1365 static void TestWriteBarrier(Handle<Map> map, Handle<Map> new_map,
1378 // Then migrate object to |new_map| and set proper value for property
1402 // Migrate |obj| to |new_map| which should shift fields and put the
1404 JSObject::MigrateToMap(obj, new_map);
1410 FieldIndex::ForDescriptor(*new_map, double_descriptor);
1419 FieldIndex::ForDescriptor(*new_map, tagged_descriptor);
1426 static void TestIncrementalWriteBarrier(Handle<Map> map, Handle<Map> new_map,
1441 // Then migrate object to |new_map| and set proper value for property
1481 // Migrate |obj| to |new_map| which should shift fields and put the
1484 JSObject::MigrateToMap(obj, new_map);
1489 FieldIndex::ForDescriptor(*new_map, double_descriptor);
1501 FieldIndex::ForDescriptor(*new_map, tagged_descriptor);
1534 Handle<Map> new_map = Map::ReconfigureProperty(
1538 TestWriteBarrier(map, new_map, 2, 1);
1541 TestIncrementalWriteBarrier(map, new_map, 2, 1);