v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::IteratingArrayBuiltinReducerAssembler Class Reference
Inheritance diagram for v8::internal::compiler::IteratingArrayBuiltinReducerAssembler:
Collaboration diagram for v8::internal::compiler::IteratingArrayBuiltinReducerAssembler:

Public Member Functions

 IteratingArrayBuiltinReducerAssembler (JSCallReducer *reducer, Node *node)
 
TNode< ObjectReduceArrayPrototypeForEach (MapInference *inference, const bool has_stability_dependency, ElementsKind kind, SharedFunctionInfoRef shared)
 
TNode< ObjectReduceArrayPrototypeReduce (MapInference *inference, const bool has_stability_dependency, ElementsKind kind, ArrayReduceDirection direction, SharedFunctionInfoRef shared)
 
TNode< JSArrayReduceArrayPrototypeMap (MapInference *inference, const bool has_stability_dependency, ElementsKind kind, SharedFunctionInfoRef shared, NativeContextRef native_context)
 
TNode< JSArrayReduceArrayPrototypeFilter (MapInference *inference, const bool has_stability_dependency, ElementsKind kind, SharedFunctionInfoRef shared, NativeContextRef native_context)
 
TNode< ObjectReduceArrayPrototypeFind (MapInference *inference, const bool has_stability_dependency, ElementsKind kind, SharedFunctionInfoRef shared, NativeContextRef native_context, ArrayFindVariant variant)
 
TNode< BooleanReduceArrayPrototypeEverySome (MapInference *inference, const bool has_stability_dependency, ElementsKind kind, SharedFunctionInfoRef shared, NativeContextRef native_context, ArrayEverySomeVariant variant)
 
TNode< ObjectReduceArrayPrototypeAt (ZoneVector< MapRef > kinds, bool needs_fallback_builtin_call)
 
TNode< ObjectReduceArrayPrototypeIndexOfIncludes (ElementsKind kind, ArrayIndexOfIncludesVariant variant)
 
TNode< NumberReduceArrayPrototypePush (MapInference *inference)
 
- Public Member Functions inherited from v8::internal::compiler::JSCallReducerAssembler
 JSCallReducerAssembler (JSCallReducer *reducer, Node *node, Node *effect=nullptr, Node *control=nullptr)
 
TNode< ObjectReduceJSCallWithArrayLikeOrSpreadOfEmpty (std::unordered_set< Node * > *generated_calls_with_array_like_or_spread)
 
TNode< ObjectReduceMathUnary (const Operator *op)
 
TNode< ObjectReduceMathBinary (const Operator *op)
 
TNode< StringReduceStringPrototypeSubstring ()
 
TNode< BooleanReduceStringPrototypeStartsWith ()
 
TNode< BooleanReduceStringPrototypeStartsWith (StringRef search_element_string)
 
TNode< BooleanReduceStringPrototypeEndsWith ()
 
TNode< BooleanReduceStringPrototypeEndsWith (StringRef search_element_string)
 
TNode< StringReduceStringPrototypeCharAt ()
 
TNode< StringReduceStringPrototypeCharAt (StringRef s, uint32_t index)
 
TNode< StringReduceStringPrototypeSlice ()
 
TNode< ObjectReduceJSCallMathMinMaxWithArrayLike (Builtin builtin)
 
TNode< ObjectTargetInput () const
 
template<typename T >
TNode< TReceiverInputAs () const
 
TNode< ObjectReceiverInput () const
 
Nodenode_ptr () const
 
TNode< NumberSpeculativeToNumber (TNode< Object > value, NumberOperationHint hint=NumberOperationHint::kNumberOrOddball)
 
TNode< SmiCheckSmi (TNode< Object > value)
 
TNode< NumberCheckNumber (TNode< Object > value)
 
TNode< StringCheckString (TNode< Object > value)
 
TNode< NumberCheckBounds (TNode< Number > value, TNode< Number > limit, CheckBoundsFlags flags={})
 
TNode< SmiTypeGuardUnsignedSmall (TNode< Object > value)
 
TNode< ObjectTypeGuardNonInternal (TNode< Object > value)
 
TNode< NumberTypeGuardFixedArrayLength (TNode< Object > value)
 
TNode< ObjectCall4 (const Callable &callable, TNode< Context > context, TNode< Object > arg0, TNode< Object > arg1, TNode< Object > arg2, TNode< Object > arg3)
 
