Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-check-elimination.cc47 typedef UniqueSet<Map>* MapSet; typedef
52 MapSet maps_; // The set of known maps for the object.
140 MapSet list = new(phase_->zone()) UniqueSet<Map>(); in Copy()
181 MapSet a = entry->maps_; in ReduceCheckMaps()
182 MapSet i = instr->map_set().Copy(phase_->zone()); in ReduceCheckMaps()
226 MapSet maps = FindMaps(object); in ReduceLoadNamedField()
242 MapSet maps = FindMaps(object); in ReduceCheckMapValue()
287 MapSet maps = FindMaps(instr->value()->ActualValue()); in ReduceCompareMap()
301 MapSet maps = FindMaps(instr->object()->ActualValue()); in ReduceTransitionElementsKind()
376 MapSet list = entry->maps_; in Print()
[all …]
Dcollection.js161 function MapSet(key, value) { class
169 return %MapSet(this, key, value);
229 "set", MapSet,
Druntime.h347 F(MapSet, 3, 1) \
/external/v8/src/
Dcollection.js107 function MapSet(key, value) { class
115 return %MapSet(this, key, value);
140 %MapSet(this, key, void 0);
232 "set", MapSet,
Druntime.h302 F(MapSet, 3, 1) \
/external/v8/samples/
Dprocess.cc113 static Handle<Value> MapSet(Local<String> name,
358 Handle<Value> JsHttpRequestProcessor::MapSet(Local<String> name, in MapSet() function in JsHttpRequestProcessor
381 result->SetNamedPropertyHandler(MapGet, MapSet); in MakeMapTemplate()
/external/chromium_org/v8/samples/
Dprocess.cc119 static void MapSet(Local<String> name,
382 void JsHttpRequestProcessor::MapSet(Local<String> name, in MapSet() function in JsHttpRequestProcessor
406 result->SetNamedPropertyHandler(MapGet, MapSet); in MakeMapTemplate()