Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
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()
752 MapSet list = entry->maps_; in Print()
782 MapSet maps, in Insert()
796 MapSet string_maps() const { return phase_->string_maps(); } in string_maps()
/external/v8/src/js/
Dcollection.js321 function MapSet(key, value) { class
453 "set", MapSet,
465 "map_set", MapSet,
/external/v8/samples/
Dprocess.cc130 static void MapSet(Local<Name> name, Local<Value> value,
411 void JsHttpRequestProcessor::MapSet(Local<Name> name, Local<Value> value_obj, in MapSet() function in JsHttpRequestProcessor
436 result->SetHandler(NamedPropertyHandlerConfiguration(MapGet, MapSet)); in MakeMapTemplate()