HomeSort by relevance Sort by last modified time
    Searched refs:the_hole_value (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/v8/src/
arguments.h 177 isolate->heap()->the_hole_value();
178 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value();
244 values[T::kContextSaveIndex] = isolate->heap()->the_hole_value();
249 isolate->heap()->the_hole_value();
250 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value();
elements.cc 171 heap->the_hole_value(), length);
217 heap->the_hole_value(), length);
272 heap->the_hole_value(), length);
349 Object* the_hole = from->GetHeap()->the_hole_value();
422 Object* the_hole = from->GetHeap()->the_hole_value();
630 return backing_store->GetIsolate()->factory()->the_hole_value();
1383 Handle<Object> the_hole_value = isolate->factory()->the_hole_value(); local
    [all...]
isolate.h 573 thread_local_top_.pending_exception_ = heap_.the_hole_value();
589 thread_local_top_.pending_message_obj_ = heap_.the_hole_value();
590 thread_local_top_.pending_message_script_ = heap_.the_hole_value();
628 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value();
632 thread_local_top_.scheduled_exception_ = heap_.the_hole_value();
    [all...]
global-handles.cc 1037 DCHECK_NE(isolate->heap()->the_hole_value(), object);
1043 Object* the_hole = isolate->heap()->the_hole_value();
1047 DCHECK_EQ(isolate->heap()->the_hole_value(), blocks_[block][offset]);
ast-value-factory.cc 224 value_ = isolate->factory()->the_hole_value();
objects.cc 714 Handle<Object> value = isolate->factory()->the_hole_value();
14801 Object* the_hole_value = GetHeap()->the_hole_value(); local
    [all...]
objects-debug.cc 595 CHECK(this == heap->the_hole_value());
1073 if (e->get(i) == heap->the_hole_value()) holes++;
    [all...]
factory.cc 80 *the_hole_value()),
154 accessors->set_getter(*the_hole_value(), SKIP_WRITE_BARRIER);
155 accessors->set_setter(*the_hole_value(), SKIP_WRITE_BARRIER);
    [all...]
json-parser.h 768 if (element != isolate()->heap()->the_hole_value() &&
string-stream.cc 367 if (element != heap->the_hole_value()) {
frames.cc 883 DCHECK_EQ(GetOperand(i), isolate()->heap()->the_hole_value());
902 DCHECK_EQ(GetOperand(i), isolate()->heap()->the_hole_value());
    [all...]
  /external/chromium_org/v8/test/cctest/
test-dictionary.cc 55 CHECK_EQ(table->Lookup(b), CcTest::heap()->the_hole_value());
61 CHECK_EQ(table->Lookup(b), CcTest::heap()->the_hole_value());
73 CHECK_EQ(table->Lookup(a), CcTest::heap()->the_hole_value());
93 CHECK_EQ(table->Lookup(key), CcTest::heap()->the_hole_value());
101 CHECK_EQ(table->Lookup(key), CcTest::heap()->the_hole_value());
  /external/chromium_org/v8/src/compiler/
js-graph.cc 46 the_hole_constant_.set(ImmovableHeapConstant(factory()->the_hole_value()));
  /external/chromium_org/v8/src/heap/
heap-inl.h 673 DCHECK(obj != heap_->the_hole_value());
678 DCHECK(obj != heap_->the_hole_value());
702 set_instanceof_cache_function(the_hole_value());
712 set_instanceof_cache_map(the_hole_value());
713 set_instanceof_cache_function(the_hole_value());
  /external/chromium_org/v8/test/cctest/compiler/
test-js-constant-cache.cc 255 CHECK_EQ(T.TheHoleConstant(), T.Constant(T.factory()->the_hole_value()));
267 CHECK_EQ(*T.factory()->the_hole_value(), *T.handle(T.TheHoleConstant()));
  /external/chromium_org/v8/src/ic/ia32/
handler-compiler-ia32.cc 203 Handle<Oddball> the_hole = masm->isolate()->factory()->the_hole_value();
830 __ cmp(result, factory()->the_hole_value());
833 __ cmp(result, factory()->the_hole_value());
ic-ia32.cc 199 __ cmp(scratch, Immediate(masm->isolate()->factory()->the_hole_value()));
275 __ cmp(scratch2, factory->the_hole_value());
565 masm->isolate()->factory()->the_hole_value());
    [all...]
  /external/chromium_org/v8/src/ic/x87/
handler-compiler-x87.cc 203 Handle<Oddball> the_hole = masm->isolate()->factory()->the_hole_value();
832 __ cmp(result, factory()->the_hole_value());
835 __ cmp(result, factory()->the_hole_value());
ic-x87.cc 201 __ cmp(scratch, Immediate(masm->isolate()->factory()->the_hole_value()));
277 __ cmp(scratch2, factory->the_hole_value());
567 masm->isolate()->factory()->the_hole_value());
    [all...]
  /external/chromium_org/v8/src/x87/
codegen-x87.cc 312 __ cmp(ebx, masm->isolate()->factory()->the_hole_value());
427 masm->isolate()->factory()->the_hole_value());
full-codegen-x87.cc 761 ? isolate()->factory()->the_hole_value()
770 Immediate(isolate()->factory()->the_hole_value()));
779 Immediate(isolate()->factory()->the_hole_value()));
799 __ push(Immediate(isolate()->factory()->the_hole_value()));
    [all...]
code-stubs-x87.cc 618 __ mov(ecx, isolate()->factory()->the_hole_value());
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 764 ? isolate()->factory()->the_hole_value()
773 Immediate(isolate()->factory()->the_hole_value()));
782 Immediate(isolate()->factory()->the_hole_value()));
802 __ push(Immediate(isolate()->factory()->the_hole_value()));
    [all...]
code-stubs-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]

Completed in 762 milliseconds

1 2 3