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

/external/v8/src/compiler/
H A Djs-create-lowering.cc1258 Node* the_hole_value = nullptr; local
1261 if (the_hole_value == nullptr) {
1263 the_hole_value = effect = graph()->NewNode(
1269 elements_values[i] = the_hole_value;
/external/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc2326 Register the_hole_value = x11; local
2330 __ LoadRoot(the_hole_value, Heap::kTheHoleValueRootIndex);
2336 __ Cmp(x10, the_hole_value);
/external/v8/src/heap/
H A Dincremental-marking.cc616 Object* the_hole_value = heap()->the_hole_value(); local
636 weak_cell->clear_next(the_hole_value);
H A Dmark-compact.cc1425 // Set the entry to the_hole_value (as deleted).
1426 *p = heap_->the_hole_value();
2581 table->set(key_index, heap_->the_hole_value());
2582 table->set(value_index, heap_->the_hole_value());
2591 Object* the_hole_value = heap()->the_hole_value(); local
2607 weak_cell->clear_next(the_hole_value);
2816 Object* the_hole_value = heap->the_hole_value(); local
2875 weak_cell->clear_next(the_hole_value);
2886 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);
225 heap->the_hole_value(), length);
310 Object* the_hole = from->GetHeap()->the_hole_value();
383 Object* the_hole = from->GetHeap()->the_hole_value();
1334 Handle<Object> the_hole_value = isolate->factory()->the_hole_value(); local
1340 dict->SetEntry(entry, the_hole_value, the_hole_value);
1558 Handle<Object> the_hole = isolate->factory()->the_hole_value();
[all...]
H A Dobjects.cc5934 cell->set_value(isolate->heap()->the_hole_value());
12537 set_prototype_or_initial_map(no_prototype_map->GetHeap()->the_hole_value());
16335 Object* the_hole = heap->the_hole_value();
16422 Object* the_hole = isolate->heap()->the_hole_value();
17648 Object* the_hole_value = GetHeap()->the_hole_value(); local
17657 NoWriteBarrierSet(this, entry_index, the_hole_value);
17658 NoWriteBarrierSet(this, value_index, the_hole_value);
17671 NoWriteBarrierSet(this, entry_index + i, the_hole_value);
17682 Object* the_hole_value local
[all...]
/external/v8/src/interpreter/
H A Dinterpreter.cc434 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); local
435 __ SetAccumulator(the_hole_value);
2728 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); local
2730 __ JumpIfWordNotEqual(accumulator, the_hole_value, relative_jump);
2739 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); local
2742 __ JumpIfWordNotEqual(accumulator, the_hole_value, relative_jump);

Completed in 629 milliseconds