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

  /external/v8/test/perf-test/Collections/
map.js 7 new Benchmark('Set', false, false, 0, MapSet),
32 function MapSet() {
  /external/v8/src/
hydrogen-check-elimination.cc 25 typedef const UniqueSet<Map>* MapSet;
67 MapSet maps_; // The set of known maps for the object.
393 MapSet intersection = instr->maps()->Intersect(
496 MapSet maps = instr->maps();
593 MapSet intersection = le->maps_->Intersect(re->maps_, zone());
616 MapSet intersection = entry->maps_->Intersect(string_maps(), zone());
743 MapSet list = entry->maps_;
773 MapSet maps,
787 MapSet string_maps() const { return phase_->string_maps(); }
lithium.h 684 typedef std::set<Handle<Map>, MapLess, MapAllocator> MapSet;
694 MapSet deprecation_dependencies_;
695 MapSet stability_dependencies_;
collection.js 203 return %MapSet(this, key, value);
lithium.cc 414 for (MapSet::const_iterator it = deprecation_dependencies_.begin(),
422 for (MapSet::const_iterator it = stability_dependencies_.begin(),
runtime.h 309 F(MapSet, 3, 1) \
    [all...]
  /external/v8/samples/
process.cc 121 static void MapSet(Local<String> name,
384 void JsHttpRequestProcessor::MapSet(Local<String> name,
408 result->SetNamedPropertyHandler(MapGet, MapSet);

Completed in 192 milliseconds