TNode< ObjectJSCall3 (TNode< Object > function, TNode< Object > this_arg, TNode< Object > arg0, TNode< Object > arg1, TNode< Object > arg2, FrameState frame_state)
 
TNode< ObjectJSCall4 (TNode< Object > function, TNode< Object > this_arg, TNode< Object > arg0, TNode< Object > arg1, TNode< Object > arg2, TNode< Object > arg3, FrameState frame_state)
 
TNode< ObjectCopyNode ()
 
TNode< JSArrayCreateArrayNoThrow (TNode< Object > ctor, TNode< Number > size, FrameState frame_state)
 
TNode< JSArrayAllocateEmptyJSArray (ElementsKind kind, NativeContextRef native_context)
 
TNode< NumberNumberInc (TNode< Number > value)
 
TNode< NumberLoadMapElementsKind (TNode< Map > map)
 
template<typename T , typename U >
TNode< TEnterMachineGraph (TNode< U > input, UseInfo use_info)
 
template<typename T , typename U >
TNode< TExitMachineGraph (TNode< U > input, MachineRepresentation output_representation, Type output_type)
 
void MaybeInsertMapChecks (MapInference *inference, bool has_stability_dependency)
 
TNode< ObjectConvertHoleToUndefined (TNode< Object > value, ElementsKind kind)
 
TryCatchBuilder0 Try (const VoidGenerator0 &try_body)
 
ForBuilder0 ForZeroUntil (TNode< Number > excluded_limit)
 
ForBuilder0 Forever (TNode< Number > initial_value, const StepFunction1 &step)
 
ForBuilder1 For1 (TNode< Number > initial_value, const ConditionFunction1 &cond, const StepFunction1 &step, TNode< Object > initial_arg0)
 
ForBuilder1 For1ZeroUntil (TNode< Number > excluded_limit, TNode< Object > initial_arg0)
 
void ThrowIfNotCallable (TNode< Object > maybe_callable, FrameState frame_state)
 
const FeedbackSourcefeedback () const
 
int ArgumentCount () const
 
TNode< ObjectArgument (int index) const
 
template<typename T >
TNode< TArgumentAs (int index) const
 
TNode< ObjectArgumentOrNaN (int index)
 
TNode< ObjectArgumentOrUndefined (int index)
 
TNode< NumberArgumentOrZero (int index)
 
TNode< ContextContextInput () const
 
FrameState FrameStateInput () const
 
CompilationDependenciesdependencies () const
 
- Public Member Functions inherited from v8::internal::compiler::JSGraphAssembler
 JSGraphAssembler (JSHeapBroker *broker, JSGraph *jsgraph, Zone *zone, BranchSemantics branch_semantics, std::optional< NodeChangedCallback > node_changed_callback=std::nullopt, bool mark_loop_exits=false)
 
TNode< SmiSmiConstant (int32_t value)
 
TNode< HeapObjectHeapConstant (Handle< HeapObject > object)
 
TNode< ObjectConstant (ObjectRef ref)
 
TNode< NumberNumberConstant (double value)
 
NodeCEntryStubConstant (int result_size)
 
NodeAllocate (AllocationType allocation, Node *size)
 
TNode< MapLoadMap (TNode< HeapObject > object)
 
NodeLoadField (FieldAccess const &, Node *object)
 
template<typename T >
TNode< TLoadField (FieldAccess const &access, TNode< HeapObject > object)
 
TNode< Uint32TLoadElementsKind (TNode< Map > map)
 
NodeLoadElement (ElementAccess const &, Node *object, Node *index)
 
template<typename T >
TNode< TLoadElement (ElementAccess const &access, TNode< HeapObject > object, TNode< Number > index)
 
NodeStoreField (FieldAccess const &, Node *object, Node *value)
 
NodeStoreElement (ElementAccess const &, Node *object, Node *index, Node *value)
 
NodeClearPendingMessage ()
 
void TransitionAndStoreElement (MapRef double_map, MapRef fast_map, TNode< HeapObject > object, TNode< Number > index, TNode< Object > value)
 
TNode< NumberStringLength (TNode< String > string)
 
TNode< BooleanReferenceEqual (TNode< Object > lhs, TNode< Object > rhs)
 
