Searched refs:instance_map (Results 1 – 2 of 2) sorted by relevance
1486 Handle<Map> instance_map; in ReduceObjectCreate() local1493 instance_map = Map::GetObjectCreateMap(prototype_const); in ReduceObjectCreate()1495 if (instance_map->is_dictionary_map()) { in ReduceObjectCreate()1552 int const instance_size = instance_map->instance_size(); in ReduceObjectCreate()1554 dependencies()->AssumeInitialMapCantChange(instance_map); in ReduceObjectCreate()1565 jsgraph()->HeapConstant(instance_map), effect, control); in ReduceObjectCreate()
853 i::Handle<i::Map> instance_map = isolate->factory()->NewMap( in Install() local856 JSFunction::SetInitialMap(instance_constructor, instance_map, instance_proto); in Install()