Home
last modified time | relevance | path

Searched refs:TheHoleConstant (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/compiler/
Djs-graph.cc105 Node* JSGraph::TheHoleConstant() { in TheHoleConstant() function in v8::internal::compiler::JSGraph
163 return TheHoleConstant(); in Constant()
Dcontrol-builders.h33 Node* the_hole() const { return builder_->jsgraph()->TheHoleConstant(); } in the_hole()
Djs-graph.h59 Node* TheHoleConstant(); in NON_EXPORTED_BASE()
Dast-graph-builder.cc384 env.RawParameterBind(0, jsgraph()->TheHoleConstant()); in CreateGraph()
846 PerformCommand(CMD_BREAK, stmt, builder()->jsgraph()->TheHoleConstant()); in BreakTo()
851 PerformCommand(CMD_CONTINUE, stmt, builder()->jsgraph()->TheHoleConstant()); in ContinueTo()
875 return environment()->Push(jsgraph()->TheHoleConstant()); in VisitForValueOrTheHole()
944 Node* value = jsgraph()->TheHoleConstant(); in VisitVariableDeclaration()
950 Node* value = jsgraph()->TheHoleConstant(); in VisitVariableDeclaration()
2360 Node* the_hole = jsgraph()->TheHoleConstant(); in BuildHoleCheckThenThrow()
2378 Node* the_hole = jsgraph()->TheHoleConstant(); in BuildHoleCheckElseThrow()
2396 Node* the_hole = jsgraph()->TheHoleConstant(); in BuildVariableLoad()
2480 Node* the_hole = jsgraph()->TheHoleConstant(); in BuildVariableAssignment()
Djs-create-lowering.cc853 Node* extension = jsgraph()->TheHoleConstant(); in ReduceJSCreateFunctionContext()
1067 aa.Store(AccessBuilder::ForFixedArraySlot(i), jsgraph()->TheHoleConstant()); in AllocateAliasedArguments()
1109 value = jsgraph()->TheHoleConstant(); in AllocateElements()
1279 elements_values[i] = jsgraph()->TheHoleConstant(); in AllocateFastLiteralElements()
Drepresentation-change.cc317 return jsgraph()->TheHoleConstant(); in GetTaggedPointerRepresentationFor()
385 return jsgraph()->TheHoleConstant(); in GetTaggedRepresentationFor()
Dgraph-assembler.h77 V(TheHoleConstant) \
Djs-intrinsic-lowering.cc383 Node* value = jsgraph()->TheHoleConstant(); in ReduceTheHole()
Djs-inlining.cc657 Node* receiver = jsgraph()->TheHoleConstant(); // Implicit receiver. in ReduceJSCall()
Dbytecode-graph-builder.cc707 Node* node = jsgraph()->TheHoleConstant(); in VisitLdaTheHole()
892 jsgraph()->TheHoleConstant()); in CheckContextExtensions()
2206 jsgraph()->TheHoleConstant()); in BuildJumpIfNotHole()
Deffect-control-linearizer.cc2138 Node* check = __ WordEqual(value, __ TheHoleConstant()); in LowerCheckTaggedHole()
2149 Node* check = __ WordEqual(value, __ TheHoleConstant()); in LowerConvertTaggedHoleToUndefined()
Djs-builtin-reducer.cc794 elements, length, jsgraph()->TheHoleConstant(), efalse, if_false); in ReduceArrayPop()
/external/v8/src/builtins/
Dbuiltins-constructor.cc154 result, JSFunction::kPrototypeOrInitialMapOffset, TheHoleConstant()); in EmitFastNewClosure()
359 TheHoleConstant(), SKIP_WRITE_BARRIER); in EmitFastNewFunctionContext()
Dbuiltins-arguments.cc349 Node* the_hole = TheHoleConstant(); in EmitFastNewSloppyArguments()
Dbuiltins-array.cc509 GotoIf(WordEqual(value, TheHoleConstant()), &hole_element); in VisitAllFastElements()
1789 GotoIf(WordEqual(element_k, TheHoleConstant()), &return_true); in TF_BUILTIN()
2507 assembler.GotoIf(assembler.WordEqual(value, assembler.TheHoleConstant()), in Generate_ArrayIteratorPrototypeNext()
Dbuiltins-promise.cc215 TheHoleConstant()); in CreatePromiseContext()
/external/v8/src/ic/
Dkeyed-store-generic.cc266 GotoIf(WordNotEqual(element, TheHoleConstant()), &hole_check_passed); in StoreElementWithCapacity()
586 GotoIf(WordEqual(value, TheHoleConstant()), &next_proto); in LookupPropertyOnPrototypeChain()
Daccessor-assembler.cc948 GotoIf(WordEqual(element, TheHoleConstant()), if_hole); in EmitElementLoad()
1534 GotoIf(WordEqual(value, TheHoleConstant()), miss); in LoadGlobalIC_TryPropertyCellCase()
/external/v8/src/
Dcode-stub-assembler.cc2321 GotoIf(WordEqual(value, TheHoleConstant()), if_hole); in LoadElementAndPrepareForStore()
4473 Node* the_hole = mode == kFindExisting ? nullptr : TheHoleConstant(); in NameDictionaryLookup()
4552 Node* the_hole = TheHoleConstant(); in NumberDictionaryLookup()
5067 GotoIf(WordEqual(value, TheHoleConstant()), if_deleted); in LoadPropertyFromGlobalDictionary()
5226 Node* the_hole = TheHoleConstant(); in TryLookupElement()
5669 Branch(WordEqual(mapped_index, TheHoleConstant()), &if_unmapped, &if_mapped); in EmitKeyedSloppyArguments()
5683 CSA_ASSERT(this, WordNotEqual(result, TheHoleConstant())); in EmitKeyedSloppyArguments()
5704 GotoIf(WordEqual(result, TheHoleConstant()), bailout); in EmitKeyedSloppyArguments()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc156 GotoIf(WordNotEqual(extension_slot, TheHoleConstant()), target); in GotoIfHasContextExtensionUpToDepth()