v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::PromiseBuiltinReducerAssembler Member List

This is the complete list of members for v8::internal::compiler::PromiseBuiltinReducerAssembler, including all inherited members.

AdaptLocalArgument(Node *argument)v8::internal::compiler::GraphAssembler
AddClonedNode(Node *node)v8::internal::compiler::GraphAssemblerprotected
AddInlineReducer(Reducer *reducer)v8::internal::compiler::GraphAssemblerinline
AddNode(Node *node)v8::internal::compiler::GraphAssembler
AddNode(Node *node)v8::internal::compiler::GraphAssemblerinline
Allocate(AllocationType allocation, Node *size)v8::internal::compiler::JSGraphAssembler
AllocateEmptyJSArray(ElementsKind kind, NativeContextRef native_context)v8::internal::compiler::JSCallReducerAssembler
Argument(int index) constv8::internal::compiler::JSCallReducerAssemblerinline
ArgumentAs(int index) constv8::internal::compiler::JSCallReducerAssemblerinline
ArgumentCount() constv8::internal::compiler::JSCallReducerAssemblerinline
ArgumentOrNaN(int index)v8::internal::compiler::JSCallReducerAssemblerinline
ArgumentOrUndefined(int index)v8::internal::compiler::JSCallReducerAssemblerinline
ArgumentOrZero(int index)v8::internal::compiler::JSCallReducerAssemblerinline
ArrayBufferDetachedBit(TNode< HeapObject > buffer)v8::internal::compiler::JSGraphAssembler
ArrayBufferViewByteLength(TNode< JSArrayBufferView > array_buffer_view, InstanceType instance_type, std::set< ElementsKind > elements_kinds_candidates, TNode< Context > context)v8::internal::compiler::JSGraphAssembler
ArrayBufferViewDetachedBit(TNode< JSArrayBufferView > array_buffer_view)v8::internal::compiler::JSGraphAssembler
Assert(Node *cond, const char *condition_string="", const char *file="", int line=-1)v8::internal::compiler::JSGraphAssembler
Assert(TNode< Word32T > cond, const char *condition_string="", const char *file="", int line=-1)v8::internal::compiler::JSGraphAssembler
Bind(GraphAssemblerLabel< VarCount > *label)v8::internal::compiler::GraphAssembler
BitcastMaybeObjectToWord(Node *value)v8::internal::compiler::GraphAssembler
BitcastTaggedToWord(Node *value)v8::internal::compiler::GraphAssembler
BitcastTaggedToWordForTagAndSmiBits(Node *value)v8::internal::compiler::GraphAssembler
BitcastWordToTagged(Node *value)v8::internal::compiler::GraphAssembler
BitcastWordToTaggedSigned(Node *value)v8::internal::compiler::GraphAssembler
BooleanNot(Node *cond)v8::internal::compiler::JSGraphAssembler
Branch(Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *if_true, detail::GraphAssemblerLabelForVars< Vars... > *if_false, Vars...)v8::internal::compiler::GraphAssembler
BranchImpl(BranchSemantics semantics, Node *condition, GraphAssemblerLabel< sizeof...(Vars)> *if_true, GraphAssemblerLabel< sizeof...(Vars)> *if_false, BranchHint hint, Vars...)v8::internal::compiler::GraphAssemblerprivate
BranchWithCriticalSafetyCheck(Node *condition, GraphAssemblerLabel< 0u > *if_true, GraphAssemblerLabel< 0u > *if_false)v8::internal::compiler::GraphAssembler
BranchWithHint(Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *if_true, detail::GraphAssemblerLabelForVars< Vars... > *if_false, BranchHint hint, Vars...)v8::internal::compiler::GraphAssembler
broker() constv8::internal::compiler::JSGraphAssemblerinline
broker_v8::internal::compiler::JSGraphAssemblerprivate
Call(const CallDescriptor *call_descriptor, int inputs_size, Node **inputs)v8::internal::compiler::GraphAssembler
Call(const Operator *op, int inputs_size, Node **inputs)v8::internal::compiler::GraphAssembler
Call(const CallDescriptor *call_descriptor, Node *first_arg, Args... args)v8::internal::compiler::GraphAssembler
Call(const Operator *op, Node *first_arg, Args... args)v8::internal::compiler::GraphAssembler
Call4(const Callable &callable, TNode< Context > context, TNode< Object > arg0, TNode< Object > arg1, TNode< Object > arg2, TNode< Object > arg3)v8::internal::compiler::JSCallReducerAssembler
CallPromiseExecutor(TNode< Object > executor, TNode< JSFunction > resolve, TNode< JSFunction > reject, FrameState frame_state)v8::internal::compiler::PromiseBuiltinReducerAssemblerinlineprivate
CallPromiseReject(TNode< JSFunction > reject, TNode< Object > exception, FrameState frame_state)v8::internal::compiler::PromiseBuiltinReducerAssemblerinlineprivate
catch_scope() constv8::internal::compiler::JSGraphAssemblerinline
catch_scope_v8::internal::compiler::JSGraphAssemblerprotected
CEntryStubConstant(int result_size)v8::internal::compiler::JSGraphAssembler
Chained(const Operator *op, Node *input)v8::internal::compiler::JSGraphAssembler
ChangeUint32ToUintPtr(SloppyTNode< Uint32T > value)v8::internal::compiler::GraphAssembler
CheckBounds(TNode< Number > value, TNode< Number > limit, CheckBoundsFlags flags={})v8::internal::compiler::JSCallReducerAssembler
CheckIf(Node *cond, DeoptimizeReason reason, const FeedbackSource &feedback={})v8::internal::compiler::JSGraphAssembler
CheckIfTypedArrayWasDetachedOrOutOfBounds(TNode< JSTypedArray > typed_array, std::set< ElementsKind > elements_kinds_candidates, const FeedbackSource &feedback)v8::internal::compiler::JSGraphAssembler
CheckNumber(TNode< Object > value)v8::internal::compiler::JSCallReducerAssembler
v8::internal::compiler::JSGraphAssembler::CheckNumber(Node *value, const FeedbackSource &feedback={})v8::internal::compiler::JSGraphAssembler
CheckNumberFitsInt32(Node *value, const FeedbackSource &feedback={})v8::internal::compiler::JSGraphAssembler
Checkpoint(FrameState frame_state)v8::internal::compiler::GraphAssembler
CheckSmi(TNode< Object > value)v8::internal::compiler::JSCallReducerAssembler
v8::internal::compiler::JSGraphAssembler::CheckSmi(Node *value, const FeedbackSource &feedback={})v8::internal::compiler::JSGraphAssembler
CheckString(TNode< Object > value)v8::internal::compiler::JSCallReducerAssembler
ClearPendingMessage()v8::internal::compiler::JSGraphAssembler
common() constv8::internal::compiler::GraphAssemblerinlineprotected
ConditionFunction1 typedefv8::internal::compiler::JSCallReducerAssembler
ConnectUnreachableToEnd()v8::internal::compiler::GraphAssembler
Constant(ObjectRef ref)v8::internal::compiler::JSGraphAssembler
ConstructArity() constv8::internal::compiler::PromiseBuiltinReducerAssemblerinline
ContextInput() constv8::internal::compiler::JSCallReducerAssemblerinline
control() constv8::internal::compiler::GraphAssemblerinline
control_v8::internal::compiler::GraphAssemblerprivate
ConvertHoleToUndefined(TNode< Object > value, ElementsKind kind)v8::internal::compiler::JSCallReducerAssemblerinline
ConvertTaggedHoleToUndefined(TNode< Object > value)v8::internal::compiler::JSGraphAssembler
CopyNode()v8::internal::compiler::JSCallReducerAssembler
CreateArrayNoThrow(TNode< Object > ctor, TNode< Number > size, FrameState frame_state)v8::internal::compiler::JSCallReducerAssembler
CreateClosureFromBuiltinSharedFunctionInfo(SharedFunctionInfoRef shared, TNode< Context > context)v8::internal::compiler::PromiseBuiltinReducerAssemblerinlineprivate
CreateFunctionContext(NativeContextRef native_context, TNode< Context > outer_context, int slot_count)v8::internal::compiler::PromiseBuiltinReducerAssemblerinlineprivate
CreatePromise(TNode< Context > context)v8::internal::compiler::PromiseBuiltinReducerAssemblerinlineprivate
DebugBreak()v8::internal::compiler::GraphAssembler
default_branch_semantics_v8::internal::compiler::GraphAssemblerprivate
DeoptimizeIf(DeoptimizeReason reason, FeedbackSource const &feedback, Node *condition, Node *frame_state)v8::internal::compiler::GraphAssembler
DeoptimizeIfNot(DeoptimizeReason reason, FeedbackSource const &feedback, Node *condition, Node *frame_state)v8::internal::compiler::GraphAssembler
dependencies() constv8::internal::compiler::JSCallReducerAssemblerinline
dependencies_v8::internal::compiler::JSCallReducerAssemblerprivate
DoubleArrayMax(TNode< JSArray > array)v8::internal::compiler::JSGraphAssembler
DoubleArrayMin(TNode< JSArray > array)v8::internal::compiler::JSGraphAssembler
effect() constv8::internal::compiler::GraphAssemblerinline
effect_v8::internal::compiler::GraphAssemblerprivate
EnterMachineGraph(TNode< U > input, UseInfo use_info)v8::internal::compiler::JSCallReducerAssemblerinline
ExitMachineGraph(TNode< U > input, MachineRepresentation output_representation, Type output_type)v8::internal::compiler::JSCallReducerAssemblerinline
ExternalConstant(ExternalReference ref)v8::internal::compiler::GraphAssembler
feedback() constv8::internal::compiler::JSCallReducerAssemblerinline
Float64Constant(double value)v8::internal::compiler::GraphAssembler
Float64RoundDown(Node *value)v8::internal::compiler::GraphAssembler
Float64RoundTruncate(Node *value)v8::internal::compiler::GraphAssembler
For1(TNode< Number > initial_value, const ConditionFunction1 &cond, const StepFunction1 &step, TNode< Object > initial_arg0)v8::internal::compiler::JSCallReducerAssemblerinline
For1BodyFunction typedefv8::internal::compiler::JSCallReducerAssembler
For1ZeroUntil(TNode< Number > excluded_limit, TNode< Object > initial_arg0)v8::internal::compiler::JSCallReducerAssemblerinline
Forever(TNode< Number > initial_value, const StepFunction1 &step)v8::internal::compiler::JSCallReducerAssemblerinline
ForZeroUntil(TNode< Number > excluded_limit)v8::internal::compiler::JSCallReducerAssemblerinline
FrameStateInput() constv8::internal::compiler::JSCallReducerAssemblerinline
Goto(detail::GraphAssemblerLabelForVars< Vars... > *label, Vars...)v8::internal::compiler::GraphAssembler
GotoIf(Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *label, BranchHint hint, Vars...)v8::internal::compiler::GraphAssembler
GotoIf(Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *label, Vars...)v8::internal::compiler::GraphAssembler
GotoIfNot(Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *label, BranchHint hint, Vars...)v8::internal::compiler::GraphAssembler
GotoIfNot(Node *condition, detail::GraphAssemblerLabelForVars< Vars... > *label, Vars...)v8::internal::compiler::GraphAssembler
graph() constv8::internal::compiler::GraphAssemblerinlineprotected
GraphAssembler(MachineGraph *jsgraph, Zone *zone, BranchSemantics default_branch_semantics, std::optional< NodeChangedCallback > node_changed_callback=std::nullopt, bool mark_loop_exits=false)v8::internal::compiler::GraphAssembler
HasActiveBlock() constv8::internal::compiler::GraphAssemblerinline
HeapConstant(Handle< HeapObject > object)v8::internal::compiler::JSGraphAssembler
If(TNode< Boolean > cond)v8::internal::compiler::JSGraphAssemblerinline
IfNot(TNode< Boolean > cond)v8::internal::compiler::JSGraphAssemblerinline
InitializeEffectControl(Node *effect, Node *control)v8::internal::compiler::GraphAssembler
inline_reducers_v8::internal::compiler::GraphAssemblerprivate
inline_reductions_blocked_v8::internal::compiler::GraphAssemblerprivate
Int32Constant(int32_t value)v8::internal::compiler::GraphAssembler
Int64Constant(int64_t value)v8::internal::compiler::GraphAssembler
IntPtrAdd(Node *a, Node *b)v8::internal::compiler::GraphAssembler
IntPtrConstant(intptr_t value)v8::internal::compiler::GraphAssembler
IntPtrEqual(Node *left, Node *right)v8::internal::compiler::GraphAssembler
IntPtrSub(Node *a, Node *b)v8::internal::compiler::GraphAssembler
Is64() constv8::internal::compiler::GraphAssemblerinlineprotected
isolate() constv8::internal::compiler::JSGraphAssemblerinline
IsolateField(IsolateFieldId id)v8::internal::compiler::GraphAssembler
javascript() constv8::internal::compiler::JSGraphAssemblerinline
JSBranch(TNode< Boolean > condition, GraphAssemblerLabel< sizeof...(Vars)> *if_true, GraphAssemblerLabel< sizeof...(Vars)> *if_false, BranchHint hint, Vars...)v8::internal::compiler::GraphAssembler
JSCall3(TNode< Object > function, TNode< Object > this_arg, TNode< Object > arg0, TNode< Object > arg1, TNode< Object > arg2, FrameState frame_state)v8::internal::compiler::JSCallReducerAssembler
JSCall4(TNode< Object > function, TNode< Object > this_arg, TNode< Object > arg0, TNode< Object > arg1, TNode< Object > arg2, TNode< Object > arg3, FrameState frame_state)v8::internal::compiler::JSCallReducerAssembler
JSCallReducerAssembler(JSCallReducer *reducer, Node *node, Node *effect=nullptr, Node *control=nullptr)v8::internal::compiler::JSCallReducerAssemblerinline
JSCallRuntime1(Runtime::FunctionId function_id, TNode< Object > arg0, TNode< Context > context, std::optional< FrameState > frame_state, Operator::Properties properties=Operator::kNoProperties)v8::internal::compiler::JSGraphAssembler
JSCallRuntime2(Runtime::FunctionId function_id, TNode< Object > arg0, TNode< Object > arg1, TNode< Context > context, FrameState frame_state)v8::internal::compiler::JSGraphAssembler
jsgraph() constv8::internal::compiler::JSGraphAssemblerinline
jsgraph_v8::internal::compiler::JSGraphAssemblerprivate
JSGraphAssembler(JSHeapBroker *broker, JSGraph *jsgraph, Zone *zone, BranchSemantics branch_semantics, std::optional< NodeChangedCallback > node_changed_callback=std::nullopt, bool mark_loop_exits=false)v8::internal::compiler::JSGraphAssemblerinline
kMarkLoopExitsv8::internal::compiler::JSCallReducerAssemblerprivatestatic
Load(MachineType type, Node *object, Node *offset)v8::internal::compiler::GraphAssembler
Load(MachineType type, Node *object, int offset)v8::internal::compiler::GraphAssembler
LoadElement(ElementAccess const &, Node *object, Node *index)v8::internal::compiler::JSGraphAssembler
LoadElement(ElementAccess const &access, TNode< HeapObject > object, TNode< Number > index)v8::internal::compiler::JSGraphAssemblerinline
LoadElementsKind(TNode< Map > map)v8::internal::compiler::JSGraphAssembler
LoadField(FieldAccess const &, Node *object)v8::internal::compiler::JSGraphAssembler
LoadField(FieldAccess const &access, TNode< HeapObject > object)v8::internal::compiler::JSGraphAssemblerinline
LoadFramePointer()v8::internal::compiler::GraphAssembler
LoadHeapNumberValue(Node *heap_number)v8::internal::compiler::GraphAssembler
LoadMap(TNode< HeapObject > object)v8::internal::compiler::JSGraphAssembler
v8::internal::compiler::GraphAssembler::LoadMap(Node *object)v8::internal::compiler::GraphAssembler
LoadMapElementsKind(TNode< Map > map)v8::internal::compiler::JSCallReducerAssembler
LoadRootRegister()v8::internal::compiler::GraphAssembler
LoadTrapOnNull(MachineType type, Node *object, Node *offset)v8::internal::compiler::GraphAssembler
LoadUnaligned(MachineType type, Node *object, Node *offset)v8::internal::compiler::GraphAssembler
LookupByteShiftForElementsKind(TNode< Uint32T > elements_kind)v8::internal::compiler::JSGraphAssembler
LookupByteSizeForElementsKind(TNode< Uint32T > elements_kind)v8::internal::compiler::JSGraphAssembler
loop_headers_v8::internal::compiler::GraphAssemblerprivate
loop_nesting_level_v8::internal::compiler::GraphAssemblerprivate
machine() constv8::internal::compiler::GraphAssemblerinlineprotected
MachineBranch(TNode< Word32T > condition, GraphAssemblerLabel< sizeof...(Vars)> *if_true, GraphAssemblerLabel< sizeof...(Vars)> *if_false, BranchHint hint, Vars...)v8::internal::compiler::GraphAssembler
MachineSelect(TNode< Word32T > cond, TNode< T > true_value, TNode< T > false_value, BranchHint hint=BranchHint::kNone)v8::internal::compiler::JSGraphAssemblerinline
MachineSelectIf(TNode< Word32T > cond)v8::internal::compiler::JSGraphAssemblerinline
MakeDeferredLabel(Reps... reps)v8::internal::compiler::GraphAssemblerinline
MakeLabel(Reps... reps)v8::internal::compiler::GraphAssemblerinline
MakeLabelFor(GraphAssemblerLabelType type, Reps... reps)v8::internal::compiler::GraphAssemblerinline
MakeLabelFor(GraphAssemblerLabelType type, base::SmallVector< MachineRepresentation, 4 > reps)v8::internal::compiler::GraphAssemblerinline
MakeLoopLabel(Reps... reps)v8::internal::compiler::GraphAssemblerinline
mark_loop_exits_v8::internal::compiler::GraphAssemblerprivate
MaybeGrowFastElements(ElementsKind kind, const FeedbackSource &feedback, TNode< JSArray > array, TNode< FixedArrayBase > elements, TNode< Number > new_length, TNode< Number > old_length)v8::internal::compiler::JSGraphAssembler
MaybeInsertMapChecks(MapInference *inference, bool has_stability_dependency)v8::internal::compiler::JSCallReducerAssemblerinline
MayThrow(const NodeGenerator0 &body)v8::internal::compiler::JSGraphAssemblerinline
mcgraph() constv8::internal::compiler::GraphAssemblerinlineprotected
mcgraph_v8::internal::compiler::GraphAssemblerprivate
MergeState(detail::GraphAssemblerLabelForVars< Vars... > *label, Vars... vars)v8::internal::compiler::GraphAssemblerprotected
NewTargetInput() constv8::internal::compiler::PromiseBuiltinReducerAssemblerinline
node_v8::internal::compiler::JSCallReducerAssemblerprivate
node_changed_callback_v8::internal::compiler::GraphAssemblerprivate
node_ptr() constv8::internal::compiler::JSCallReducerAssemblerinline
NodeGenerator0 typedefv8::internal::compiler::JSGraphAssembler
NumberAdd(TNode< Number > lhs, TNode< Number > rhs)v8::internal::compiler::JSGraphAssembler
NumberBitwiseAnd(TNode< Number > lhs, TNode< Number > rhs)v8::internal::compiler::JSGraphAssembler
NumberBitwiseOr(TNode< Number > lhs, TNode< Number > rhs)v8::internal::compiler::JSGraphAssembler
NumberConstant(double value)v8::internal::compiler::JSGraphAssembler
NumberDivide(TNode< Number > lhs, TNode< Number > rhs)v8::internal::compiler::JSGraphAssembler
NumberEqual(TNode< Number > lhs, TNode< Number > rhs)v8::internal::compiler::JSGraphAssembler
NumberFloor(TNode< Number > value)v8::internal::compiler::JSGraphAssembler
NumberInc(TNode< Number > value)v8::internal::compiler::JSCallReducerAssemblerinline
NumberIsFloat64Hole(TNode< Number > value)v8::internal::compiler::JSGraphAssembler
NumberLessThan(TNode< Number > lhs, TNode< Number > rhs)v8::internal::compiler::JSGraphAssembler
NumberLessThanOrEqual(TNode< Number > lhs, TNode< Number > rhs)v8::internal::compiler::JSGraphAssembler
NumberMax(TNode< Number > lhs, TNode< Number > rhs)v8::internal::compiler::JSGraphAssembler
NumberMin(TNode< Number > lhs, TNode< Number > rhs)v8::internal::compiler::JSGraphAssembler
NumberShiftRightLogical(TNode< Number > lhs, TNode< Number > rhs)v8::internal::compiler::JSGraphAssembler
NumberSubtract(TNode< Number > lhs, TNode< Number > rhs)v8::internal::compiler::JSGraphAssembler
ObjectIsCallable(TNode< Object > value)v8::internal::compiler::JSGraphAssembler
ObjectIsSmi(TNode< Object > value)v8::internal::compiler::JSGraphAssembler
ObjectIsUndetectable(TNode< Object > value)v8::internal::compiler::JSGraphAssembler
outermost_catch_scope_v8::internal::compiler::JSGraphAssemblerprotected
outermost_handler() constv8::internal::compiler::JSGraphAssemblerinline
outermost_handler_v8::internal::compiler::JSGraphAssemblerprotected
Parameter(int index)v8::internal::compiler::GraphAssembler
PlainPrimitiveToNumber(TNode< Object > value)v8::internal::compiler::JSGraphAssembler
PlainPrimitiveToNumberOperator()v8::internal::compiler::JSGraphAssemblerprotected
Projection(int index, Node *value, Node *ctrl=nullptr)v8::internal::compiler::GraphAssembler
PromiseBuiltinReducerAssembler(JSCallReducer *reducer, Node *node)v8::internal::compiler::PromiseBuiltinReducerAssemblerinline
ProtectedLoad(MachineType type, Node *object, Node *offset)v8::internal::compiler::GraphAssembler
ProtectedStore(MachineRepresentation rep, Node *object, Node *offset, Node *value)v8::internal::compiler::GraphAssembler
ReceiverInput() constv8::internal::compiler::JSCallReducerAssemblerinline
ReceiverInputAs() constv8::internal::compiler::JSCallReducerAssemblerinline
ReduceJSCallMathMinMaxWithArrayLike(Builtin builtin)v8::internal::compiler::JSCallReducerAssembler
ReduceJSCallWithArrayLikeOrSpreadOfEmpty(std::unordered_set< Node * > *generated_calls_with_array_like_or_spread)v8::internal::compiler::JSCallReducerAssembler
ReduceMathBinary(const Operator *op)v8::internal::compiler::JSCallReducerAssembler
ReduceMathUnary(const Operator *op)v8::internal::compiler::JSCallReducerAssembler
ReducePromiseConstructor(NativeContextRef native_context)v8::internal::compiler::PromiseBuiltinReducerAssembler
ReduceStringPrototypeCharAt()v8::internal::compiler::JSCallReducerAssembler
ReduceStringPrototypeCharAt(StringRef s, uint32_t index)v8::internal::compiler::JSCallReducerAssembler
ReduceStringPrototypeEndsWith()v8::internal::compiler::JSCallReducerAssembler
ReduceStringPrototypeEndsWith(StringRef search_element_string)v8::internal::compiler::JSCallReducerAssembler
ReduceStringPrototypeSlice()v8::internal::compiler::JSCallReducerAssembler
ReduceStringPrototypeStartsWith()v8::internal::compiler::JSCallReducerAssembler
ReduceStringPrototypeStartsWith(StringRef search_element_string)v8::internal::compiler::JSCallReducerAssembler
ReduceStringPrototypeSubstring()v8::internal::compiler::JSCallReducerAssembler
ReferenceEqual(TNode< Object > lhs, TNode< Object > rhs)v8::internal::compiler::JSGraphAssembler
Reset()v8::internal::compiler::GraphAssembler
Retain(Node *buffer)v8::internal::compiler::GraphAssembler
RuntimeAbort(AbortReason reason)v8::internal::compiler::GraphAssembler
SelectIf(TNode< Boolean > cond)v8::internal::compiler::JSGraphAssemblerinline
SelectIfNot(TNode< Boolean > cond)v8::internal::compiler::JSGraphAssemblerinline
simplified() overridev8::internal::compiler::JSGraphAssemblerinlinevirtual
SmiConstant(int32_t value)v8::internal::compiler::JSGraphAssembler
SmiLessThan(Node *left, Node *right)v8::internal::compiler::GraphAssembler
SmiSub(Node *left, Node *right)v8::internal::compiler::GraphAssembler
SpeculativeToNumber(TNode< Object > value, NumberOperationHint hint=NumberOperationHint::kNumberOrOddball)v8::internal::compiler::JSCallReducerAssembler
StackSlot(int size, int alignment, bool is_tagged=false)v8::internal::compiler::GraphAssembler
start() constv8::internal::compiler::GraphAssemblerinline
StepFunction1 typedefv8::internal::compiler::JSCallReducerAssembler
Store(StoreRepresentation rep, Node *object, Node *offset, Node *value)v8::internal::compiler::GraphAssembler
Store(StoreRepresentation rep, Node *object, int offset, Node *value)v8::internal::compiler::GraphAssembler
StoreContextSlot(TNode< Context > context, size_t slot_index, TNode< Object > value)v8::internal::compiler::PromiseBuiltinReducerAssemblerinlineprivate
StoreElement(ElementAccess const &, Node *object, Node *index, Node *value)v8::internal::compiler::JSGraphAssembler
StoreField(FieldAccess const &, Node *object, Node *value)v8::internal::compiler::JSGraphAssembler
StoreTrapOnNull(StoreRepresentation rep, Node *object, Node *offset, Node *value)v8::internal::compiler::GraphAssembler
StoreUnaligned(MachineRepresentation rep, Node *object, Node *offset, Node *value)v8::internal::compiler::GraphAssembler
StringCharCodeAt(TNode< String > string, TNode< Number > position)v8::internal::compiler::JSGraphAssembler
StringFromSingleCharCode(TNode< Number > code)v8::internal::compiler::JSGraphAssembler
StringLength(TNode< String > string)v8::internal::compiler::JSGraphAssembler
StringSubstring(TNode< String > string, TNode< Number > from, TNode< Number > to)v8::internal::compiler::JSGraphAssembler
TaggedEqual(Node *left, Node *right)v8::internal::compiler::GraphAssembler
TailCall(const CallDescriptor *call_descriptor, int inputs_size, Node **inputs)v8::internal::compiler::GraphAssembler
TargetInput() constv8::internal::compiler::PromiseBuiltinReducerAssemblerinline
temp_zone() constv8::internal::compiler::GraphAssemblerinlineprotected
temp_zone_v8::internal::compiler::GraphAssemblerprivate
ThrowIfNotCallable(TNode< Object > maybe_callable, FrameState frame_state)v8::internal::compiler::JSCallReducerAssemblerinline
to_number_operator_v8::internal::compiler::JSGraphAssemblerprivate
ToBoolean(TNode< Object > value)v8::internal::compiler::JSGraphAssembler
TransitionAndStoreElement(MapRef double_map, MapRef fast_map, TNode< HeapObject > object, TNode< Number > index, TNode< Object > value)v8::internal::compiler::JSGraphAssembler
TruncateFloat64ToInt64(Node *value, TruncateKind kind)v8::internal::compiler::GraphAssembler
Try(const VoidGenerator0 &try_body)v8::internal::compiler::JSCallReducerAssemblerinline
TypedArrayLength(TNode< JSTypedArray > typed_array, std::set< ElementsKind > elements_kinds_candidates, TNode< Context > context)v8::internal::compiler::JSGraphAssembler
TypeGuard(Type type, Node *value)v8::internal::compiler::GraphAssembler
TypeGuard(Type type, TNode< T > value)v8::internal::compiler::GraphAssemblerinline
TypeGuardFixedArrayLength(TNode< Object > value)v8::internal::compiler::JSCallReducerAssembler
TypeGuardNonInternal(TNode< Object > value)v8::internal::compiler::JSCallReducerAssembler
TypeGuardUnsignedSmall(TNode< Object > value)v8::internal::compiler::JSCallReducerAssembler
Uint32Constant(uint32_t value)v8::internal::compiler::GraphAssembler
Uint64Constant(uint64_t value)v8::internal::compiler::GraphAssembler
UintPtrAdd(TNode< UintPtrT > left, TNode< UintPtrT > right)v8::internal::compiler::GraphAssembler
UintPtrConstant(uintptr_t value)v8::internal::compiler::GraphAssembler
UintPtrDiv(TNode< UintPtrT > left, TNode< UintPtrT > right)v8::internal::compiler::GraphAssembler
UintPtrLessThan(TNode< UintPtrT > left, TNode< UintPtrT > right)v8::internal::compiler::GraphAssembler
UintPtrLessThanOrEqual(TNode< UintPtrT > left, TNode< UintPtrT > right)v8::internal::compiler::GraphAssembler
UintPtrSub(TNode< UintPtrT > left, TNode< UintPtrT > right)v8::internal::compiler::GraphAssembler
UniqueIntPtrConstant(intptr_t value)v8::internal::compiler::GraphAssembler
Unreachable()v8::internal::compiler::GraphAssembler
UnreachableWithoutConnectToEnd()v8::internal::compiler::GraphAssembler
UpdateEffectControlWith(Node *node)v8::internal::compiler::GraphAssemblerinline
VoidGenerator0 typedefv8::internal::compiler::JSGraphAssembler
~GraphAssembler()v8::internal::compiler::GraphAssemblervirtual