Home
last modified time | relevance | path

Searched refs:the_hole_value (Results 1 – 25 of 84) 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()
Dapi-arguments.h93 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()
Delements.cc134 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/
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.cc67 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/
Dconstant-array-builder.cc93 return isolate_->factory()->the_hole_value(); in At()
116 fixed_array->set(array_index++, *isolate_->factory()->the_hole_value()); in ToFixedArray()
Dinterpreter.cc336 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/
Ddebug-mips.cc86 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
/external/v8/src/debug/ia32/
Ddebug-ia32.cc77 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
/external/v8/src/debug/ppc/
Ddebug-ppc.cc92 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
/external/v8/src/debug/arm64/
Ddebug-arm64.cc101 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
/external/v8/src/debug/s390/
Ddebug-s390.cc97 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
/external/v8/src/debug/arm/
Ddebug-arm.cc90 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
/external/v8/src/debug/mips64/
Ddebug-mips64.cc88 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
/external/v8/src/debug/x87/
Ddebug-x87.cc77 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
/external/v8/src/debug/x64/
Ddebug-x64.cc78 __ Push(masm->isolate()->factory()->the_hole_value()); in GenerateDebugBreakStub()
/external/v8/src/x87/
Dcodegen-x87.cc328 __ 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/
Dhandler-compiler-x87.cc245 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/
Dhandler-compiler-ia32.cc245 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/
Dmark-compact.cc1462 *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()
Dincremental-marking.cc616 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/
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/compiler/
Djs-graph.cc72 return CACHED(kTheHoleConstant, HeapConstant(factory()->the_hole_value())); in TheHoleConstant()
/external/v8/src/ast/
Dast-value-factory.h283 F(the_hole_value)
Dast-value-factory.cc200 value_ = isolate->factory()->the_hole_value(); in Internalize()

1234