HomeSort by relevance Sort by last modified time
    Searched refs:the_hole (Results 1 - 14 of 14) sorted by null

  /external/v8/src/compiler/
control-builders.h 33 Node* the_hole() const { return builder_->jsgraph()->TheHoleConstant(); } function in class:v8::internal::compiler::ControlBuilder
ast-graph-builder.cc 381 // not {the_hole}, because for derived classes {this} has a TDZ and the
382 // JSConstructStubForDerived magically passes {the_hole} as a receiver.
2360 Node* the_hole = jsgraph()->TheHoleConstant(); local
2378 Node* the_hole = jsgraph()->TheHoleConstant(); local
2396 Node* the_hole = jsgraph()->TheHoleConstant(); local
2480 Node* the_hole = jsgraph()->TheHoleConstant(); local
    [all...]
  /external/v8/src/builtins/
builtins-arguments.cc 349 Node* the_hole = TheHoleConstant(); local
359 [this, the_hole, elements, adjusted_map_array, &context_index,
362 elements, offset, the_hole);
builtins-array.cc 1460 Object* the_hole = isolate->heap()->the_hole_value(); local
    [all...]
  /external/v8/src/
elements.cc 310 Object* the_hole = from->GetHeap()->the_hole_value(); local
314 if (hole_or_smi == the_hole) {
383 Object* the_hole = from->GetHeap()->the_hole_value(); local
387 if (hole_or_object == the_hole) {
1558 Handle<Object> the_hole = isolate->factory()->the_hole_value(); local
1582 Object* the_hole = isolate->heap()->the_hole_value(); local
2130 Object* the_hole = isolate->heap()->the_hole_value(); local
    [all...]
value-serializer.cc 687 Oddball* the_hole = isolate_->heap()->the_hole_value(); local
692 if (key == the_hole) continue;
718 Oddball* the_hole = isolate_->heap()->the_hole_value(); local
723 if (key == the_hole) continue;
    [all...]
global-handles.cc     [all...]
deoptimizer.cc 1990 intptr_t the_hole = reinterpret_cast<intptr_t>( local
    [all...]
code-stub-assembler.cc     [all...]
objects-inl.h 1578 Object* the_hole = GetHeap()->the_hole_value(); local
    [all...]
api.cc 2684 i::Object* the_hole = isolate_->heap()->the_hole_value(); local
7209 i::Oddball* the_hole = isolate->heap()->the_hole_value(); local
7314 i::Oddball* the_hole = isolate->heap()->the_hole_value(); local
    [all...]
objects.cc 16335 Object* the_hole = heap->the_hole_value(); local
16422 Object* the_hole = isolate->heap()->the_hole_value(); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 888 DEFINE_GET_CONSTANT(Hole, the_hole, the_hole_value, the_hole, HType::None(),
906 DEFINE_IS_CONSTANT(Hole, the_hole)
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 215 milliseconds