Searched refs:string_maps (Results 1 – 2 of 2) sorted by relevance
279 copy->Insert(object, NULL, string_maps(), in Copy()283 entry->maps_ = entry->maps_->Intersect(string_maps(), zone); in Copy()290 entry->maps_ = entry->maps_->Subtract(string_maps(), zone); in Copy()453 Insert(value, NULL, string_maps(), HCheckTableEntry::CHECKED); in ReduceCheckInstanceType()611 if (entry->maps_->IsSubset(string_maps())) { in ReduceIsStringAndBranch()616 MapSet intersection = entry->maps_->Intersect(string_maps(), zone()); in ReduceIsStringAndBranch()787 MapSet string_maps() const { return phase_->string_maps(); } in string_maps() function in v8::internal::HCheckTable
47 const UniqueSet<Map>* string_maps() const { return &string_maps_; } in string_maps() function