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

1 2 3 4

  /external/v8/src/
isolate-inl.h 36 thread_local_top_.pending_exception_ = heap_.the_hole_value();
47 thread_local_top_.pending_message_obj_ = heap_.the_hole_value();
60 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value();
66 thread_local_top_.scheduled_exception_ = heap_.the_hole_value();
arguments.h 169 isolate->heap()->the_hole_value();
170 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value();
236 values[T::kContextSaveIndex] = isolate->heap()->the_hole_value();
241 isolate->heap()->the_hole_value();
242 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value();
elements.cc 128 heap->the_hole_value(), length);
167 heap->the_hole_value(), length);
218 heap->the_hole_value(), length);
302 Object* the_hole = from->GetHeap()->the_hole_value();
375 Object* the_hole = from->GetHeap()->the_hole_value();
1009 Handle<Object> the_hole_value = isolate->factory()->the_hole_value(); local
    [all...]
global-handles.cc     [all...]
factory.cc 141 *the_hole_value()),
193 accessors->set_getter(*the_hole_value(), SKIP_WRITE_BARRIER);
194 accessors->set_setter(*the_hole_value(), SKIP_WRITE_BARRIER);
781 context->set_extension(*the_hole_value());
794 context->set_extension(*the_hole_value());
    [all...]
  /external/v8/test/cctest/
test-dictionary.cc 56 CHECK_EQ(table->Lookup(b), CcTest::heap()->the_hole_value());
62 CHECK_EQ(table->Lookup(b), CcTest::heap()->the_hole_value());
74 CHECK_EQ(table->Lookup(a), CcTest::heap()->the_hole_value());
94 CHECK_EQ(table->Lookup(key), CcTest::heap()->the_hole_value());
102 CHECK_EQ(table->Lookup(key), CcTest::heap()->the_hole_value());
  /external/v8/src/interpreter/
constant-array-builder.cc 84 return isolate_->factory()->the_hole_value();
interpreter.cc 156 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); local
157 __ SetAccumulator(the_hole_value);
    [all...]
  /external/v8/test/unittests/interpreter/
constant-array-builder-unittest.cc 72 CHECK(empty->SameValue(isolate()->heap()->the_hole_value()));
219 CHECK(duplicate->SameValue(*isolate()->factory()->the_hole_value()));
  /external/v8/src/compiler/
js-graph.cc 39 return CACHED(kTheHoleConstant, HeapConstant(factory()->the_hole_value()));
  /external/v8/test/cctest/compiler/
test-js-constant-cache.cc 261 CHECK_EQ(T.TheHoleConstant(), T.Constant(T.factory()->the_hole_value()));
273 CHECK_EQ(*T.factory()->the_hole_value(), *T.handle(T.TheHoleConstant()));
  /external/v8/src/ast/
ast-value-factory.cc 198 value_ = isolate->factory()->the_hole_value();
ast-value-factory.h 280 F(the_hole_value)
  /external/v8/src/heap/
mark-compact.cc 2231 Object* the_hole_value = heap()->the_hole_value(); local
2461 Object* the_hole_value = heap->the_hole_value(); local
2532 Object* the_hole_value = heap()->the_hole_value(); local
    [all...]
incremental-marking.cc 625 Object* the_hole_value = heap()->the_hole_value(); local
645 weak_cell->clear_next(the_hole_value);
    [all...]
heap-inl.h 590 DCHECK(obj != heap_->the_hole_value());
595 DCHECK(obj != heap_->the_hole_value());
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 234 Immediate(factory->the_hole_value()));
797 __ cmp(result, factory()->the_hole_value());
800 __ cmp(result, factory()->the_hole_value());
ic-ia32.cc 226 __ cmp(scratch, Immediate(masm->isolate()->factory()->the_hole_value()));
404 masm->isolate()->factory()->the_hole_value());
    [all...]
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 234 Immediate(factory->the_hole_value()));
797 __ cmp(result, factory()->the_hole_value());
800 __ cmp(result, factory()->the_hole_value());
ic-x87.cc 226 __ cmp(scratch, Immediate(masm->isolate()->factory()->the_hole_value()));
404 masm->isolate()->factory()->the_hole_value());
    [all...]
  /external/v8/src/x87/
codegen-x87.cc 331 __ cmp(ebx, masm->isolate()->factory()->the_hole_value());
409 masm->isolate()->factory()->the_hole_value());
459 masm->isolate()->factory()->the_hole_value());
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 759 ? isolate()->factory()->the_hole_value()
768 Immediate(isolate()->factory()->the_hole_value()));
777 Immediate(isolate()->factory()->the_hole_value()));
793 __ push(Immediate(isolate()->factory()->the_hole_value()));
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 756 ? isolate()->factory()->the_hole_value()
765 Immediate(isolate()->factory()->the_hole_value()));
774 Immediate(isolate()->factory()->the_hole_value()));
790 __ push(Immediate(isolate()->factory()->the_hole_value()));
    [all...]
  /external/v8/src/runtime/
runtime-collections.cc 26 return isolate->heap()->the_hole_value();
  /external/v8/src/ia32/
codegen-ia32.cc 649 __ cmp(ebx, masm->isolate()->factory()->the_hole_value());
732 masm->isolate()->factory()->the_hole_value());
790 masm->isolate()->factory()->the_hole_value());
    [all...]

Completed in 764 milliseconds

1 2 3 4