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

/external/chromium_org/v8/src/
H A Delements.cc236 to->set_the_hole(i + to_start);
308 FixedDoubleArray::cast(to_base)->set_the_hole(i);
340 FixedDoubleArray::cast(to_base)->set_the_hole(i);
354 to->set_the_hole(to_start);
377 FixedDoubleArray::cast(to_base)->set_the_hole(i);
413 FixedDoubleArray::cast(to_base)->set_the_hole(i);
427 to->set_the_hole(to_start);
449 FixedDoubleArray::cast(to_base)->set_the_hole(i);
464 to->set_the_hole(i + to_start);
903 Handle<BackingStore>::cast(backing_store)->set_the_hole(
[all...]
H A Dbuiltins.cc486 elms->set_the_hole(len - 1);
H A Dobjects-inl.h2253 void FixedDoubleArray::set_the_hole(int index) { function in class:v8::internal::FixedDoubleArray
2274 set_the_hole(i);
2723 void FixedArray::set_the_hole(int index) { function in class:v8::internal::FixedArray
2735 set_the_hole(i);
H A Dfactory.cc112 double_array->set_the_hole(i);
H A Dobjects.cc12523 parameter_map->set_the_hole(index + 2);
14296 elements->set_the_hole(holes);
14340 elements->set_the_hole(holes);
15334 set_the_hole(EntryToIndex(entry));
15335 set_the_hole(EntryToIndex(entry) + 1);
15564 set_the_hole(index + i);
H A Dobjects.h2416 inline void set_the_hole(int index);
2522 inline void set_the_hole(int index);
H A Druntime.cc8085 parameter_map->set_the_hole(index + 2);
8097 arguments->set_the_hole(index);
/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc2422 map_cache->set_the_hole(i);
2423 map_cache->set_the_hole(i + 1);

Completed in 221 milliseconds