Home
last modified time | relevance | path

Searched refs:MapSet (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/test/perf-test/Collections/
Dmap.js7 new Benchmark('Set', false, false, 0, MapSet),
32 function MapSet() { class
/external/chromium_org/v8/src/
Dhydrogen-check-elimination.cc25 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()
Dcollection.js203 return %MapSet(this, key, value);
Dlithium.h684 typedef std::set<Handle<Map>, MapLess, MapAllocator> MapSet; typedef
694 MapSet deprecation_dependencies_;
695 MapSet stability_dependencies_;
Dlithium.cc414 for (MapSet::const_iterator it = deprecation_dependencies_.begin(), in CommitDependencies()
422 for (MapSet::const_iterator it = stability_dependencies_.begin(), in CommitDependencies()
Druntime.h309 F(MapSet, 3, 1) \
/external/chromium_org/v8/samples/
Dprocess.cc121 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()