/external/v8/test/cctest/ |
D | test-dictionary.cc | 55 CHECK_EQ(table->Lookup(b), CcTest::heap()->the_hole_value()); in TestHashMap() 61 CHECK_EQ(table->Lookup(b), CcTest::heap()->the_hole_value()); in TestHashMap() 73 CHECK_EQ(table->Lookup(a), CcTest::heap()->the_hole_value()); in TestHashMap() 93 CHECK_EQ(table->Lookup(key), CcTest::heap()->the_hole_value()); in TestHashMap() 101 CHECK_EQ(table->Lookup(key), CcTest::heap()->the_hole_value()); in TestHashMap()
|
/external/v8/src/ |
D | arguments.h | 177 isolate->heap()->the_hole_value(); in PropertyCallbackArguments() 178 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value(); in PropertyCallbackArguments() 244 values[T::kContextSaveIndex] = isolate->heap()->the_hole_value(); in FunctionCallbackArguments() 249 isolate->heap()->the_hole_value(); in FunctionCallbackArguments() 250 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value(); in FunctionCallbackArguments()
|
D | elements.cc | 171 heap->the_hole_value(), length); in CopyObjectToObjectElements() 217 heap->the_hole_value(), length); in CopyDictionaryToObjectElements() 272 heap->the_hole_value(), length); in CopyDoubleToObjectElements() 349 Object* the_hole = from->GetHeap()->the_hole_value(); in CopySmiToDoubleElements() 422 Object* the_hole = from->GetHeap()->the_hole_value(); in CopyObjectToDoubleElements() 630 return backing_store->GetIsolate()->factory()->the_hole_value(); in GetImpl() 1383 Handle<Object> the_hole_value = isolate->factory()->the_hole_value(); in SetLengthWithoutNormalize() local 1389 dict->SetEntry(i, the_hole_value, the_hole_value); in SetLengthWithoutNormalize() 1483 return isolate->factory()->the_hole_value(); in GetImpl() 1712 : Handle<Object>::cast(isolate->factory()->the_hole_value()); in GetParameterMapArg()
|
D | isolate.h | 573 thread_local_top_.pending_exception_ = heap_.the_hole_value(); in clear_pending_exception() 589 thread_local_top_.pending_message_obj_ = heap_.the_hole_value(); in THREAD_LOCAL_TOP_ACCESSOR() 590 thread_local_top_.pending_message_script_ = heap_.the_hole_value(); in THREAD_LOCAL_TOP_ACCESSOR() 628 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value(); in has_scheduled_exception() 632 thread_local_top_.scheduled_exception_ = heap_.the_hole_value(); in clear_scheduled_exception()
|
D | global-handles.cc | 1037 DCHECK_NE(isolate->heap()->the_hole_value(), object); in Create() 1043 Object* the_hole = isolate->heap()->the_hole_value(); in Create() 1047 DCHECK_EQ(isolate->heap()->the_hole_value(), blocks_[block][offset]); in Create()
|
D | objects.cc | 714 Handle<Object> value = isolate->factory()->the_hole_value(); in DeleteNormalizedProperty() 3002 it->factory()->the_hole_value()); in AddDataProperty() 3042 return isolate->factory()->the_hole_value(); in SetElementWithCallbackSetterInPrototypes() 3432 return isolate->factory()->the_hole_value(); in SetPropertyViaPrototypesWithHandler() 3449 return isolate->factory()->the_hole_value(); in SetPropertyViaPrototypesWithHandler() 3495 if (!*done) return isolate->factory()->the_hole_value(); in SetPropertyViaPrototypesWithHandler() 3823 Handle<Object> old_value = it.isolate()->factory()->the_hole_value(); in SetOwnPropertyIgnoreAttributes() 3877 old_value = it.isolate()->factory()->the_hole_value(); in SetOwnPropertyIgnoreAttributes() 3890 old_value = it.isolate()->factory()->the_hole_value(); in SetOwnPropertyIgnoreAttributes() 3900 Handle<Object> old_value = it.isolate()->factory()->the_hole_value(); in SetOwnPropertyIgnoreAttributes() [all …]
|
D | ast-value-factory.cc | 224 value_ = isolate->factory()->the_hole_value(); in Internalize()
|
D | factory.cc | 80 *the_hole_value()), in NewFixedArrayWithHoles() 154 accessors->set_getter(*the_hole_value(), SKIP_WRITE_BARRIER); in NewAccessorPair() 155 accessors->set_setter(*the_hole_value(), SKIP_WRITE_BARRIER); in NewAccessorPair() 1237 function->set_prototype_or_initial_map(*the_hole_value()); in InitializeFunction() 1322 return NewFunction(name, code, the_hole_value(), type, instance_size); in NewFunction()
|
D | objects-debug.cc | 595 CHECK(this == heap->the_hole_value()); in OddballVerify() 1073 if (e->get(i) == heap->the_hole_value()) holes++; in IncrementSpillStatistics()
|
D | string-stream.cc | 367 if (element != heap->the_hole_value()) { in PrintFixedArray()
|
D | frames.cc | 883 DCHECK_EQ(GetOperand(i), isolate()->heap()->the_hole_value()); in RestoreOperandStack() 902 DCHECK_EQ(GetOperand(i), isolate()->heap()->the_hole_value()); in RestoreOperandStack()
|
/external/v8/src/heap/ |
D | heap-inl.h | 673 DCHECK(obj != heap_->the_hole_value()); in Verify() 678 DCHECK(obj != heap_->the_hole_value()); in Verify() 702 set_instanceof_cache_function(the_hole_value()); in ClearInstanceofCache() 712 set_instanceof_cache_map(the_hole_value()); in CompletelyClearInstanceofCache() 713 set_instanceof_cache_function(the_hole_value()); in CompletelyClearInstanceofCache()
|
/external/v8/test/cctest/compiler/ |
D | test-js-constant-cache.cc | 255 CHECK_EQ(T.TheHoleConstant(), T.Constant(T.factory()->the_hole_value())); in TEST() 267 CHECK_EQ(*T.factory()->the_hole_value(), *T.handle(T.TheHoleConstant())); in TEST()
|
/external/v8/src/compiler/ |
D | js-graph.cc | 46 the_hole_constant_.set(ImmovableHeapConstant(factory()->the_hole_value())); in TheHoleConstant()
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 203 Handle<Oddball> the_hole = masm->isolate()->factory()->the_hole_value(); in GenerateCheckPropertyCell() 830 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal() 833 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal()
|
D | ic-ia32.cc | 199 __ cmp(scratch, Immediate(masm->isolate()->factory()->the_hole_value())); in GenerateFastArrayLoad() 275 __ cmp(scratch2, factory->the_hole_value()); in GenerateMappedArgumentsLookup() 565 masm->isolate()->factory()->the_hole_value()); in KeyedStoreGenerateGenericHelper()
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 203 Handle<Oddball> the_hole = masm->isolate()->factory()->the_hole_value(); in GenerateCheckPropertyCell() 832 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal() 835 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal()
|
D | ic-x87.cc | 201 __ cmp(scratch, Immediate(masm->isolate()->factory()->the_hole_value())); in GenerateFastArrayLoad() 277 __ cmp(scratch2, factory->the_hole_value()); in GenerateMappedArgumentsLookup() 567 masm->isolate()->factory()->the_hole_value()); in KeyedStoreGenerateGenericHelper()
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 312 __ cmp(ebx, masm->isolate()->factory()->the_hole_value()); in GenerateSmiToDouble() 427 masm->isolate()->factory()->the_hole_value()); in GenerateDoubleToObject()
|
D | full-codegen-x87.cc | 761 ? isolate()->factory()->the_hole_value() in VisitVariableDeclaration() 770 Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration() 779 Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration() 799 __ push(Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration() 1402 __ cmp(eax, isolate()->factory()->the_hole_value()); in EmitDynamicLookupFastCase() 1481 __ cmp(eax, isolate()->factory()->the_hole_value()); in EmitVariableLoad() 2109 __ mov(ecx, isolate()->factory()->the_hole_value()); in EmitGeneratorResume() 2458 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment() 2471 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment() 2494 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment()
|
D | code-stubs-x87.cc | 618 __ mov(ecx, isolate()->factory()->the_hole_value()); in GenerateNewSloppyFast() 1062 __ mov(edx, Immediate(isolate()->factory()->the_hole_value())); in Generate() 2054 __ cmp(eax, isolate()->factory()->the_hole_value()); in Generate() 2072 __ mov(edx, Immediate(isolate()->factory()->the_hole_value())); in Generate() 2093 __ mov(edx, Immediate(isolate()->factory()->the_hole_value())); in Generate() 2162 __ mov(edx, Immediate(isolate()->factory()->the_hole_value())); in Generate() 3391 __ cmp(entity_name, masm->isolate()->factory()->the_hole_value()); in GenerateNegativeLookup()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 764 ? isolate()->factory()->the_hole_value() in VisitVariableDeclaration() 773 Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration() 782 Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration() 802 __ push(Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration() 1413 __ cmp(eax, isolate()->factory()->the_hole_value()); in EmitDynamicLookupFastCase() 1492 __ cmp(eax, isolate()->factory()->the_hole_value()); in EmitVariableLoad() 2122 __ mov(ecx, isolate()->factory()->the_hole_value()); in EmitGeneratorResume() 2468 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment() 2481 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment() 2504 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment()
|
D | codegen-ia32.cc | 647 __ cmp(ebx, masm->isolate()->factory()->the_hole_value()); in GenerateSmiToDouble() 775 masm->isolate()->factory()->the_hole_value()); in GenerateDoubleToObject()
|
D | code-stubs-ia32.cc | 938 __ mov(ecx, isolate()->factory()->the_hole_value()); in GenerateNewSloppyFast() 1382 __ mov(edx, Immediate(isolate()->factory()->the_hole_value())); in Generate() 2363 __ cmp(eax, isolate()->factory()->the_hole_value()); in Generate() 2381 __ mov(edx, Immediate(isolate()->factory()->the_hole_value())); in Generate() 2402 __ mov(edx, Immediate(isolate()->factory()->the_hole_value())); in Generate() 2471 __ mov(edx, Immediate(isolate()->factory()->the_hole_value())); in Generate() 3728 __ cmp(entity_name, masm->isolate()->factory()->the_hole_value()); in GenerateNegativeLookup()
|
D | lithium-codegen-ia32.cc | 2301 __ cmp(input_reg, factory()->the_hole_value()); in DoCmpHoleAndBranch() 2657 Handle<Cell> cache_cell = factory()->NewCell(factory()->the_hole_value()); in DoInstanceOfKnownGlobal() 2660 __ mov(eax, factory()->the_hole_value()); // Patched to either true or false. in DoInstanceOfKnownGlobal() 2822 __ cmp(result, factory()->the_hole_value()); in DoLoadGlobalCell() 2866 __ cmp(Operand::ForCell(cell_handle), factory()->the_hole_value()); in DoStoreGlobalCell() 2882 __ cmp(result, factory()->the_hole_value()); in DoLoadContextSlot() 2903 __ cmp(target, factory()->the_hole_value()); in DoStoreContextSlot() 3003 __ cmp(Operand(result), Immediate(factory()->the_hole_value())); in DoLoadFunctionPrototype() 3156 __ cmp(result, factory()->the_hole_value()); in DoLoadKeyedFixedArray()
|