Searched refs:is_the_hole (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Delements.cc652 Handle<BackingStore>::cast(backing_store)->is_the_hole(key)
961 ((key > 0 && backing_store->is_the_hole(key - 1)) ||
962 (key + 1 < length && backing_store->is_the_hole(key + 1)))) {
965 if (!backing_store->is_the_hole(i)) ++num_used;
992 return !Handle<BackingStore>::cast(backing_store)->is_the_hole(key);
1014 backing_store->is_the_hole(i)));
H A Dobjects-printer.cc284 if (p->is_the_hole(i)) {
509 if (is_the_hole(i)) {
H A Dobjects-debug.cc371 if (!is_the_hole(i)) {
H A Dobjects-inl.h1804 if (double_array->is_the_hole(i)) {
2176 bool FixedArray::is_the_hole(int index) { function in class:v8::internal::FixedArray
2236 if (array->is_the_hole(index)) {
2261 bool FixedDoubleArray::is_the_hole(int index) { function in class:v8::internal::FixedDoubleArray
H A Dobjects.h2406 inline bool is_the_hole(int index);
2525 inline bool is_the_hole(int index);
4456 inline bool is_the_hole(int index) { return false; } function in class:v8::internal::ExternalArray
H A Dobjects.cc4430 if (double_array->is_the_hole(i)) {
12203 Handle<FixedDoubleArray>::cast(base_elms)->is_the_hole(index))) {
12916 if (!elms->is_the_hole(i)) ++(*used);
13424 if (!FixedDoubleArray::cast(elements())->is_the_hole(i)) {
14279 if (elements->is_the_hole(i)) {
14286 if (elements->is_the_hole(holes)) {
H A Druntime.cc10188 if (!elements->is_the_hole(i)) element_count++;
10303 if (!elements->is_the_hole(i)) {
10433 if (!elements->is_the_hole(j)) {
10637 if (elements->is_the_hole(i)) {

Completed in 3772 milliseconds