TNode< NumberPlainPrimitiveToNumber (TNode< Object > value)
 
TNode< NumberNumberMin (TNode< Number > lhs, TNode< Number > rhs)
 
TNode< NumberNumberMax (TNode< Number > lhs, TNode< Number > rhs)
 
TNode< BooleanNumberEqual (TNode< Number > lhs, TNode< Number > rhs)
 
TNode< BooleanNumberLessThan (TNode< Number > lhs, TNode< Number > rhs)
 
TNode< BooleanNumberLessThanOrEqual (TNode< Number > lhs, TNode< Number > rhs)
 
TNode< NumberNumberAdd (TNode< Number > lhs, TNode< Number > rhs)
 
TNode< NumberNumberSubtract (TNode< Number > lhs, TNode< Number > rhs)
 
TNode< NumberNumberShiftRightLogical (TNode< Number > lhs, TNode< Number > rhs)
 
TNode< NumberNumberBitwiseAnd (TNode< Number > lhs, TNode< Number > rhs)
 
TNode< NumberNumberBitwiseOr (TNode< Number > lhs, TNode< Number > rhs)
 
TNode< NumberNumberDivide (TNode< Number > lhs, TNode< Number > rhs)
 
TNode< NumberNumberFloor (TNode< Number > value)
 
TNode< StringStringSubstring (TNode< String > string, TNode< Number > from, TNode< Number > to)
 
TNode< BooleanObjectIsCallable (TNode< Object > value)
 
TNode< BooleanObjectIsSmi (TNode< Object > value)
 
TNode< BooleanObjectIsUndetectable (TNode< Object > value)
 
NodeBooleanNot (Node *cond)
 
NodeCheckSmi (Node *value, const FeedbackSource &feedback={})
 
NodeCheckNumber (Node *value, const FeedbackSource &feedback={})
 
NodeCheckNumberFitsInt32 (Node *value, const FeedbackSource &feedback={})
 
NodeCheckIf (Node *cond, DeoptimizeReason reason, const FeedbackSource &feedback={})
 
NodeAssert (Node *cond, const char *condition_string="", const char *file="", int line=-1)
 
void Assert (TNode< Word32T > cond, const char *condition_string="", const char *file="", int line=-1)
 
TNode< BooleanNumberIsFloat64Hole (TNode< Number > value)
 
TNode< BooleanToBoolean (TNode< Object > value)
 
TNode< ObjectConvertTaggedHoleToUndefined (TNode< Object > value)
 
TNode< FixedArrayBaseMaybeGrowFastElements (ElementsKind kind, const FeedbackSource &feedback, TNode< JSArray > array, TNode< FixedArrayBase > elements, TNode< Number > new_length, TNode< Number > old_length)
 
NodeStringCharCodeAt (TNode< String > string, TNode< Number > position)
 
TNode< StringStringFromSingleCharCode (TNode< Number > code)
 
TNode< ObjectDoubleArrayMax (TNode< JSArray > array)
 
TNode< ObjectDoubleArrayMin (TNode< JSArray > array)
 
TNode< NumberArrayBufferViewByteLength (TNode< JSArrayBufferView > array_buffer_view, InstanceType instance_type, std::set< ElementsKind > elements_kinds_candidates, TNode< Context > context)
 
TNode< Word32TArrayBufferDetachedBit (TNode< HeapObject > buffer)
 
TNode< Word32TArrayBufferViewDetachedBit (TNode< JSArrayBufferView > array_buffer_view)
 
TNode< NumberTypedArrayLength (TNode< JSTypedArray > typed_array, std::set< ElementsKind > elements_kinds_candidates, TNode< Context > context)
 
void CheckIfTypedArrayWasDetachedOrOutOfBounds (TNode< JSTypedArray > typed_array, std::set< ElementsKind > elements_kinds_candidates, const FeedbackSource &feedback)
 
TNode< Uint32TLookupByteShiftForElementsKind (TNode< Uint32T > elements_kind)
 
TNode< Uint32TLookupByteSizeForElementsKind (TNode< Uint32T > elements_kind)
 
TNode< ObjectJSCallRuntime1 (Runtime::FunctionId function_id, TNode< Object > arg0, TNode< Context > context, std::optional< FrameState > frame_state, Operator::Properties properties=Operator::kNoProperties)
 
