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

  /external/v8/src/crankshaft/
hydrogen-check-elimination.h 47 const UniqueSet<Map>* string_maps() const { return &string_maps_; } function in class:v8::internal::HCheckEliminationPhase
hydrogen-check-elimination.cc 280 copy->Insert(object, NULL, string_maps(),
284 entry->maps_ = entry->maps_->Intersect(string_maps(), zone);
291 entry->maps_ = entry->maps_->Subtract(string_maps(), zone);
454 Insert(value, NULL, string_maps(), HCheckTableEntry::CHECKED);
612 if (entry->maps_->IsSubset(string_maps())) {
617 MapSet intersection = entry->maps_->Intersect(string_maps(), zone());
797 MapSet string_maps() const { return phase_->string_maps(); } function in class:v8::internal::HCheckTable

Completed in 73 milliseconds