Searched refs:the_hole (Results 1 - 17 of 17) sorted by relevance

/external/v8/src/compiler/
H A Dcontrol-builders.cc175 catch_environment_->Push(the_hole());
202 finally_environment_->Push(the_hole());
203 finally_environment_->Push(the_hole());
H A Dcontrol-builders.h33 Node* the_hole() const { return builder_->jsgraph()->TheHoleConstant(); } function in class:v8::internal::compiler::ControlBuilder
H A Dast-graph-builder.cc590 // not {the_hole}, because for derived classes {this} has a TDZ and the
591 // JSConstructStubForDerived magically passes {the_hole} as a receiver.
1495 Node* the_hole = jsgraph()->TheHoleConstant(); local
1496 NewNode(javascript()->StoreMessage(), the_hole);
1555 Node* the_hole = jsgraph()->TheHoleConstant(); local
1556 NewNode(javascript()->StoreMessage(), the_hole);
3340 Node* the_hole = jsgraph()->TheHoleConstant(); local
3342 value, the_hole);
3358 Node* the_hole = jsgraph()->TheHoleConstant(); local
3360 value, the_hole);
3395 Node* the_hole = jsgraph()->TheHoleConstant(); local
3492 Node* the_hole = jsgraph()->TheHoleConstant(); local
[all...]
H A Djs-create-lowering.cc570 Node* the_hole = jsgraph()->TheHoleConstant(); local
579 a.Store(AccessBuilder::ForJSFunctionPrototypeOrInitialMap(), the_hole); local
/external/v8/src/arm64/
H A Dcodegen-arm64.cc232 Register the_hole = x14; local
233 __ LoadRoot(the_hole, Heap::kTheHoleValueRootIndex);
245 __ Str(the_hole, MemOperand(dst_elements, kPointerSize, PostIndex));
286 __ Str(the_hole, MemOperand(dst_elements, kPointerSize, PostIndex));
H A Dcode-stubs-arm64.cc5074 // x13 the_hole hole value (uninit)
5079 Register the_hole = x13; local
5085 __ LoadRoot(the_hole, Heap::kTheHoleValueRootIndex);
5097 __ Str(the_hole, MemOperand(backing_store, x10));
5329 // because we never store the_hole via this stub.
/external/v8/src/
H A Dglobal-handles.cc1500 Object* the_hole = isolate->heap()->the_hole_value();
1501 MemsetPointer(next_block, the_hole, kSize);
H A Dcode-stub-assembler.cc1665 Node* the_hole = TheHoleConstant(); local
1692 GotoIf(WordEqual(current, the_hole), &next_probe);
2120 Node* the_hole = TheHoleConstant(); local
2121 Branch(WordEqual(element, the_hole), if_not_found, if_found);
2133 Node* the_hole = Int64Constant(kHoleNanInt64); local
2134 Branch(Word64Equal(element, the_hole), if_not_found, if_found);
H A Delements.cc309 Object* the_hole = from->GetHeap()->the_hole_value(); local
313 if (hole_or_smi == the_hole) {
382 Object* the_hole = from->GetHeap()->the_hole_value(); local
386 if (hole_or_object == the_hole) {
1365 Handle<Object> the_hole = isolate->factory()->the_hole_value(); local
1372 if (k == *the_hole) continue;
H A Ddeoptimizer.cc1971 intptr_t the_hole = reinterpret_cast<intptr_t>( local
1977 value = the_hole;
1987 value = arg_count_known ? caller_arg_count : the_hole;
H A Dobjects-inl.h1530 Object* the_hole = GetHeap()->the_hole_value(); local
1534 if (!candidate->IsSmi() && candidate != the_hole) return false;
1808 Object* the_hole = object->GetHeap()->the_hole_value();
1811 if (current == the_hole) {
3090 Object* the_hole = isolate->heap()->the_hole_value();
3096 if (element != the_hole && Shape::IsMatch(key, element)) return entry;
H A Dapi.cc2417 i::Object* the_hole = isolate_->heap()->the_hole_value(); local
2418 exception_ = the_hole;
2419 message_obj_ = the_hole;
6442 i::Oddball* the_hole = isolate->heap()->the_hole_value(); local
6445 if (key == the_hole) continue;
6534 i::Oddball* the_hole = isolate->heap()->the_hole_value(); local
6537 if (key == the_hole) continue;
H A Dobjects.cc16241 Object* the_hole = heap->the_hole_value(); local
16246 if (k != the_hole && k != undefined) {
16328 Object* the_hole = isolate->heap()->the_hole_value(); local
16331 if (KeyAt(current) == the_hole) {
16745 // Split elements into defined and the_hole, in that order.
16774 // Split elements into defined, undefined and the_hole, in that order. Only
17218 Object* the_hole = heap->the_hole_value(); local
17221 if (get(EntryToIndex(current)) == the_hole) {
H A Dbuiltins.cc1290 Object* the_hole = isolate->heap()->the_hole_value(); local
1294 if (element == the_hole) {
/external/v8/test/unittests/compiler/
H A Djs-typed-lowering-unittest.cc383 Node* const the_hole = HeapConstant(factory()->the_hole_value()); local
388 javascript()->StrictEqual(CompareOperationHints::Any()), lhs, the_hole,
/external/v8/src/crankshaft/
H A Dhydrogen.cc886 DEFINE_GET_CONSTANT(Hole, the_hole, the_hole_value, the_hole, HType::None(),
904 DEFINE_IS_CONSTANT(Hole, the_hole)
/external/v8/src/heap/
H A Dheap.cc2225 ALLOCATE_PARTIAL_MAP(ODDBALL_TYPE, Oddball::kSize, the_hole);

Completed in 579 milliseconds