Lines Matching defs:map
452 TNode<Map> map, TNode<IntPtrT> descriptor_entry) {
453 return CAST(LoadDescriptorValueOrFieldType(map, descriptor_entry));
457 TNode<Map> map, TNode<IntPtrT> descriptor_entry) {
458 TNode<DescriptorArray> descriptors = LoadMapDescriptors(map);
1128 // For regular holders, having passed the receiver map check and
1413 TNode<Map> map = CAST(map_or_property_cell);
1414 HandleStoreICTransitionMapHandlerCase(p, map, miss,
1531 // FieldType::Class(...) performs a map check.
2245 // capacity even for a map that think it doesn't have any unused fields.
2584 TNode<Map> map, base::Optional<TNode<Uint32T>> maybe_bitfield3) {
2590 bitfield3 = LoadMapBitField3(map);
2599 LoadObjectField(map, Map::kTransitionsOrPrototypeInfoOffset);
2606 std::make_pair(MachineType::AnyTagged(), map));
2876 TNode<Map> map) {
2887 TNode<IntPtrT> map_word = BitcastTaggedToWord(map);
2891 // Base the offset on a simple combination of name and map.
2901 TNode<Map> map) {
2906 TNode<Int32T> map32 = TruncateIntPtrToInt32(BitcastTaggedToWord(map));
2907 // Base the offset on a simple combination of name and map.
2920 TNode<Object> name, TNode<Map> map, Label* if_handler,
2938 // Check that the map in the entry matches.
2941 IntPtrAdd(entry_offset, IntPtrConstant(offsetof(StubCache::Entry, map))));
2942 GotoIf(TaggedNotEqual(map, cached_map), if_miss);
3189 // Neither deprecated map nor monomorphic. These cases are handled in the
3547 // with at least one map/handler pair.
3872 TNode<Map> map = LoadMap(CAST(value));
3873 GotoIfNot(TaggedEqual(expected_map, map), miss);
3951 // with at least one map/handler pair.
4025 // with at least one map/handler pair.
4848 // The IC fast case should only be taken if the result map a compatible
5019 TNode<Map> map = var_map.value();
5020 TNode<HeapObject> prototype = LoadMapPrototype(map);