HomeSort by relevance Sort by last modified time
    Searched full:string_maps (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
hydrogen-check-elimination.h 47 const UniqueSet<Map>* string_maps() const { return &string_maps_; } function in class:v8::internal::HCheckEliminationPhase
hydrogen-check-elimination.cc 279 copy->Insert(object, NULL, string_maps(),
283 entry->maps_ = entry->maps_->Intersect(string_maps(), zone);
290 entry->maps_ = entry->maps_->Subtract(string_maps(), zone);
453 Insert(value, NULL, string_maps(), HCheckTableEntry::CHECKED);
611 if (entry->maps_->IsSubset(string_maps())) {
616 MapSet intersection = entry->maps_->Intersect(string_maps(), zone());
787 MapSet string_maps() const { return phase_->string_maps(); } function in class:v8::internal::HCheckTable

Completed in 385 milliseconds