Home
last modified time | relevance | path

Searched defs:is_the_hole (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dfixed-array-inl.h82 bool FixedArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole() function
218 bool FixedDoubleArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole() function
222 bool FixedDoubleArray::is_the_hole(int index) { in is_the_hole() function
/external/v8/src/compiler/
Djs-heap-broker.cc913 bool FixedArrayRef::is_the_hole(int i) const { in is_the_hole() function in v8::internal::compiler::FixedArrayRef
925 bool FixedDoubleArrayRef::is_the_hole(int i) const { in is_the_hole() function in v8::internal::compiler::FixedDoubleArrayRef
/external/v8/src/ic/
Daccessor-assembler.cc614 Label is_the_hole(this, Label::kDeferred); in HandleLoadICSmiHandlerCase() local
/external/v8/src/builtins/
Dbuiltins-array-gen.cc1259 Label is_the_hole(this), done(this); in HandleFastSlice() local
/external/v8/src/
Dobjects.cc18614 bool is_the_hole = cell->value()->IsTheHole(isolate); in InvalidateEntry() local