Lines Matching defs:map
17 #include "src/objects/map-inl.h"
677 return it.map();
726 // Don't check if the map is cleared.
808 // Don't check if the map is cleared.
891 // Cache the first map seen which meets the fast case requirements.
1035 Handle<Map> map = maps_and_handlers[current].first;
1036 array->Set(current * 2, HeapObjectReference::Weak(*map));
1054 maps->push_back(config()->NewHandle(it.map()));
1067 Handle<Map> map = config()->NewHandle(it.map());
1073 maps_and_feedback->push_back(MapAndHandler(map, handler));
1089 Handle<Map> map = config()->NewHandle(it.map());
1094 if (map_handler && !(map_handler(map).ToHandle(&map))) {
1097 maps_and_handlers->push_back(MapAndHandler(map, handler));
1105 MaybeObjectHandle FeedbackNexus::FindHandlerForMap(Handle<Map> map) const {
1109 if (it.map() == *map && !it.handler()->IsCleared()) {