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

1 2 3 4

  /external/chromium_org/v8/test/cctest/
test-dictionary.cc 53 CHECK_EQ(table->Lookup(*b), HEAP->the_hole_value());
59 CHECK_EQ(table->Lookup(*b), HEAP->the_hole_value());
67 table = PutIntoObjectHashTable(table, a, factory->the_hole_value());
70 CHECK_EQ(table->Lookup(*a), HEAP->the_hole_value());
90 CHECK_EQ(table->Lookup(*key), HEAP->the_hole_value());
98 CHECK_EQ(table->Lookup(*key), HEAP->the_hole_value());
  /external/chromium_org/v8/src/
arguments.h 260 isolate->heap()->the_hole_value();
261 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value();
324 isolate->heap()->the_hole_value();
325 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value();
heap-inl.h 723 ASSERT(obj != HEAP->the_hole_value());
729 ASSERT(obj != HEAP->the_hole_value());
753 set_instanceof_cache_function(the_hole_value());
763 set_instanceof_cache_map(the_hole_value());
764 set_instanceof_cache_function(the_hole_value());
isolate.h 586 thread_local_top_.pending_exception_ = heap_.the_hole_value();
596 thread_local_top_.pending_message_obj_ = heap_.the_hole_value();
597 thread_local_top_.pending_message_script_ = heap_.the_hole_value();
637 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value();
640 thread_local_top_.scheduled_exception_ = heap_.the_hole_value();
    [all...]
elements.cc 171 heap->the_hole_value(), length);
220 heap->the_hole_value(), length);
276 heap->the_hole_value(), length);
367 Object* the_hole = from->GetHeap()->the_hole_value();
440 Object* the_hole = from->GetHeap()->the_hole_value();
655 : backing_store->GetHeap()->the_hole_value();
1541 Object* the_hole_value = heap->the_hole_value(); local
    [all...]
global-handles.cc     [all...]
objects.cc 753 CellSetValueInferType(cell, isolate->factory()->the_hole_value());
14671 Object* the_hole_value = GetHeap()->the_hole_value(); local
    [all...]
property.h 369 return isolate()->heap()->the_hole_value();
factory.cc 617 isolate()->heap()->the_hole_value(),
888 Handle<JSFunction> function = NewFunction(name, the_hole_value());
    [all...]
json-parser.h 758 if (element != isolate()->heap()->the_hole_value() &&
string-stream.cc 391 if (element != heap->the_hole_value()) {
  /external/v8/src/
elements.cc 444 : backing_store->GetHeap()->the_hole_value();
712 Object* hole = heap->the_hole_value();
1041 Object* the_hole_value = heap->the_hole_value(); local
    [all...]
heap-inl.h 624 set_instanceof_cache_function(the_hole_value());
634 set_instanceof_cache_map(the_hole_value());
635 set_instanceof_cache_function(the_hole_value());
isolate.h 549 thread_local_top_.pending_exception_ = heap_.the_hole_value();
559 thread_local_top_.pending_message_obj_ = heap_.the_hole_value();
586 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value();
589 thread_local_top_.scheduled_exception_ = heap_.the_hole_value();
    [all...]
builtins.cc 336 MemsetPointer(dst->data_start() + from, heap->the_hole_value(), to - from);
608 elms->set(len - 1, heap->the_hole_value());
716 if (elms->get(i) == heap->the_hole_value()) {
    [all...]
factory.cc 523 isolate()->heap()->the_hole_value(),
727 Handle<JSFunction> function = NewFunction(name, the_hole_value());
    [all...]
string-stream.cc 380 if (element != heap->the_hole_value()) {
  /external/chromium_org/v8/src/ia32/
ic-ia32.cc 286 __ cmp(scratch, Immediate(masm->isolate()->factory()->the_hole_value()));
371 __ cmp(scratch2, factory->the_hole_value());
676 __ cmp(unmapped_location, factory->the_hole_value());
    [all...]
stub-cache-ia32.cc 770 Handle<Oddball> the_hole = masm->isolate()->factory()->the_hole_value();
    [all...]
full-codegen-ia32.cc 768 ? isolate()->factory()->the_hole_value()
777 Immediate(isolate()->factory()->the_hole_value()));
786 Immediate(isolate()->factory()->the_hole_value()));
806 __ push(Immediate(isolate()->factory()->the_hole_value()));
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 329 __ cmp(scratch, Immediate(FACTORY->the_hole_value()));
407 __ cmp(scratch2, factory->the_hole_value());
720 __ cmp(unmapped_location, factory->the_hole_value());
    [all...]
stub-cache-ia32.cc 838 Handle<Oddball> the_hole = masm->isolate()->factory()->the_hole_value();
    [all...]
codegen-ia32.cc 469 __ cmp(ebx, masm->isolate()->factory()->the_hole_value());
602 masm->isolate()->factory()->the_hole_value());
full-codegen-ia32.cc 789 Immediate(isolate()->factory()->the_hole_value()));
821 Immediate(isolate()->factory()->the_hole_value()));
846 __ push(Immediate(isolate()->factory()->the_hole_value()));
    [all...]
builtins-ia32.cc     [all...]

Completed in 867 milliseconds

1 2 3 4