Searched refs:MapSet (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/v8/src/ |
D | hydrogen-check-elimination.cc | 47 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 …]
|
D | collection.js | 161 function MapSet(key, value) { class 169 return %MapSet(this, key, value); 229 "set", MapSet,
|
D | runtime.h | 347 F(MapSet, 3, 1) \
|
/external/v8/src/ |
D | collection.js | 107 function MapSet(key, value) { class 115 return %MapSet(this, key, value); 140 %MapSet(this, key, void 0); 232 "set", MapSet,
|
D | runtime.h | 302 F(MapSet, 3, 1) \
|
/external/v8/samples/ |
D | process.cc | 113 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/ |
D | process.cc | 119 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()
|