Home
last modified time | relevance | path

Searched refs:the_hole_value (Results 1 – 25 of 62) sorted by relevance

123

/external/v8/test/cctest/
Dtest-dictionary.cc55 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/
Darguments.h177 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()
Delements.cc171 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()
Disolate.h573 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()
Dglobal-handles.cc1037 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()
Dobjects.cc714 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 …]
Dast-value-factory.cc224 value_ = isolate->factory()->the_hole_value(); in Internalize()
Dfactory.cc80 *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()
Dobjects-debug.cc595 CHECK(this == heap->the_hole_value()); in OddballVerify()
1073 if (e->get(i) == heap->the_hole_value()) holes++; in IncrementSpillStatistics()
Dstring-stream.cc367 if (element != heap->the_hole_value()) { in PrintFixedArray()
Dframes.cc883 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/
Dheap-inl.h673 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/
Dtest-js-constant-cache.cc255 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/
Djs-graph.cc46 the_hole_constant_.set(ImmovableHeapConstant(factory()->the_hole_value())); in TheHoleConstant()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc203 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()
Dic-ia32.cc199 __ 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/
Dhandler-compiler-x87.cc203 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()
Dic-x87.cc201 __ 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/
Dcodegen-x87.cc312 __ cmp(ebx, masm->isolate()->factory()->the_hole_value()); in GenerateSmiToDouble()
427 masm->isolate()->factory()->the_hole_value()); in GenerateDoubleToObject()
Dfull-codegen-x87.cc761 ? 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()
Dcode-stubs-x87.cc618 __ 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/
Dfull-codegen-ia32.cc764 ? 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()
Dcodegen-ia32.cc647 __ cmp(ebx, masm->isolate()->factory()->the_hole_value()); in GenerateSmiToDouble()
775 masm->isolate()->factory()->the_hole_value()); in GenerateDoubleToObject()
Dcode-stubs-ia32.cc938 __ 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()
Dlithium-codegen-ia32.cc2301 __ 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()

123