Searched defs:the_hole_value (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/interpreter/
H A Dconstant-array-builder.h36 ConstantArrayBuilder(Zone* zone, Handle<Object> the_hole_value);
108 Handle<Object> the_hole_value() const { return the_hole_value_; } function in class:v8::internal::interpreter::BASE_EMBEDDED
H A Dconstant-array-builder.cc75 Handle<Object> the_hole_value)
81 the_hole_value_(the_hole_value) {
118 return the_hole_value();
151 fixed_array->set(array_index++, *the_hole_value());
199 return AllocateIndex(the_hole_value());
204 DCHECK_EQ(the_hole_value().address(), At(index).address());
74 ConstantArrayBuilder(Zone* zone, Handle<Object> the_hole_value) argument
H A Dinterpreter.cc368 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); local
369 __ SetAccumulator(the_hole_value);
2032 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); local
2034 __ JumpIfWordNotEqual(accumulator, the_hole_value, relative_jump);
2043 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); local
2046 __ JumpIfWordNotEqual(accumulator, the_hole_value, relative_jump);
/external/v8/src/compiler/
H A Djs-create-lowering.cc1194 Node* the_hole_value = nullptr; local
1197 if (the_hole_value == nullptr) {
1199 the_hole_value = effect = graph()->NewNode(
1205 elements_values[i] = the_hole_value;
/external/v8/src/heap/
H A Dincremental-marking.cc623 Object* the_hole_value = heap()->the_hole_value(); local
643 weak_cell->clear_next(the_hole_value);
H A Dmark-compact.cc1408 // Set the entry to the_hole_value (as deleted).
1409 *p = heap_->the_hole_value();
2469 table->set(key_index, heap_->the_hole_value());
2470 table->set(value_index, heap_->the_hole_value());
2479 Object* the_hole_value = heap()->the_hole_value(); local
2495 weak_cell->clear_next(the_hole_value);
2707 Object* the_hole_value = heap->the_hole_value(); local
2767 weak_cell->clear_next(the_hole_value);
2778 Object* the_hole_value = heap()->the_hole_value(); local
[all...]
/external/v8/src/
H A Delements.cc134 heap->the_hole_value(), length);
173 heap->the_hole_value(), length);
224 heap->the_hole_value(), length);
309 Object* the_hole = from->GetHeap()->the_hole_value();
382 Object* the_hole = from->GetHeap()->the_hole_value();
1323 Handle<Object> the_hole_value = isolate->factory()->the_hole_value(); local
1329 dict->SetEntry(entry, the_hole_value, the_hole_value);
1551 Handle<Object> the_hole = isolate->factory()->the_hole_value();
[all...]
H A Dobjects.cc6305 cell->set_value(isolate->heap()->the_hole_value());
12970 set_prototype_or_initial_map(no_prototype_map->GetHeap()->the_hole_value());
16926 Object* the_hole = heap->the_hole_value();
17013 Object* the_hole = isolate->heap()->the_hole_value();
17910 Object* the_hole_value = GetHeap()->the_hole_value(); local
17919 NoWriteBarrierSet(this, entry_index, the_hole_value);
17920 NoWriteBarrierSet(this, value_index, the_hole_value);
17928 NoWriteBarrierSet(this, entry_index, the_hole_value);
17929 NoWriteBarrierSet(this, value_index, the_hole_value);
17939 Object* the_hole_value = GetHeap()->the_hole_value(); local
[all...]

Completed in 274 milliseconds