/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 | arguments.h | 169 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()
|
D | elements.cc | 128 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()
|
D | factory.cc | 141 *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()
|
D | global-handles.cc | 1366 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/ |
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 | 72 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/ |
D | constant-array-builder.cc | 84 return isolate_->factory()->the_hole_value(); in At()
|
D | interpreter.cc | 156 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); in DoLdaTheHole() local 157 __ SetAccumulator(the_hole_value); in DoLdaTheHole()
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 331 __ 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/ |
D | js-graph.cc | 39 return CACHED(kTheHoleConstant, HeapConstant(factory()->the_hole_value())); in TheHoleConstant()
|
/external/v8/src/heap/ |
D | mark-compact.cc | 1465 *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()
|
D | incremental-marking.cc | 625 Object* the_hole_value = heap()->the_hole_value(); in ProcessWeakCells() local 645 weak_cell->clear_next(the_hole_value); in ProcessWeakCells()
|
D | heap-inl.h | 590 DCHECK(obj != heap_->the_hole_value()); in Verify() 595 DCHECK(obj != heap_->the_hole_value()); in Verify()
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 234 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()
|
D | ic-x87.cc | 226 __ 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/ |
D | handler-compiler-ia32.cc | 234 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()
|
D | ic-ia32.cc | 226 __ 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/ |
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/ast/ |
D | ast-value-factory.h | 280 F(the_hole_value)
|
D | ast-value-factory.cc | 198 value_ = isolate->factory()->the_hole_value(); in Internalize()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 756 ? 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/ |
D | full-codegen-ia32.cc | 759 ? 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/ |
D | codegen-ia32.cc | 649 __ 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/ |
D | runtime-collections.cc | 26 return isolate->heap()->the_hole_value(); in RUNTIME_FUNCTION()
|