TNode< ObjectJSCallRuntime2 (Runtime::FunctionId function_id, TNode< Object > arg0, TNode< Object > arg1, TNode< Context > context, FrameState frame_state)
 
NodeChained (const Operator *op, Node *input)
 
JSHeapBrokerbroker () const
 
JSGraphjsgraph () const
 
Isolateisolate () const
 
SimplifiedOperatorBuildersimplified () override
 
JSOperatorBuilderjavascript () const
 
template<typename T , typename U >
TNode< TEnterMachineGraph (TNode< U > input, UseInfo use_info)
 
template<typename T , typename U >
TNode< TExitMachineGraph (TNode< U > input, MachineRepresentation output_representation, Type output_type)
 
CatchScopecatch_scope () const
 
Nodeoutermost_handler () const
 
TNode< ObjectMayThrow (const NodeGenerator0 &body)
 
IfBuilder0 If (TNode< Boolean > cond)
 
IfBuilder0 IfNot (TNode< Boolean > cond)
 
template<typename T >
IfBuilder1< T, BooleanSelectIf (TNode< Boolean > cond)
 
template<typename T >
IfBuilder1< T, BooleanSelectIfNot (TNode< Boolean > cond)
 
template<typename T >
IfBuilder1< T, Word32TMachineSelectIf (TNode< Word32T > cond)
 
template<typename T >
TNode< TMachineSelect (TNode< Word32T > cond, TNode< T > true_value, TNode< T > false_value, BranchHint hint=BranchHint::kNone)
 
- Public Member Functions inherited from v8::internal::compiler::GraphAssembler
 GraphAssembler (MachineGraph *jsgraph, Zone *zone, BranchSemantics default_branch_semantics, std::optional< NodeChangedCallback > node_changed_callback=std::nullopt, bool mark_loop_exits=false)
 
virtual ~GraphAssembler ()
 
void Reset ()
 
void InitializeEffectControl (Node *effect, Node *control)
 
template<typename... Reps>
detail::GraphAssemblerLabelForReps< Reps... > MakeLabelFor (GraphAssemblerLabelType type, Reps... reps)
 
GraphAssemblerDynamicLabel MakeLabelFor (GraphAssemblerLabelType type, base::SmallVector< MachineRepresentation, 4 > reps)
 
template<typename... Reps>
detail::GraphAssemblerLabelForReps< Reps... > MakeLabel (Reps... reps)
 
template<typename... Reps>
detail::GraphAssemblerLabelForReps< Reps... > MakeLoopLabel (Reps... reps)
 
template<typename... Reps>
detail::GraphAssemblerLabelForReps< Reps... > MakeDeferredLabel (Reps... reps)
 
NodeIntPtrConstant (intptr_t value)
 
TNode< UintPtrTUintPtrConstant (uintptr_t value)
 
NodeInt32Constant (int32_t value)
 
TNode< Uint32TUint32Constant (uint32_t value)
 
NodeInt64Constant (int64_t value)
 
NodeUint64Constant (uint64_t value)
 
NodeUniqueIntPtrConstant (intptr_t value)
 
NodeFloat64Constant (double value)
 
NodeExternalConstant (ExternalReference ref)
 
NodeIsolateField (IsolateFieldId id)
 
NodeProjection (int index, Node *value, Node *ctrl=nullptr)
 
NodeParameter (int index)
 
NodeLoadFramePointer ()
 
NodeLoadRootRegister ()
 
NodeLoadHeapNumberValue (Node *heap_number)
 
TNode< BoolTUintPtrLessThan (TNode< UintPtrT > left, TNode< UintPtrT > right)
 
TNode< BoolTUintPtrLessThanOrEqual (TNode< UintPtrT > left, TNode< UintPtrT > right)
 
TNode< UintPtrTUintPtrAdd (TNode< UintPtrT > left, TNode< UintPtrT > right)
 
TNode< UintPtrTUintPtrSub (TNode< UintPtrT > left, TNode< UintPtrT > right)
 
TNode< UintPtrTUintPtrDiv (TNode< UintPtrT > left, TNode< UintPtrT > right)
 
TNode< UintPtrTChangeUint32ToUintPtr (SloppyTNode< Uint32T > value)
 
TNode< MapLoadMap (Node *object)
 
