Searched refs:null_value (Results 1 - 25 of 58) sorted by relevance

123

/external/v8/src/
H A Dprototype.h22 * The PrototypeIterator can either run to the null_value(), the first
73 object_ = isolate_->heap()->null_value();
77 handle_ = handle(isolate_->heap()->null_value(), isolate_);
H A Dbuiltins.cc1033 // be found then Heap::null_value() is returned.
1044 return heap->null_value();
1049 // with this receiver. Returns Heap::null_value() if the call is
1060 if (!recv->IsJSObject()) return heap->null_value();
1069 if (holder == heap->null_value()) return heap->null_value();
1083 if (current == heap->null_value()) current = heap->undefined_value();
H A Dast-value-factory.cc221 value_ = isolate->factory()->null_value();
H A Daccessors.cc1103 if (function->shared()->native()) return isolate->factory()->null_value();
1153 return isolate->factory()->null_value();
1319 result = isolate->factory()->null_value();
H A Dliveedit.cc736 Handle<HeapObject>(isolate()->heap()->null_value()));
792 Handle<Object>(isolate()->heap()->null_value(),
1482 old_script_object = isolate->factory()->null_value();
H A Dbootstrapper.cc361 global_proxy->set_native_context(*factory->null_value());
362 SetObjectPrototype(global_proxy, factory->null_value());
363 global_proxy->map()->set_constructor(*factory->null_value());
492 isolate->factory()->null_value());
1653 builtins_fun->initial_map()->set_prototype(heap()->null_value());
H A Djson-parser.h292 return factory()->null_value();
H A Dobjects-debug.cc597 CHECK(this == heap->null_value());
/external/llvm/unittests/IR/
H A DValueHandleTest.cpp97 Value *null_value = nullptr; local
98 EXPECT_EQ(null_value, WVH);
99 EXPECT_EQ(null_value, WVH_Copy);
100 EXPECT_EQ(null_value, WVH_Recreated);
/external/v8/src/compiler/
H A Djs-graph.cc70 null_constant_.set(ImmovableHeapConstant(factory()->null_value()));
/external/v8/test/cctest/compiler/
H A Dtest-js-constant-cache.cc258 CHECK_EQ(T.NullConstant(), T.Constant(T.factory()->null_value()));
270 CHECK_EQ(*T.factory()->null_value(), *T.handle(T.NullConstant()));
H A Dfunction-tester.h180 Handle<Object> null() { return isolate->factory()->null_value(); }
/external/v8/src/heap/
H A Dheap.cc2302 map->set_prototype(null_value(), SKIP_WRITE_BARRIER);
2303 map->set_constructor(null_value(), SKIP_WRITE_BARRIER);
2418 set_exception(null_value());
2463 meta_map()->set_prototype(null_value());
2464 meta_map()->set_constructor(null_value());
2466 fixed_array_map()->set_prototype(null_value());
2467 fixed_array_map()->set_constructor(null_value());
2469 undefined_map()->set_prototype(null_value());
2470 undefined_map()->set_constructor(null_value());
2472 null_map()->set_prototype(null_value());
[all...]
H A Dheap.h37 V(Oddball, null_value, NullValue) \
220 V(null_value) \
/external/v8/src/ic/
H A Dhandler-compiler.cc152 DCHECK(last_map->prototype() == isolate()->heap()->null_value());
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc789 __ cmp(ebx, factory->null_value());
973 __ cmp(ebx, factory->null_value());
H A Dmacro-assembler-ia32.cc1229 cmp(scratch2, isolate()->factory()->null_value());
2206 cmp(return_value, isolate()->factory()->null_value());
3332 cmp(ecx, isolate()->factory()->null_value());
3378 cmp(current, Immediate(factory->null_value()));
H A Dfull-codegen-ia32.cc1051 __ cmp(eax, isolate()->factory()->null_value());
1587 __ push(Immediate(isolate()->factory()->null_value()));
2945 __ cmp(eax, isolate()->factory()->null_value());
3340 __ mov(eax, isolate()->factory()->null_value());
4573 __ cmp(eax, isolate()->factory()->null_value());
4678 ? isolate()->factory()->null_value()
H A Dlithium-codegen-ia32.cc2124 __ cmp(reg, factory()->null_value());
2354 __ cmp(input, isolate()->factory()->null_value());
2667 __ cmp(object, factory()->null_value());
3297 __ cmp(receiver, factory()->null_value());
5386 __ cmp(input, factory()->null_value());
5559 __ cmp(eax, isolate()->factory()->null_value());
/external/v8/src/x87/
H A Dbuiltins-x87.cc789 __ cmp(ebx, factory->null_value());
973 __ cmp(ebx, factory->null_value());
H A Dmacro-assembler-x87.cc1192 cmp(scratch2, isolate()->factory()->null_value());
2168 cmp(return_value, isolate()->factory()->null_value());
3292 cmp(ecx, isolate()->factory()->null_value());
3338 cmp(current, Immediate(factory->null_value()));
H A Dfull-codegen-x87.cc1040 __ cmp(eax, isolate()->factory()->null_value());
1576 __ push(Immediate(isolate()->factory()->null_value()));
2935 __ cmp(eax, isolate()->factory()->null_value());
3330 __ mov(eax, isolate()->factory()->null_value());
4562 __ cmp(eax, isolate()->factory()->null_value());
4667 ? isolate()->factory()->null_value()
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc1506 Register null_value = x15; local
1509 __ LoadRoot(null_value, Heap::kNullValueRootIndex);
1525 __ Cmp(chain_prototype, null_value);
1572 __ Cmp(object_type, Operand(isolate()->factory()->null_value()));
2581 __ Mov(x0, Operand(isolate()->factory()->null_value()));
H A Dmacro-assembler-arm64.cc1457 Register null_value,
1463 DCHECK(!AreAliased(object, null_value, scratch0, scratch1, scratch2,
1509 Cmp(current_object, null_value);
4669 CompareAndBranch(current, Operand(factory->null_value()), ne, &loop_again);
1456 CheckEnumCache(Register object, Register null_value, Register scratch0, Register scratch1, Register scratch2, Register scratch3, Label* call_runtime) argument
/external/v8/src/x64/
H A Dmacro-assembler-x64.h1445 void CheckEnumCache(Register null_value,

Completed in 596 milliseconds

123