Searched refs:set_the_hole (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
H A Delements.cc241 to->set_the_hole(i + to_start);
314 Handle<FixedDoubleArray>::cast(to_base)->set_the_hole(i);
347 Handle<FixedDoubleArray>::cast(to_base)->set_the_hole(i);
361 to->set_the_hole(to_start);
385 Handle<FixedDoubleArray>::cast(to_base)->set_the_hole(i);
422 Handle<FixedDoubleArray>::cast(to_base)->set_the_hole(i);
436 to->set_the_hole(to_start);
459 Handle<FixedDoubleArray>::cast(to_base)->set_the_hole(i);
474 to->set_the_hole(i + to_start);
944 Handle<BackingStore>::cast(backing_store)->set_the_hole(
[all...]
H A Dbuiltins.cc549 elms->set_the_hole(len - 1);
H A Dobjects-inl.h2192 void FixedDoubleArray::set_the_hole(int index) { function in class:v8::FixedDoubleArray
2213 set_the_hole(i);
2559 void FixedArray::set_the_hole(int index) { function in class:v8::FixedArray
2571 set_the_hole(i);
H A Dmark-compact.cc2463 map_cache->set_the_hole(i);
2464 map_cache->set_the_hole(i + 1);
H A Dfactory.cc110 double_array->set_the_hole(i);
H A Dobjects.cc13044 parameter_map->set_the_hole(index + 2);
14901 elements->set_the_hole(holes);
14945 elements->set_the_hole(holes);
15947 set_the_hole(EntryToIndex(entry));
15948 set_the_hole(EntryToIndex(entry) + 1);
16170 set_the_hole(index + i);
H A Dobjects.h2910 inline void set_the_hole(int index);
3017 inline void set_the_hole(int index);
H A Druntime.cc8057 parameter_map->set_the_hole(index + 2);
8069 arguments->set_the_hole(index);

Completed in 252 milliseconds