NodeDebugBreak ()
 
NodeUnreachable ()
 
NodeUnreachableWithoutConnectToEnd ()
 
NodeIntPtrEqual (Node *left, Node *right)
 
NodeTaggedEqual (Node *left, Node *right)
 
NodeSmiSub (Node *left, Node *right)
 
NodeSmiLessThan (Node *left, Node *right)
 
NodeFloat64RoundDown (Node *value)
 
NodeFloat64RoundTruncate (Node *value)
 
NodeTruncateFloat64ToInt64 (Node *value, TruncateKind kind)
 
NodeBitcastWordToTagged (Node *value)
 
NodeBitcastWordToTaggedSigned (Node *value)
 
NodeBitcastTaggedToWord (Node *value)
 
NodeBitcastTaggedToWordForTagAndSmiBits (Node *value)
 
NodeBitcastMaybeObjectToWord (Node *value)
 
NodeTypeGuard (Type type, Node *value)
 
template<typename T >
TNode< TTypeGuard (Type type, TNode< T > value)
 
NodeCheckpoint (FrameState frame_state)
 
TNode< RawPtrTStackSlot (int size, int alignment, bool is_tagged=false)
 
NodeAdaptLocalArgument (Node *argument)
 
NodeStore (StoreRepresentation rep, Node *object, Node *offset, Node *value)
 
NodeStore (StoreRepresentation rep, Node *object, int offset, Node *value)
 
NodeLoad (MachineType type, Node *object, Node *offset)
 
NodeLoad (MachineType type, Node *object, int offset)
 
NodeStoreUnaligned (MachineRepresentation rep, Node *object, Node *offset, Node *value)
 
NodeLoadUnaligned (MachineType type, Node *object, Node *offset)
 
NodeProtectedStore (MachineRepresentation rep, Node *object, Node *offset, Node *value)
 
NodeProtectedLoad (MachineType type, Node *object, Node *offset)
 
NodeLoadTrapOnNull (MachineType type, Node *object, Node *offset)
 
NodeStoreTrapOnNull (StoreRepresentation rep, Node *object, Node *offset, Node *value)
 
NodeRetain (Node *buffer)
 
NodeIntPtrAdd (Node *a, Node *b)
 
NodeIntPtrSub (Node *a, Node *b)
 
NodeDeoptimizeIf (DeoptimizeReason reason, FeedbackSource const &feedback, Node *condition, Node *frame_state)
 
NodeDeoptimizeIfNot (DeoptimizeReason reason, FeedbackSource const &feedback, Node *condition, Node *frame_state)
 
TNode< ObjectCall (const CallDescriptor *call_descriptor, int inputs_size, Node **inputs)
 
TNode< ObjectCall (const Operator *op, int inputs_size, Node **inputs)
 
template<typename... Args>
TNode< ObjectCall (const CallDescriptor *call_descriptor, Node *first_arg, Args... args)
 
template<typename... Args>
TNode< ObjectCall (const Operator *op, Node *first_arg, Args... args)
 
void TailCall (const CallDescriptor *call_descriptor, int inputs_size, Node **inputs)
 
template<size_t VarCount>
void Bind (GraphAssemblerLabel< VarCount > *label)
 
template<typename... Vars>
void Goto (detail::GraphAssemblerLabelForVars< Vars... > *label, Vars...)
 
void BranchWithCriticalSafetyCheck (Node *condition, GraphAssemblerLabel< 0u > *if_true, GraphAssemblerLabel< 0u > *if_false)
 
template<typename... Vars>
void Branch (Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *if_true, detail::GraphAssemblerLabelForVars< Vars... > *if_false, Vars...)
 
template<typename... Vars>
void BranchWithHint (Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *if_true, detail::GraphAssemblerLabelForVars< Vars... > *if_false, BranchHint hint, Vars...)
 
template<typename... Vars>
void MachineBranch (TNode< Word32T > condition, GraphAssemblerLabel< sizeof...(Vars)> *if_true, GraphAssemblerLabel< sizeof...(Vars)> *if_false, BranchHint hint, Vars...)
 
template<typename... Vars>
void JSBranch (TNode< Boolean > condition, GraphAssemblerLabel< sizeof...(Vars)> *if_true, GraphAssemblerLabel< sizeof...(Vars)> *if_false, BranchHint hint, Vars...)
 
