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 | |
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 | |
catch_scope() const | v8::internal::compiler::JSGraphAssembler | inline |
catch_scope_ | v8::internal::compiler::JSGraphAssembler | protected |
CatchScope class | v8::internal::compiler::JSGraphAssembler | friend |
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 | |
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(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(Node *value, const FeedbackSource &feedback={}) | v8::internal::compiler::JSGraphAssembler | |
ClearPendingMessage() | v8::internal::compiler::JSGraphAssembler | |
common() const | v8::internal::compiler::GraphAssembler | inlineprotected |
ConnectUnreachableToEnd() | v8::internal::compiler::GraphAssembler | |
Constant(ObjectRef ref) | v8::internal::compiler::JSGraphAssembler | |
control() const | v8::internal::compiler::GraphAssembler | inline |
control_ | v8::internal::compiler::GraphAssembler | private |
ConvertTaggedHoleToUndefined(TNode< Object > value) | v8::internal::compiler::JSGraphAssembler | |
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 | |
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::JSGraphAssembler | inline |
ExitMachineGraph(TNode< U > input, MachineRepresentation output_representation, Type output_type) | v8::internal::compiler::JSGraphAssembler | inline |
ExternalConstant(ExternalReference ref) | v8::internal::compiler::GraphAssembler | |
Float64Constant(double value) | v8::internal::compiler::GraphAssembler | |
Float64RoundDown(Node *value) | v8::internal::compiler::GraphAssembler | |
Float64RoundTruncate(Node *value) | v8::internal::compiler::GraphAssembler | |
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 | |
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 |
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 | |
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 | |
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 |
node_changed_callback_ | v8::internal::compiler::GraphAssembler | private |
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 | |
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 | |
ProtectedLoad(MachineType type, Node *object, Node *offset) | v8::internal::compiler::GraphAssembler | |
ProtectedStore(MachineRepresentation rep, Node *object, Node *offset, Node *value) | v8::internal::compiler::GraphAssembler | |
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 | |
StackSlot(int size, int alignment, bool is_tagged=false) | v8::internal::compiler::GraphAssembler | |
start() const | v8::internal::compiler::GraphAssembler | inline |
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 | |
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 | |
temp_zone() const | v8::internal::compiler::GraphAssembler | inlineprotected |
temp_zone_ | v8::internal::compiler::GraphAssembler | private |
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 | |
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 |
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 |