Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-graph.cc93 Node* JSGraph::TheHoleConstant() { in TheHoleConstant() function in v8::internal::compiler::JSGraph
151 return TheHoleConstant(); in Constant()
Djs-graph.h60 Node* TheHoleConstant(); in NON_EXPORTED_BASE()
Dcontrol-builders.h33 Node* the_hole() const { return builder_->jsgraph()->TheHoleConstant(); } in the_hole()
Dast-graph-builder.cc541 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 …]
Djs-create-lowering.cc683 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()
Drepresentation-change.cc308 return jsgraph()->TheHoleConstant(); in GetTaggedPointerRepresentationFor()
371 return jsgraph()->TheHoleConstant(); in GetTaggedRepresentationFor()
Dbytecode-graph-builder.cc713 Node* node = jsgraph()->TheHoleConstant(); in VisitLdaTheHole()
865 extension_slot, jsgraph()->TheHoleConstant()); in CheckContextExtensions()
2005 accumulator, jsgraph()->TheHoleConstant()); in BuildJumpIfNotHole()
Djs-inlining.cc609 Node* receiver = jsgraph()->TheHoleConstant(); // Implicit receiver. in ReduceJSCall()
Deffect-control-linearizer.cc2784 jsgraph()->TheHoleConstant()); in LowerCheckTaggedHole()
2798 jsgraph()->TheHoleConstant()); in LowerConvertTaggedHoleToUndefined()
Djs-builtin-reducer.cc792 elements, length, jsgraph()->TheHoleConstant(), efalse, if_false); in ReduceArrayPop()
/external/v8/src/ic/
Dkeyed-store-generic.cc243 GotoIf(WordNotEqual(element, TheHoleConstant()), &hole_check_passed); in StoreElementWithCapacity()
/external/v8/src/
Dcode-stub-assembler.cc2200 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()
Dcode-stubs.cc2622 assembler->TheHoleConstant()); in Generate()
2680 assembler->TheHoleConstant(), SKIP_WRITE_BARRIER); in Generate()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc141 GotoIf(WordNotEqual(extension_slot, TheHoleConstant()), target); in GotoIfHasContextExtensionUpToDepth()
/external/v8/src/builtins/
Dbuiltins-array.cc1286 Node* the_hole = assembler->TheHoleConstant(); in Generate_ArrayIncludes()
2271 assembler->WordEqual(value, assembler->TheHoleConstant()), in Generate_ArrayIteratorPrototypeNext()