HomeSort by relevance Sort by last modified time
    Searched defs:the_hole_value (Results 1 - 6 of 6) sorted by null

  /external/v8/src/heap/
incremental-marking.cc 625 Object* the_hole_value = heap()->the_hole_value(); local
645 weak_cell->clear_next(the_hole_value);
    [all...]
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...]
  /external/v8/test/cctest/interpreter/
test-interpreter.cc 221 Handle<Object> the_hole_value = local
222 handles.main_isolate()->factory()->the_hole_value();
234 CHECK(return_val.is_identical_to(the_hole_value));
    [all...]
  /external/v8/src/
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...]
objects.cc 18016 Object* the_hole_value = GetHeap()->the_hole_value(); local
18045 Object* the_hole_value = GetHeap()->the_hole_value(); local
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 156 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value()); local
157 __ SetAccumulator(the_hole_value);
    [all...]

Completed in 113 milliseconds