template<typename... Vars>
void GotoIf (Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *label, BranchHint hint, Vars...)
 
template<typename... Vars>
void GotoIfNot (Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *label, BranchHint hint, Vars...)
 
template<typename... Vars>
void GotoIf (Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *label, Vars...)
 
template<typename... Vars>
void GotoIfNot (Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *label, Vars...)
 
void RuntimeAbort (AbortReason reason)
 
bool HasActiveBlock () const
 
V8_INLINE void UpdateEffectControlWith (Node *node)
 
NodeAddNode (Node *node)
 
template<typename T >
TNode< TAddNode (Node *node)
 
void ConnectUnreachableToEnd ()
 
void AddInlineReducer (Reducer *reducer)
 
Control control () const
 
Effect effect () const
 
Nodestart () const
 

Private Member Functions

std::pair< TNode< Number >, TNode< Object > > SafeLoadElement (ElementsKind kind, TNode< JSArray > o, TNode< Number > index)
 
template<typename... Vars>
TNode< ObjectMaybeSkipHole (TNode< Object > o, ElementsKind kind, GraphAssemblerLabel< sizeof...(Vars)> *continue_label, TNode< Vars >... vars)
 
TNode< SmiLoadJSArrayLength (TNode< JSArray > array, ElementsKind kind)
 
void StoreJSArrayLength (TNode< JSArray > array, TNode< Number > value, ElementsKind kind)
 
void StoreFixedArrayBaseElement (TNode< FixedArrayBase > o, TNode< Number > index, TNode< Object > v, ElementsKind kind)
 
TNode< FixedArrayBaseLoadElements (TNode< JSObject > o)
 
TNode< SmiLoadFixedArrayBaseLength (TNode< FixedArrayBase > o)
 
TNode< BooleanHoleCheck (ElementsKind kind, TNode< Object > v)
 

Additional Inherited Members

- Public Types inherited from v8::internal::compiler::JSCallReducerAssembler
using ConditionFunction1 = std::function<TNode<Boolean>(TNode<Number>)>
 
using StepFunction1 = std::function<TNode<Number>(TNode<Number>)>
 
using For1BodyFunction = std::function<void(TNode<Number>, TNode<Object>*)>
 
- Public Types inherited from v8::internal::compiler::JSGraphAssembler
using NodeGenerator0 = std::function<TNode<Object>()>
 
using VoidGenerator0 = std::function<void()>
 
- Protected Member Functions inherited from v8::internal::compiler::JSGraphAssembler
Operator const * PlainPrimitiveToNumberOperator ()
 
- Protected Member Functions inherited from v8::internal::compiler::GraphAssembler
constexpr bool Is64 () const
 
template<typename... Vars>
void MergeState (detail::GraphAssemblerLabelForVars< Vars... > *label, Vars... vars)
 
V8_INLINE NodeAddClonedNode (Node *node)
 
MachineGraphmcgraph () const
 
TFGraphgraph () const
 
Zonetemp_zone () const
 
CommonOperatorBuildercommon () const
 
MachineOperatorBuildermachine () const
 
- Protected Attributes inherited from v8::internal::compiler::JSGraphAssembler
CatchScope outermost_catch_scope_
 
Nodeoutermost_handler_
 
CatchScopecatch_scope_
 

Detailed Description

Definition at line 434 of file js-call-reducer.cc.

Constructor & Destructor Documentation

◆ IteratingArrayBuiltinReducerAssembler()

v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::IteratingArrayBuiltinReducerAssembler ( JSCallReducer * reducer,
Node * node )
inline

Definition at line 436 of file js-call-reducer.cc.

Member Function Documentation

◆ HoleCheck()

TNode< Boolean > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::HoleCheck ( ElementsKind kind,
TNode< Object > v )
inlineprivate

Definition at line 534 of file js-call-reducer.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LoadElements()

TNode< FixedArrayBase > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::LoadElements ( TNode< JSObject > o)
inlineprivate

Definition at line 527 of file js-call-reducer.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LoadFixedArrayBaseLength()

TNode< Smi > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::LoadFixedArrayBaseLength ( TNode< FixedArrayBase > o)
inlineprivate

Definition at line 530 of file js-call-reducer.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LoadJSArrayLength()

