Searched refs:TheHoleConstant (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/compiler/ |
D | js-graph.cc | 93 Node* JSGraph::TheHoleConstant() { in TheHoleConstant() function in v8::internal::compiler::JSGraph 151 return TheHoleConstant(); in Constant()
|
D | js-graph.h | 60 Node* TheHoleConstant(); in NON_EXPORTED_BASE()
|
D | control-builders.h | 33 Node* the_hole() const { return builder_->jsgraph()->TheHoleConstant(); } in the_hole()
|
D | ast-graph-builder.cc | 541 env.RawParameterBind(0, jsgraph()->TheHoleConstant()); in CreateGraph() 1008 PerformCommand(CMD_BREAK, stmt, builder()->jsgraph()->TheHoleConstant()); in BreakTo() 1013 PerformCommand(CMD_CONTINUE, stmt, builder()->jsgraph()->TheHoleConstant()); in ContinueTo() 1037 return environment()->Push(jsgraph()->TheHoleConstant()); in VisitForValueOrTheHole() 1104 Node* value = jsgraph()->TheHoleConstant(); in VisitVariableDeclaration() 1110 Node* value = jsgraph()->TheHoleConstant(); in VisitVariableDeclaration() 1484 Node* the_hole = jsgraph()->TheHoleConstant(); in VisitTryCatchStatement() 1513 Node* fallthrough_result = jsgraph()->TheHoleConstant(); in VisitTryFinallyStatement() 1545 Node* the_hole = jsgraph()->TheHoleConstant(); in VisitTryFinallyStatement() 3277 Node* the_hole = jsgraph()->TheHoleConstant(); in BuildHoleCheckThenThrow() [all …]
|
D | js-create-lowering.cc | 683 Node* the_hole = jsgraph()->TheHoleConstant(); in ReduceJSCreateClosure() 797 Node* extension = jsgraph()->TheHoleConstant(); in ReduceJSCreateFunctionContext() 998 aa.Store(AccessBuilder::ForFixedArraySlot(i), jsgraph()->TheHoleConstant()); in AllocateAliasedArguments() 1039 value = jsgraph()->TheHoleConstant(); in AllocateElements() 1215 elements_values[i] = jsgraph()->TheHoleConstant(); in AllocateFastLiteralElements()
|
D | representation-change.cc | 308 return jsgraph()->TheHoleConstant(); in GetTaggedPointerRepresentationFor() 371 return jsgraph()->TheHoleConstant(); in GetTaggedRepresentationFor()
|
D | bytecode-graph-builder.cc | 713 Node* node = jsgraph()->TheHoleConstant(); in VisitLdaTheHole() 865 extension_slot, jsgraph()->TheHoleConstant()); in CheckContextExtensions() 2005 accumulator, jsgraph()->TheHoleConstant()); in BuildJumpIfNotHole()
|
D | js-inlining.cc | 609 Node* receiver = jsgraph()->TheHoleConstant(); // Implicit receiver. in ReduceJSCall()
|
D | effect-control-linearizer.cc | 2784 jsgraph()->TheHoleConstant()); in LowerCheckTaggedHole() 2798 jsgraph()->TheHoleConstant()); in LowerConvertTaggedHoleToUndefined()
|
D | js-builtin-reducer.cc | 792 elements, length, jsgraph()->TheHoleConstant(), efalse, if_false); in ReduceArrayPop()
|
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 243 GotoIf(WordNotEqual(element, TheHoleConstant()), &hole_check_passed); in StoreElementWithCapacity()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 2200 GotoIf(WordEqual(value, TheHoleConstant()), if_hole); in LoadElementAndPrepareForStore() 4196 Node* the_hole = TheHoleConstant(); in NumberDictionaryLookup() 4510 GotoIf(WordEqual(value, TheHoleConstant()), if_deleted); in LoadPropertyFromGlobalDictionary() 4671 Node* the_hole = TheHoleConstant(); in TryLookupElement() 5383 GotoIf(WordEqual(element, TheHoleConstant()), if_hole); in EmitElementLoad() 6564 GotoIf(WordEqual(value, TheHoleConstant()), &miss); in LoadGlobalIC() 6735 Branch(WordEqual(mapped_index, TheHoleConstant()), &if_unmapped, &if_mapped); in EmitKeyedSloppyArguments() 6751 CSA_ASSERT(this, WordNotEqual(result, TheHoleConstant())); in EmitKeyedSloppyArguments() 6775 GotoIf(WordEqual(result, TheHoleConstant()), bailout); in EmitKeyedSloppyArguments()
|
D | code-stubs.cc | 2622 assembler->TheHoleConstant()); in Generate() 2680 assembler->TheHoleConstant(), SKIP_WRITE_BARRIER); in Generate()
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 141 GotoIf(WordNotEqual(extension_slot, TheHoleConstant()), target); in GotoIfHasContextExtensionUpToDepth()
|
/external/v8/src/builtins/ |
D | builtins-array.cc | 1286 Node* the_hole = assembler->TheHoleConstant(); in Generate_ArrayIncludes() 2271 assembler->WordEqual(value, assembler->TheHoleConstant()), in Generate_ArrayIteratorPrototypeNext()
|