AdaptLocalArgument(Node *argument) | v8::internal::compiler::GraphAssembler | |
AddClonedNode(Node *node) | v8::internal::compiler::GraphAssembler | protected |
AddInlineReducer(Reducer *reducer) | v8::internal::compiler::GraphAssembler | inline |
AddNode(Node *node) | v8::internal::compiler::GraphAssembler | |
AddNode(Node *node) | v8::internal::compiler::GraphAssembler | inline |
Allocate(AllocationType allocation, Node *size) | v8::internal::compiler::JSGraphAssembler | |
AllocateEmptyJSArray(ElementsKind kind, NativeContextRef native_context) | v8::internal::compiler::JSCallReducerAssembler | |
Argument(int index) const | v8::internal::compiler::JSCallReducerAssembler | inline |
ArgumentAs(int index) const | v8::internal::compiler::JSCallReducerAssembler | inline |
ArgumentCount() const | v8::internal::compiler::JSCallReducerAssembler | inline |
ArgumentOrNaN(int index) | v8::internal::compiler::JSCallReducerAssembler | inline |
ArgumentOrUndefined(int index) | v8::internal::compiler::JSCallReducerAssembler | inline |
ArgumentOrZero(int index) | v8::internal::compiler::JSCallReducerAssembler | inline |
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::GraphAssembler | private |
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() const | v8::internal::compiler::JSGraphAssembler | inline |
broker_ | v8::internal::compiler::JSGraphAssembler | private |
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::PromiseBuiltinReducerAssembler | inlineprivate |
CallPromiseReject(TNode< JSFunction > reject, TNode< Object > exception, FrameState frame_state) | v8::internal::compiler::PromiseBuiltinReducerAssembler | inlineprivate |
catch_scope() const | v8::internal::compiler::JSGraphAssembler | inline |
catch_scope_ | v8::internal::compiler::JSGraphAssembler | protected |
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() const | v8::internal::compiler::GraphAssembler | inlineprotected |
ConditionFunction1 typedef | v8::internal::compiler::JSCallReducerAssembler | |
ConnectUnreachableToEnd() | v8::internal::compiler::GraphAssembler | |
Constant(ObjectRef ref) | v8::internal::compiler::JSGraphAssembler | |
ConstructArity() const | v8::internal::compiler::PromiseBuiltinReducerAssembler | inline |
ContextInput() const | v8::internal::compiler::JSCallReducerAssembler | inline |
control() const | v8::internal::compiler::GraphAssembler | inline |
control_ | v8::internal::compiler::GraphAssembler | private |
ConvertHoleToUndefined(TNode< Object > value, ElementsKind kind) | v8::internal::compiler::JSCallReducerAssembler | inline |
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::PromiseBuiltinReducerAssembler | inlineprivate |
CreateFunctionContext(NativeContextRef native_context, TNode< Context > outer_context, int slot_count) | v8::internal::compiler::PromiseBuiltinReducerAssembler | inlineprivate |
CreatePromise(TNode< Context > context) | v8::internal::compiler::PromiseBuiltinReducerAssembler | inlineprivate |
DebugBreak() | v8::internal::compiler::GraphAssembler | |
default_branch_semantics_ | v8::internal::compiler::GraphAssembler | private |
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() const | v8::internal::compiler::JSCallReducerAssembler | inline |
dependencies_ | v8::internal::compiler::JSCallReducerAssembler | private |
DoubleArrayMax(TNode< JSArray > array) | v8::internal::compiler::JSGraphAssembler | |
DoubleArrayMin(TNode< JSArray > array) | v8::internal::compiler::JSGraphAssembler | |
effect() const | v8::internal::compiler::GraphAssembler | inline |
effect_ | v8::internal::compiler::GraphAssembler | private |
EnterMachineGraph(TNode< U > input, UseInfo use_info) | v8::internal::compiler::JSCallReducerAssembler | inline |
ExitMachineGraph(TNode< U > input, MachineRepresentation output_representation, Type output_type) | v8::internal::compiler::JSCallReducerAssembler | inline |
ExternalConstant(ExternalReference ref) | v8::internal::compiler::GraphAssembler | |
feedback() const | v8::internal::compiler::JSCallReducerAssembler | inline |
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::JSCallReducerAssembler | inline |
For1BodyFunction typedef | v8::internal::compiler::JSCallReducerAssembler | |
For1ZeroUntil(TNode< Number > excluded_limit, TNode< Object > initial_arg0) | v8::internal::compiler::JSCallReducerAssembler | inline |
Forever(TNode< Number > initial_value, const StepFunction1 &step) | v8::internal::compiler::JSCallReducerAssembler | inline |
ForZeroUntil(TNode< Number > excluded_limit) | v8::internal::compiler::JSCallReducerAssembler | inline |
FrameStateInput() const | v8::internal::compiler::JSCallReducerAssembler | inline |
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() const | v8::internal::compiler::GraphAssembler | inlineprotected |
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() const | v8::internal::compiler::GraphAssembler | inline |
HeapConstant(Handle< HeapObject > object) | v8::internal::compiler::JSGraphAssembler | |
If(TNode< Boolean > cond) | v8::internal::compiler::JSGraphAssembler | inline |
IfNot(TNode< Boolean > cond) | v8::internal::compiler::JSGraphAssembler | inline |
InitializeEffectControl(Node *effect, Node *control) | v8::internal::compiler::GraphAssembler | |
inline_reducers_ | v8::internal::compiler::GraphAssembler | private |
inline_reductions_blocked_ | v8::internal::compiler::GraphAssembler | private |
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() const | v8::internal::compiler::GraphAssembler | inlineprotected |
isolate() const | v8::internal::compiler::JSGraphAssembler | inline |
IsolateField(IsolateFieldId id) | v8::internal::compiler::GraphAssembler | |
javascript() const | v8::internal::compiler::JSGraphAssembler | inline |
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::JSCallReducerAssembler | inline |
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() const | v8::internal::compiler::JSGraphAssembler | inline |
jsgraph_ | v8::internal::compiler::JSGraphAssembler | private |
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::JSGraphAssembler | inline |
kMarkLoopExits | v8::internal::compiler::JSCallReducerAssembler | privatestatic |
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::JSGraphAssembler | inline |
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::JSGraphAssembler | inline |
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::GraphAssembler | private |
loop_nesting_level_ | v8::internal::compiler::GraphAssembler | private |
machine() const | v8::internal::compiler::GraphAssembler | inlineprotected |
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::JSGraphAssembler | inline |
MachineSelectIf(TNode< Word32T > cond) | v8::internal::compiler::JSGraphAssembler | inline |
MakeDeferredLabel(Reps... reps) | v8::internal::compiler::GraphAssembler | inline |
MakeLabel(Reps... reps) | v8::internal::compiler::GraphAssembler | inline |
MakeLabelFor(GraphAssemblerLabelType type, Reps... reps) | v8::internal::compiler::GraphAssembler | inline |
MakeLabelFor(GraphAssemblerLabelType type, base::SmallVector< MachineRepresentation, 4 > reps) | v8::internal::compiler::GraphAssembler | inline |
MakeLoopLabel(Reps... reps) | v8::internal::compiler::GraphAssembler | inline |
mark_loop_exits_ | v8::internal::compiler::GraphAssembler | private |
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::JSCallReducerAssembler | inline |
MayThrow(const NodeGenerator0 &body) | v8::internal::compiler::JSGraphAssembler | inline |
mcgraph() const | v8::internal::compiler::GraphAssembler | inlineprotected |
mcgraph_ | v8::internal::compiler::GraphAssembler | private |
MergeState(detail::GraphAssemblerLabelForVars< Vars... > *label, Vars... vars) | v8::internal::compiler::GraphAssembler | protected |
NewTargetInput() const | v8::internal::compiler::PromiseBuiltinReducerAssembler | inline |
node_ | v8::internal::compiler::JSCallReducerAssembler | private |
node_changed_callback_ | v8::internal::compiler::GraphAssembler | private |
node_ptr() const | v8::internal::compiler::JSCallReducerAssembler | inline |
NodeGenerator0 typedef | v8::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::JSCallReducerAssembler | inline |
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::JSGraphAssembler | protected |
outermost_handler() const | v8::internal::compiler::JSGraphAssembler | inline |
outermost_handler_ | v8::internal::compiler::JSGraphAssembler | protected |
Parameter(int index) | v8::internal::compiler::GraphAssembler | |
PlainPrimitiveToNumber(TNode< Object > value) | v8::internal::compiler::JSGraphAssembler | |
PlainPrimitiveToNumberOperator() | v8::internal::compiler::JSGraphAssembler | protected |
Projection(int index, Node *value, Node *ctrl=nullptr) | v8::internal::compiler::GraphAssembler | |
PromiseBuiltinReducerAssembler(JSCallReducer *reducer, Node *node) | v8::internal::compiler::PromiseBuiltinReducerAssembler | inline |
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() const | v8::internal::compiler::JSCallReducerAssembler | inline |
ReceiverInputAs() const | v8::internal::compiler::JSCallReducerAssembler | inline |
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::JSGraphAssembler | inline |
SelectIfNot(TNode< Boolean > cond) | v8::internal::compiler::JSGraphAssembler | inline |
simplified() override | v8::internal::compiler::JSGraphAssembler | inlinevirtual |
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() const | v8::internal::compiler::GraphAssembler | inline |
StepFunction1 typedef | v8::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::PromiseBuiltinReducerAssembler | inlineprivate |
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() const | v8::internal::compiler::PromiseBuiltinReducerAssembler | inline |
temp_zone() const | v8::internal::compiler::GraphAssembler | inlineprotected |
temp_zone_ | v8::internal::compiler::GraphAssembler | private |
ThrowIfNotCallable(TNode< Object > maybe_callable, FrameState frame_state) | v8::internal::compiler::JSCallReducerAssembler | inline |
to_number_operator_ | v8::internal::compiler::JSGraphAssembler | private |
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::JSCallReducerAssembler | inline |
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::GraphAssembler | inline |
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::GraphAssembler | inline |
VoidGenerator0 typedef | v8::internal::compiler::JSGraphAssembler | |
~GraphAssembler() | v8::internal::compiler::GraphAssembler | virtual |