/external/v8/src/ |
D | isolate-inl.h | 36 thread_local_top_.pending_exception_ = heap_.the_hole_value(); in clear_pending_exception() 47 thread_local_top_.pending_message_obj_ = heap_.the_hole_value(); in clear_pending_message() 60 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value(); in has_scheduled_exception() 66 thread_local_top_.scheduled_exception_ = heap_.the_hole_value(); in clear_scheduled_exception()
|
D | api-arguments.h | 93 isolate->heap()->the_hole_value(); in PropertyCallbackArguments() 94 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value(); in PropertyCallbackArguments() 160 values[T::kContextSaveIndex] = isolate->heap()->the_hole_value(); in FunctionCallbackArguments() 165 isolate->heap()->the_hole_value(); in FunctionCallbackArguments() 166 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value(); in FunctionCallbackArguments()
|
D | elements.cc | 134 heap->the_hole_value(), length); in CopyObjectToObjectElements() 173 heap->the_hole_value(), length); in CopyDictionaryToObjectElements() 224 heap->the_hole_value(), length); in CopyDoubleToObjectElements() 309 Object* the_hole = from->GetHeap()->the_hole_value(); in CopySmiToDoubleElements() 382 Object* the_hole = from->GetHeap()->the_hole_value(); in CopyObjectToDoubleElements() 1143 Handle<Object> the_hole_value = isolate->factory()->the_hole_value(); in SetLengthImpl() local 1149 dict->SetEntry(entry, the_hole_value, the_hole_value); in SetLengthImpl() 1365 Handle<Object> the_hole = isolate->factory()->the_hole_value(); in AddElementsToKeyAccumulatorImpl() 2373 : Object::cast(parameter_map->GetHeap()->the_hole_value()); in GetParameterMapArg()
|
/external/v8/test/cctest/ |
D | test-dictionary.cc | 56 CHECK_EQ(table->Lookup(b), CcTest::heap()->the_hole_value()); in TestHashMap() 62 CHECK_EQ(table->Lookup(b), CcTest::heap()->the_hole_value()); in TestHashMap() 74 CHECK_EQ(table->Lookup(a), CcTest::heap()->the_hole_value()); in TestHashMap() 94 CHECK_EQ(table->Lookup(key), CcTest::heap()->the_hole_value()); in TestHashMap() 102 CHECK_EQ(table->Lookup(key), CcTest::heap()->the_hole_value()); in TestHashMap()
|
/external/v8/test/unittests/interpreter/ |
D | constant-array-builder-unittest.cc | 67 CHECK(empty->SameValue(isolate()->heap()->the_hole_value())); in TEST_F() 225 CHECK(duplicate->SameValue(*isolate()->factory()->the_hole_value())); in TEST_F() 244 *isolate()->factory()->the_hole_value())); in TEST_F() 247 *isolate()->factory()->the_hole_value())); in TEST_F() 249 *isolate()->factory()->the_hole_value())); in TEST_F() 280 expected = isolate()->factory()->the_hole_value(); in TEST_F()
|
/external/v8/src/interpreter/ |
D | constant-array-builder.cc | 93 return isolate_->factory()->the_hole_value(); in At() 116 fixed_array->set(array_index++, *isolate_->factory()->the_hole_value()); in ToFixedArray()
|
D | interpreter.cc | 336 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); in DoLdaTheHole() local 337 __ SetAccumulator(the_hole_value); in DoLdaTheHole() 1383 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); in DoJumpIfNotHole() local 1385 __ JumpIfWordNotEqual(accumulator, the_hole_value, relative_jump); in DoJumpIfNotHole() 1394 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); in DoJumpIfNotHoleConstant() local 1398 __ JumpIfWordNotEqual(accumulator, the_hole_value, relative_jump); in DoJumpIfNotHoleConstant()
|
/external/v8/src/debug/mips/ |
D | debug-mips.cc | 86 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
|
/external/v8/src/debug/ia32/ |
D | debug-ia32.cc | 77 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
|
/external/v8/src/debug/ppc/ |
D | debug-ppc.cc | 92 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
|
/external/v8/src/debug/arm64/ |
D | debug-arm64.cc | 101 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
|
/external/v8/src/debug/s390/ |
D | debug-s390.cc | 97 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
|
/external/v8/src/debug/arm/ |
D | debug-arm.cc | 90 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
|
/external/v8/src/debug/mips64/ |
D | debug-mips64.cc | 88 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
|
/external/v8/src/debug/x87/ |
D | debug-x87.cc | 77 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
|
/external/v8/src/debug/x64/ |
D | debug-x64.cc | 78 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 328 __ cmp(ebx, masm->isolate()->factory()->the_hole_value()); in GenerateSmiToDouble() 406 masm->isolate()->factory()->the_hole_value()); in GenerateDoubleToObject() 456 masm->isolate()->factory()->the_hole_value()); in GenerateDoubleToObject()
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 245 Immediate(isolate->factory()->the_hole_value())); in GenerateCheckPropertyCell() 702 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal() 705 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal()
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 245 Immediate(isolate->factory()->the_hole_value())); in GenerateCheckPropertyCell() 702 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal() 705 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal()
|
/external/v8/src/heap/ |
D | mark-compact.cc | 1462 *p = heap_->the_hole_value(); in VisitPointers() 2474 table->set(key_index, heap_->the_hole_value()); in MarkDependentCodeForDeoptimization() 2475 table->set(value_index, heap_->the_hole_value()); in MarkDependentCodeForDeoptimization() 2484 Object* the_hole_value = heap()->the_hole_value(); in ClearSimpleMapTransitions() local 2500 weak_cell->clear_next(the_hole_value); in ClearSimpleMapTransitions() 2712 Object* the_hole_value = heap->the_hole_value(); in ClearWeakCells() local 2772 weak_cell->clear_next(the_hole_value); in ClearWeakCells() 2783 Object* the_hole_value = heap()->the_hole_value(); in AbortWeakCells() local 2788 weak_cell->clear_next(the_hole_value); in AbortWeakCells()
|
D | incremental-marking.cc | 616 Object* the_hole_value = heap()->the_hole_value(); in ProcessWeakCells() local 636 weak_cell->clear_next(the_hole_value); in ProcessWeakCells()
|
/external/v8/test/cctest/compiler/ |
D | test-js-constant-cache.cc | 261 CHECK_EQ(T.TheHoleConstant(), T.Constant(T.factory()->the_hole_value())); in TEST() 273 CHECK_EQ(*T.factory()->the_hole_value(), *T.handle(T.TheHoleConstant())); in TEST()
|
/external/v8/src/compiler/ |
D | js-graph.cc | 72 return CACHED(kTheHoleConstant, HeapConstant(factory()->the_hole_value())); in TheHoleConstant()
|
/external/v8/src/ast/ |
D | ast-value-factory.h | 283 F(the_hole_value)
|
D | ast-value-factory.cc | 200 value_ = isolate->factory()->the_hole_value(); in Internalize()
|