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

1 2 3

  /external/v8/src/
isolate-inl.h 41 thread_local_top_.pending_exception_ = heap_.the_hole_value();
52 thread_local_top_.pending_message_obj_ = heap_.the_hole_value();
65 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value();
71 thread_local_top_.scheduled_exception_ = heap_.the_hole_value();
api-arguments.h 93 isolate->heap()->the_hole_value();
94 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value();
169 values[T::kContextSaveIndex] = isolate->heap()->the_hole_value();
174 isolate->heap()->the_hole_value();
175 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value();
elements.cc 134 heap->the_hole_value(), length);
173 heap->the_hole_value(), length);
225 heap->the_hole_value(), length);
310 Object* the_hole = from->GetHeap()->the_hole_value();
383 Object* the_hole = from->GetHeap()->the_hole_value();
1334 Handle<Object> the_hole_value = isolate->factory()->the_hole_value(); local
    [all...]
global-handles.cc     [all...]
execution.cc 87 if (is_construct) receiver = isolate->factory()->the_hole_value();
  /external/v8/src/debug/x64/
debug-x64.cc 74 __ Push(masm->isolate()->factory()->the_hole_value());
  /external/v8/src/debug/arm/
debug-arm.cc 84 __ Push(masm->isolate()->factory()->the_hole_value());
  /external/v8/src/debug/arm64/
debug-arm64.cc 97 __ Push(masm->isolate()->factory()->the_hole_value());
  /external/v8/src/debug/ia32/
debug-ia32.cc 73 __ Push(masm->isolate()->factory()->the_hole_value());
  /external/v8/src/debug/mips/
debug-mips.cc 78 __ Push(masm->isolate()->factory()->the_hole_value());
  /external/v8/src/debug/mips64/
debug-mips64.cc 91 __ Push(masm->isolate()->factory()->the_hole_value());
  /external/v8/src/debug/ppc/
debug-ppc.cc 86 __ Push(masm->isolate()->factory()->the_hole_value());
  /external/v8/src/debug/s390/
debug-s390.cc 91 __ Push(masm->isolate()->factory()->the_hole_value());
  /external/v8/src/debug/x87/
debug-x87.cc 79 __ Push(masm->isolate()->factory()->the_hole_value());
  /external/v8/src/compiler/
js-graph.cc 106 return CACHED(kTheHoleConstant, HeapConstant(factory()->the_hole_value()));
js-create-lowering.cc 1258 Node* the_hole_value = nullptr; local
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 616 Object* the_hole_value = heap()->the_hole_value(); local
636 weak_cell->clear_next(the_hole_value);
    [all...]
mark-compact.cc 2591 Object* the_hole_value = heap()->the_hole_value(); local
2816 Object* the_hole_value = heap->the_hole_value(); local
2886 Object* the_hole_value = heap()->the_hole_value(); local
    [all...]
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 234 Immediate(isolate->factory()->the_hole_value()));
613 __ cmp(result, factory()->the_hole_value());
616 __ cmp(result, factory()->the_hole_value());
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 234 Immediate(isolate->factory()->the_hole_value()));
613 __ cmp(result, factory()->the_hole_value());
616 __ cmp(result, factory()->the_hole_value());
  /external/v8/src/ast/
ast-value-factory.cc 242 set_value(isolate->factory()->the_hole_value());
ast-value-factory.h 400 F(the_hole_value)
  /external/v8/src/runtime/
runtime-collections.cc 26 return isolate->heap()->the_hole_value();
  /external/v8/src/interpreter/
interpreter.cc 434 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); local
435 __ SetAccumulator(the_hole_value);
2728 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); local
2739 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); local
    [all...]
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 208 isolate->factory()->the_hole_value());

Completed in 354 milliseconds

1 2 3