TNode< Smi > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::LoadJSArrayLength ( TNode< JSArray > array,
ElementsKind kind )
inlineprivate

Definition at line 515 of file js-call-reducer.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MaybeSkipHole()

template<typename... Vars>
TNode< Object > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::MaybeSkipHole ( TNode< Object > o,
ElementsKind kind,
GraphAssemblerLabel< sizeof...(Vars)> * continue_label,
TNode< Vars >... vars )
inlineprivate

Definition at line 498 of file js-call-reducer.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ReduceArrayPrototypeAt()

TNode< Object > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::ReduceArrayPrototypeAt ( ZoneVector< MapRef > kinds,
bool needs_fallback_builtin_call )

Definition at line 1281 of file js-call-reducer.cc.

Here is the call graph for this function:

◆ ReduceArrayPrototypeEverySome()

TNode< Boolean > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::ReduceArrayPrototypeEverySome ( MapInference * inference,
const bool has_stability_dependency,
ElementsKind kind,
SharedFunctionInfoRef shared,
NativeContextRef native_context,
ArrayEverySomeVariant variant )

Definition at line 2178 of file js-call-reducer.cc.

Here is the call graph for this function:

◆ ReduceArrayPrototypeFilter()

TNode< JSArray > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::ReduceArrayPrototypeFilter ( MapInference * inference,
const bool has_stability_dependency,
ElementsKind kind,
SharedFunctionInfoRef shared,
NativeContextRef native_context )

Definition at line 1940 of file js-call-reducer.cc.

Here is the call graph for this function:

◆ ReduceArrayPrototypeFind()

TNode< Object > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::ReduceArrayPrototypeFind ( MapInference * inference,
const bool has_stability_dependency,
ElementsKind kind,
SharedFunctionInfoRef shared,
NativeContextRef native_context,
ArrayFindVariant variant )

Definition at line 2076 of file js-call-reducer.cc.

Here is the call graph for this function:

◆ ReduceArrayPrototypeForEach()

TNode< Object > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::ReduceArrayPrototypeForEach ( MapInference * inference,
const bool has_stability_dependency,
ElementsKind kind,
SharedFunctionInfoRef shared )

Definition at line 1529 of file js-call-reducer.cc.

Here is the call graph for this function:

◆ ReduceArrayPrototypeIndexOfIncludes()

TNode< Object > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::ReduceArrayPrototypeIndexOfIncludes ( ElementsKind kind,
ArrayIndexOfIncludesVariant variant )

Definition at line 2278 of file js-call-reducer.cc.

Here is the call graph for this function:

◆ ReduceArrayPrototypeMap()

TNode< JSArray > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::ReduceArrayPrototypeMap ( MapInference * inference,
const bool has_stability_dependency,
ElementsKind kind,
SharedFunctionInfoRef shared,
NativeContextRef native_context )

Definition at line 1798 of file js-call-reducer.cc.

Here is the call graph for this function:

◆ ReduceArrayPrototypePush()

TNode< Number > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::ReduceArrayPrototypePush ( MapInference * inference)

Definition at line 1367 of file js-call-reducer.cc.

Here is the call graph for this function:

◆ ReduceArrayPrototypeReduce()

TNode< Object > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::ReduceArrayPrototypeReduce ( MapInference * inference,
const bool has_stability_dependency,
ElementsKind kind,
ArrayReduceDirection direction,
SharedFunctionInfoRef shared )

Definition at line 1643 of file js-call-reducer.cc.

Here is the call graph for this function:

◆ SafeLoadElement()

std::pair< TNode< Number >, TNode< Object > > v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::SafeLoadElement ( ElementsKind kind,
TNode< JSArray > o,
TNode< Number > index )
inlineprivate

Definition at line 479 of file js-call-reducer.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StoreFixedArrayBaseElement()

void v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::StoreFixedArrayBaseElement ( TNode< FixedArrayBase > o,
TNode< Number > index,
TNode< Object > v,
ElementsKind kind )
inlineprivate

Definition at line 522 of file js-call-reducer.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StoreJSArrayLength()

void v8::internal::compiler::IteratingArrayBuiltinReducerAssembler::StoreJSArrayLength ( TNode< JSArray > array,
TNode< Number > value,
ElementsKind kind )
inlineprivate

Definition at line 518 of file js-call-reducer.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: