Home
last modified time | relevance | path

Searched refs:string_maps (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dhydrogen-check-elimination.cc279 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
Dhydrogen-check-elimination.h47 const UniqueSet<Map>* string_maps() const { return &string_maps_; } in string_maps() function