Lines Matching defs:map
117 : type_(str.map(kAcquireLoad).instance_type()) {
123 : type_(str.map(cage_base, kAcquireLoad).instance_type()) {
128 StringShape::StringShape(Map map) : type_(map.instance_type()) {
312 uint32_t type = map(cage_base).instance_type();
317 uint32_t type = map(cage_base).instance_type();
324 uint32_t type = string.map().instance_type();
540 int32_t type = string.map(cage_base).instance_type();
1070 bool SeqOneByteString::IsCompatibleMap(Map map, ReadOnlyRoots roots) {
1071 return map == roots.one_byte_string_map() ||
1072 map == roots.shared_one_byte_string_map();
1076 bool SeqTwoByteString::IsCompatibleMap(Map map, ReadOnlyRoots roots) {
1077 return map == roots.string_map() || map == roots.shared_string_map();
1102 InstanceType type = map().instance_type();
1479 return IsInPlaceInternalizable(string.map().instance_type());