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

1 2

  /external/v8/test/mjsunit/regress/
regress-crbug-594574-concat-leak-1.js 9 // array[1] = THE_HOLE, reading through the prototype chain
regress-crbug-594574-concat-leak-2.js 9 // array[1] = THE_HOLE, reading through the prototype chain
  /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 590 // not {the_hole}, because for derived classes {this} has a TDZ and the
591 // JSConstructStubForDerived magically passes {the_hole} as a receiver.
1495 Node* the_hole = jsgraph()->TheHoleConstant(); local
1555 Node* the_hole = jsgraph()->TheHoleConstant(); local
3340 Node* the_hole = jsgraph()->TheHoleConstant(); local
3358 Node* the_hole = jsgraph()->TheHoleConstant(); local
3395 Node* the_hole = jsgraph()->TheHoleConstant(); local
3492 Node* the_hole = jsgraph()->TheHoleConstant(); local
    [all...]
js-create-lowering.cc 570 Node* the_hole = jsgraph()->TheHoleConstant(); local
579 a.Store(AccessBuilder::ForJSFunctionPrototypeOrInitialMap(), the_hole); local
    [all...]
  /external/v8/src/ast/
ast-value-factory.h 172 bool IsTheHole() const { return type_ == THE_HOLE; }
197 THE_HOLE
221 DCHECK(t == NULL_TYPE || t == UNDEFINED || t == THE_HOLE);
ast-value-factory.cc 153 case THE_HOLE:
199 case THE_HOLE:
350 GENERATE_VALUE_GETTER(the_hole_value_, AstValue::THE_HOLE);
  /external/v8/src/arm64/
codegen-arm64.cc 232 Register the_hole = x14; local
233 __ LoadRoot(the_hole, Heap::kTheHoleValueRootIndex);
245 __ Str(the_hole, MemOperand(dst_elements, kPointerSize, PostIndex));
286 __ Str(the_hole, MemOperand(dst_elements, kPointerSize, PostIndex));
code-stubs-arm64.cc 5079 Register the_hole = x13; local
    [all...]
  /external/v8/src/
code-stub-assembler.cc 1665 Node* the_hole = TheHoleConstant(); local
2120 Node* the_hole = TheHoleConstant(); local
2133 Node* the_hole = Int64Constant(kHoleNanInt64); local
    [all...]
elements.cc 309 Object* the_hole = from->GetHeap()->the_hole_value(); local
313 if (hole_or_smi == the_hole) {
382 Object* the_hole = from->GetHeap()->the_hole_value(); local
386 if (hole_or_object == the_hole) {
1365 Handle<Object> the_hole = isolate->factory()->the_hole_value(); local
    [all...]
global-handles.cc     [all...]
objects-inl.h 1530 Object* the_hole = GetHeap()->the_hole_value(); local
    [all...]
deoptimizer.cc 1971 intptr_t the_hole = reinterpret_cast<intptr_t>( local
    [all...]
  /external/v8/test/unittests/compiler/
js-typed-lowering-unittest.cc 383 Node* const the_hole = HeapConstant(factory()->the_hole_value()); local
388 javascript()->StrictEqual(CompareOperationHints::Any()), lhs, the_hole,
    [all...]
  /external/v8/src/ic/arm/
ic-arm.cc 225 // In case the loaded value is the_hole we have to check the prototype chain.
    [all...]
  /external/v8/src/ic/arm64/
ic-arm64.cc 214 // In case the loaded value is the_hole we have to check the prototype chain.
    [all...]
  /external/v8/src/ic/ia32/
ic-ia32.cc 223 // In case the loaded value is the_hole we have to check the prototype chain.
  /external/v8/src/ic/mips/
ic-mips.cc 231 // In case the loaded value is the_hole we have to check the prototype chain.
    [all...]
  /external/v8/src/ic/mips64/
ic-mips64.cc 231 // In case the loaded value is the_hole we have to check the prototype chain.
    [all...]
  /external/v8/src/ic/ppc/
ic-ppc.cc 234 // In case the loaded value is the_hole we have to check the prototype chain.
    [all...]
  /external/v8/src/ic/s390/
ic-s390.cc 229 // In case the loaded value is the_hole we have to check the prototype chain.
    [all...]
  /external/v8/src/ic/x64/
ic-x64.cc 234 // In case the loaded value is the_hole we have to check the prototype chain.
  /external/v8/src/ic/x87/
ic-x87.cc 223 // In case the loaded value is the_hole we have to check the prototype chain.

Completed in 635 milliseconds

1 2