Home
last modified time | relevance | path

Searched refs:instance_map (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-builtin-reducer.cc1486 Handle<Map> instance_map; in ReduceObjectCreate() local
1493 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()
/external/v8/src/wasm/
Dwasm-js.cc853 i::Handle<i::Map> instance_map = isolate->factory()->NewMap( in Install() local
856 JSFunction::SetInitialMap(instance_constructor, instance_map, instance_proto); in Install()