Home
last modified time | relevance | path

Searched refs:prototype_map (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ic/
Dkeyed-store-generic.cc156 Node* prototype_map = LoadMap(prototype); in BranchIfPrototypesHaveNonFastElements() local
157 var_map.Bind(prototype_map); in BranchIfPrototypesHaveNonFastElements()
158 TNode<Int32T> instance_type = LoadMapInstanceType(prototype_map); in BranchIfPrototypesHaveNonFastElements()
161 Node* elements_kind = LoadMapElementsKind(prototype_map); in BranchIfPrototypesHaveNonFastElements()
/external/v8/src/objects/
Dmap.h429 Handle<Map> prototype_map, Isolate* isolate);
/external/v8/src/
Dbootstrapper.cc2442 Handle<Map> prototype_map(prototype->map(), isolate()); in InitializeGlobal() local
2443 Map::SetShouldBeFastPrototypeMap(prototype_map, true, isolate_); in InitializeGlobal()
2555 Handle<Map> prototype_map(prototype->map(), isolate()); in InitializeGlobal() local
2556 Map::SetShouldBeFastPrototypeMap(prototype_map, true, isolate_); in InitializeGlobal()
2560 native_context()->set_regexp_prototype_map(*prototype_map); in InitializeGlobal()
Dcode-stub-assembler.cc1009 Node* prototype_map = LoadMap(prototype); in BranchIfPrototypesHaveNoElements() local
1010 TNode<Int32T> prototype_instance_type = LoadMapInstanceType(prototype_map); in BranchIfPrototypesHaveNoElements()
1033 var_map.Bind(prototype_map); in BranchIfPrototypesHaveNoElements()
11625 TNode<Map> prototype_map = LoadMap(CAST(prototype)); in GetSuperConstructor() local
11626 GotoIfNot(IsConstructorMap(prototype_map), &is_not_constructor); in GetSuperConstructor()
Dobjects.cc12886 Handle<PrototypeInfo> Map::GetOrCreatePrototypeInfo(Handle<Map> prototype_map, in GetOrCreatePrototypeInfo() argument
12888 Object* maybe_proto_info = prototype_map->prototype_info(); in GetOrCreatePrototypeInfo()
12893 prototype_map->set_prototype_info(*proto_info); in GetOrCreatePrototypeInfo()
/external/v8/src/compiler/
Djs-native-context-specialization.cc1244 for (Handle<Map> prototype_map : prototype_maps) { in ReduceElementAccess()
1246 MapRef(js_heap_broker(), prototype_map)); in ReduceElementAccess()