Searched defs:MapSet (Results 1 - 5 of 5) sorted by relevance

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

Completed in 160 milliseconds