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

1 2

  /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...]
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...]
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());
factory.cc 523 isolate()->heap()->the_hole_value(),
727 Handle<JSFunction> function = NewFunction(name, the_hole_value());
    [all...]
objects-inl.h     [all...]
objects.cc 517 cell->set_value(cell->GetHeap()->the_hole_value());
696 if (result != heap->the_hole_value()) return result;
11878 Object* the_hole_value = GetHeap()->the_hole_value(); local
    [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...]
objects-debug.cc 801 if (e->get(i) == heap->the_hole_value()) holes++;
string-stream.cc 380 if (element != heap->the_hole_value()) {
mark-compact.cc     [all...]
heap.cc     [all...]
jsregexp.h     [all...]
bootstrapper.cc     [all...]
  /external/v8/src/ia32/
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...]
stub-cache-ia32.cc 838 Handle<Oddball> the_hole = masm->isolate()->factory()->the_hole_value();
    [all...]
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...]
code-stubs-ia32.cc 93 Immediate(factory->the_hole_value()));
217 factory->the_hole_value());
219 __ mov(ebx, factory->the_hole_value());
    [all...]
builtins-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]
macro-assembler-ia32.cc     [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc     [all...]
code-stubs-arm.cc     [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc     [all...]
code-stubs-mips.cc     [all...]

Completed in 1822 milliseconds

1 2