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.cc 175 catch_environment_->Push(the_hole());
202 finally_environment_->Push(the_hole());
203 finally_environment_->Push(the_hole());
control-builders.h 33 Node* the_hole() const { return builder_->jsgraph()->TheHoleConstant(); } function in class:v8::internal::compiler::ControlBuilder
ast-graph-builder.cc 540 // not {the_hole}, because for derived classes {this} has a TDZ and the
541 // JSConstructStubForDerived magically passes {the_hole} as a receiver.
1434 Node* the_hole = jsgraph()->TheHoleConstant(); local
1501 Node* the_hole = jsgraph()->TheHoleConstant(); local
3281 Node* the_hole = jsgraph()->TheHoleConstant(); local
3293 Node* the_hole = jsgraph()->TheHoleConstant(); local
3310 Node* the_hole = jsgraph()->TheHoleConstant(); local
3346 Node* the_hole = jsgraph()->TheHoleConstant(); local
3458 Node* the_hole = jsgraph()->TheHoleConstant(); local
    [all...]
  /external/v8/src/arm64/
codegen-arm64.cc 292 Register the_hole = x14; local
293 __ LoadRoot(the_hole, Heap::kTheHoleValueRootIndex);
305 __ Str(the_hole, MemOperand(dst_elements, kPointerSize, PostIndex));
347 __ Str(the_hole, MemOperand(dst_elements, kPointerSize, PostIndex));
code-stubs-arm64.cc 1912 Register the_hole = x13; local
    [all...]
  /external/v8/src/
global-handles.cc     [all...]
elements.cc 302 Object* the_hole = from->GetHeap()->the_hole_value(); local
306 if (hole_or_smi == the_hole) {
375 Object* the_hole = from->GetHeap()->the_hole_value(); local
379 if (hole_or_object == the_hole) {
    [all...]
deoptimizer.cc 1743 intptr_t the_hole = reinterpret_cast<intptr_t>( local
    [all...]
objects-inl.h 1611 Object* the_hole = GetHeap()->the_hole_value(); local
    [all...]
api.cc 2256 i::Object* the_hole = isolate_->heap()->the_hole_value(); local
    [all...]
  /external/v8/test/unittests/compiler/
js-typed-lowering-unittest.cc 402 Node* const the_hole = HeapConstant(factory()->the_hole_value()); local
407 Reduce(graph()->NewNode(javascript()->StrictEqual(), lhs, the_hole,
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 4546 Register the_hole = x2; local
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 714 DEFINE_GET_CONSTANT(Hole, the_hole, the_hole, HType::None(), false)
730 DEFINE_IS_CONSTANT(Hole, the_hole)
    [all...]

Completed in 474 milliseconds