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