HomeSort by relevance Sort by last modified time
    Searched refs:MapSet (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 47 typedef UniqueSet<Map>* MapSet;
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 list = entry->maps_
    [all...]
collection.js 161 function MapSet(key, value) {
169 return %MapSet(this, key, value);
229 "set", MapSet,
runtime.h 347 F(MapSet, 3, 1) \
  /external/v8/src/
collection.js 107 function MapSet(key, value) {
115 return %MapSet(this, key, value);
140 %MapSet(this, key, void 0);
232 "set", MapSet,
runtime.h 302 F(MapSet, 3, 1) \
  /external/chromium_org/v8/samples/
process.cc 119 static void MapSet(Local<String> name,
382 void JsHttpRequestProcessor::MapSet(Local<String> name,
406 result->SetNamedPropertyHandler(MapGet, MapSet);
  /external/v8/samples/
process.cc 113 static Handle<Value> MapSet(Local<String> name,
358 Handle<Value> JsHttpRequestProcessor::MapSet(Local<String> name,
381 result->SetNamedPropertyHandler(MapGet, MapSet);

Completed in 174 milliseconds