Home
last modified time | relevance | path

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

1234

/external/v8/src/
Disolate-inl.h36 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()
Darguments.h169 isolate->heap()->the_hole_value(); in PropertyCallbackArguments()
170 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value(); in PropertyCallbackArguments()
236 values[T::kContextSaveIndex] = isolate->heap()->the_hole_value(); in FunctionCallbackArguments()
241 isolate->heap()->the_hole_value(); in FunctionCallbackArguments()
242 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value(); in FunctionCallbackArguments()
Delements.cc128 heap->the_hole_value(), length); in CopyObjectToObjectElements()
167 heap->the_hole_value(), length); in CopyDictionaryToObjectElements()
218 heap->the_hole_value(), length); in CopyDoubleToObjectElements()
302 Object* the_hole = from->GetHeap()->the_hole_value(); in CopySmiToDoubleElements()
375 Object* the_hole = from->GetHeap()->the_hole_value(); in CopyObjectToDoubleElements()
1009 Handle<Object> the_hole_value = isolate->factory()->the_hole_value(); in SetLengthImpl() local
1015 dict->SetEntry(entry, the_hole_value, the_hole_value); in SetLengthImpl()
2012 : Object::cast(parameter_map->GetHeap()->the_hole_value()); in GetParameterMapArg()
Dfactory.cc141 *the_hole_value()), in NewFixedArrayWithHoles()
193 accessors->set_getter(*the_hole_value(), SKIP_WRITE_BARRIER); in NewAccessorPair()
194 accessors->set_setter(*the_hole_value(), SKIP_WRITE_BARRIER); in NewAccessorPair()
781 context->set_extension(*the_hole_value()); in NewModuleContext()
794 context->set_extension(*the_hole_value()); in NewFunctionContext()
1208 function->set_prototype_or_initial_map(*the_hole_value()); in DEFINE_ERROR()
1304 return NewFunction(name, code, the_hole_value(), type, instance_size); in NewFunction()
Dglobal-handles.cc1366 DCHECK_NE(isolate->heap()->the_hole_value(), object); in Create()
1372 Object* the_hole = isolate->heap()->the_hole_value(); in Create()
1376 DCHECK_EQ(isolate->heap()->the_hole_value(), blocks_[block][offset]); in Create()
/external/v8/test/cctest/
Dtest-dictionary.cc56 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/
Dconstant-array-builder-unittest.cc72 CHECK(empty->SameValue(isolate()->heap()->the_hole_value())); in TEST_F()
219 CHECK(duplicate->SameValue(*isolate()->factory()->the_hole_value())); in TEST_F()
/external/v8/src/interpreter/
Dconstant-array-builder.cc84 return isolate_->factory()->the_hole_value(); in At()
Dinterpreter.cc156 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); in DoLdaTheHole() local
157 __ SetAccumulator(the_hole_value); in DoLdaTheHole()
/external/v8/src/x87/
Dcodegen-x87.cc331 __ cmp(ebx, masm->isolate()->factory()->the_hole_value()); in GenerateSmiToDouble()
409 masm->isolate()->factory()->the_hole_value()); in GenerateDoubleToObject()
459 masm->isolate()->factory()->the_hole_value()); in GenerateDoubleToObject()
/external/v8/src/compiler/
Djs-graph.cc39 return CACHED(kTheHoleConstant, HeapConstant(factory()->the_hole_value())); in TheHoleConstant()
/external/v8/src/heap/
Dmark-compact.cc1465 *p = heap_->the_hole_value(); in VisitPointers()
2221 table->set(key_index, heap_->the_hole_value()); in MarkDependentCodeForDeoptimization()
2222 table->set(value_index, heap_->the_hole_value()); in MarkDependentCodeForDeoptimization()
2231 Object* the_hole_value = heap()->the_hole_value(); in ClearSimpleMapTransitions() local
2247 weak_cell->clear_next(the_hole_value); in ClearSimpleMapTransitions()
2461 Object* the_hole_value = heap->the_hole_value(); in ClearWeakCells() local
2521 weak_cell->clear_next(the_hole_value); in ClearWeakCells()
2532 Object* the_hole_value = heap()->the_hole_value(); in AbortWeakCells() local
2537 weak_cell->clear_next(the_hole_value); in AbortWeakCells()
Dincremental-marking.cc625 Object* the_hole_value = heap()->the_hole_value(); in ProcessWeakCells() local
645 weak_cell->clear_next(the_hole_value); in ProcessWeakCells()
Dheap-inl.h590 DCHECK(obj != heap_->the_hole_value()); in Verify()
595 DCHECK(obj != heap_->the_hole_value()); in Verify()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc234 Immediate(factory->the_hole_value())); in GenerateCheckPropertyCell()
797 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal()
800 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal()
Dic-x87.cc226 __ cmp(scratch, Immediate(masm->isolate()->factory()->the_hole_value())); in GenerateFastArrayLoad()
404 masm->isolate()->factory()->the_hole_value()); in KeyedStoreGenerateMegamorphicHelper()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc234 Immediate(factory->the_hole_value())); in GenerateCheckPropertyCell()
797 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal()
800 __ cmp(result, factory()->the_hole_value()); in CompileLoadGlobal()
Dic-ia32.cc226 __ cmp(scratch, Immediate(masm->isolate()->factory()->the_hole_value())); in GenerateFastArrayLoad()
404 masm->isolate()->factory()->the_hole_value()); in KeyedStoreGenerateMegamorphicHelper()
/external/v8/test/cctest/compiler/
Dtest-js-constant-cache.cc261 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/ast/
Dast-value-factory.h280 F(the_hole_value)
Dast-value-factory.cc198 value_ = isolate->factory()->the_hole_value(); in Internalize()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc756 ? isolate()->factory()->the_hole_value() in VisitVariableDeclaration()
765 Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration()
774 Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration()
790 __ push(Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration()
1273 __ cmp(eax, isolate()->factory()->the_hole_value()); in EmitDynamicLookupFastCase()
1331 __ cmp(eax, isolate()->factory()->the_hole_value()); in EmitVariableLoad()
2017 __ mov(ecx, isolate()->factory()->the_hole_value()); in EmitGeneratorResume()
2426 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment()
2440 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment()
2453 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment()
[all …]
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc759 ? isolate()->factory()->the_hole_value() in VisitVariableDeclaration()
768 Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration()
777 Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration()
793 __ push(Immediate(isolate()->factory()->the_hole_value())); in VisitVariableDeclaration()
1281 __ cmp(eax, isolate()->factory()->the_hole_value()); in EmitDynamicLookupFastCase()
1339 __ cmp(eax, isolate()->factory()->the_hole_value()); in EmitVariableLoad()
2025 __ mov(ecx, isolate()->factory()->the_hole_value()); in EmitGeneratorResume()
2434 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment()
2448 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment()
2461 __ cmp(edx, isolate()->factory()->the_hole_value()); in EmitVariableAssignment()
[all …]
/external/v8/src/ia32/
Dcodegen-ia32.cc649 __ cmp(ebx, masm->isolate()->factory()->the_hole_value()); in GenerateSmiToDouble()
732 masm->isolate()->factory()->the_hole_value()); in GenerateDoubleToObject()
790 masm->isolate()->factory()->the_hole_value()); in GenerateDoubleToObject()
/external/v8/src/runtime/
Druntime-collections.cc26 return isolate->heap()->the_hole_value(); in RUNTIME_FUNCTION()

1234