Searched defs:is_the_hole (Results 1 – 5 of 5) sorted by relevance
82 bool FixedArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole() function218 bool FixedDoubleArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole() function222 bool FixedDoubleArray::is_the_hole(int index) { in is_the_hole() function
913 bool FixedArrayRef::is_the_hole(int i) const { in is_the_hole() function in v8::internal::compiler::FixedArrayRef925 bool FixedDoubleArrayRef::is_the_hole(int i) const { in is_the_hole() function in v8::internal::compiler::FixedDoubleArrayRef
614 Label is_the_hole(this, Label::kDeferred); in HandleLoadICSmiHandlerCase() local
1259 Label is_the_hole(this), done(this); in HandleFastSlice() local
18614 bool is_the_hole = cell->value()->IsTheHole(isolate); in InvalidateEntry() local