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

/external/v8/src/
H A Dobjects-printer.cc334 if (p->is_the_hole(i)) {
592 if (is_the_hole(i)) {
H A Dobjects-debug.cc358 if (!is_the_hole(i)) {
H A Delements.cc847 !backing_store->is_the_hole(key);
H A Dobjects.h2237 inline bool is_the_hole(int index);
2354 inline bool is_the_hole(int index);
3654 inline bool is_the_hole(int index) { return false; } function in class:v8::internal::ExternalArray
H A Dobjects.cc3500 if (double_array->is_the_hole(i)) {
8847 !FixedDoubleArray::cast(elements())->is_the_hole(index)) {
9376 FixedDoubleArray::cast(base_elms)->is_the_hole(index))) {
9843 if (!elms->is_the_hole(i)) ++(*used);
10124 !FixedDoubleArray::cast(elements())->is_the_hole(index);
10355 if (!FixedDoubleArray::cast(elements())->is_the_hole(i)) {
11342 if (elements->is_the_hole(i)) {
11349 if (elements->is_the_hole(holes)) {
H A Dobjects-inl.h1720 if (is_the_hole(index)) {
1745 bool FixedDoubleArray::is_the_hole(int index) { function in class:v8::internal::FixedDoubleArray

Completed in 180 milliseconds