/external/v8/src/ |
H A D | prototype.h | 22 * 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 D | builtins.cc | 1033 // 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 D | ast-value-factory.cc | 221 value_ = isolate->factory()->null_value();
|
H A D | accessors.cc | 1103 if (function->shared()->native()) return isolate->factory()->null_value(); 1153 return isolate->factory()->null_value(); 1319 result = isolate->factory()->null_value();
|
H A D | liveedit.cc | 736 Handle<HeapObject>(isolate()->heap()->null_value())); 792 Handle<Object>(isolate()->heap()->null_value(), 1482 old_script_object = isolate->factory()->null_value();
|
H A D | bootstrapper.cc | 361 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 D | json-parser.h | 292 return factory()->null_value();
|
H A D | objects-debug.cc | 597 CHECK(this == heap->null_value());
|
/external/llvm/unittests/IR/ |
H A D | ValueHandleTest.cpp | 97 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 D | js-graph.cc | 70 null_constant_.set(ImmovableHeapConstant(factory()->null_value()));
|
/external/v8/test/cctest/compiler/ |
H A D | test-js-constant-cache.cc | 258 CHECK_EQ(T.NullConstant(), T.Constant(T.factory()->null_value())); 270 CHECK_EQ(*T.factory()->null_value(), *T.handle(T.NullConstant()));
|
H A D | function-tester.h | 180 Handle<Object> null() { return isolate->factory()->null_value(); }
|
/external/v8/src/heap/ |
H A D | heap.cc | 2302 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 D | heap.h | 37 V(Oddball, null_value, NullValue) \ 220 V(null_value) \
|
/external/v8/src/ic/ |
H A D | handler-compiler.cc | 152 DCHECK(last_map->prototype() == isolate()->heap()->null_value());
|
/external/v8/src/ia32/ |
H A D | builtins-ia32.cc | 789 __ cmp(ebx, factory->null_value()); 973 __ cmp(ebx, factory->null_value());
|
H A D | macro-assembler-ia32.cc | 1229 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 D | full-codegen-ia32.cc | 1051 __ 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 D | lithium-codegen-ia32.cc | 2124 __ 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 D | builtins-x87.cc | 789 __ cmp(ebx, factory->null_value()); 973 __ cmp(ebx, factory->null_value());
|
H A D | macro-assembler-x87.cc | 1192 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 D | full-codegen-x87.cc | 1040 __ 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 D | code-stubs-arm64.cc | 1506 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 D | macro-assembler-arm64.cc | 1457 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 D | macro-assembler-x64.h | 1445 void CheckEnumCache(Register null_value,
|