/third_party/node/deps/v8/src/compiler/ |
H A D | checkpoint-elimination.cc | 21 Node* frame_state = NodeProperties::GetFrameStateInput(checkpoint); in GetFunctionInfo() local
|
H A D | common-operator-reducer.cc | 149 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional() local
|
H A D | js-type-hint-lowering.cc | 574 Node* frame_state = in BuildDeoptIfFeedbackIsInsufficient() local
|
H A D | branch-elimination.cc | 316 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional() local
|
H A D | js-intrinsic-lowering.cc | 123 Node* const frame_state = NodeProperties::GetFrameStateInput(node); in ReduceDeoptimizeNow() local
|
H A D | node-properties.cc | 134 void NodeProperties::ReplaceFrameStateInput(Node* node, Node* frame_state) { in ReplaceFrameStateInput() argument 136 node->ReplaceInput(FirstFrameStateIndex(node), frame_state); in ReplaceFrameStateInput() local 224 Node* frame_state = GetFrameStateInput(effect); in FindFrameStateBefore() local
|
H A D | verifier.cc | 171 Node* frame_state = NodeProperties::GetFrameStateInput(node); in Check() local
|
H A D | js-inlining.cc | 67 FrameState frame_state() const { in frame_state() function in v8::internal::compiler::JSCallAccessor 457 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSWasmCall() local 88 InlineJSWasmCall(Node* call, Node* new_target, Node* context, Node* frame_state, StartNode start, Node* end, Node* exception_target, const NodeVector& uncaught_subcalls) InlineJSWasmCall() argument 101 InlineCall(Node* call, Node* new_target, Node* context, Node* frame_state, StartNode start, Node* end, Node* exception_target, const NodeVector& uncaught_subcalls, int argument_count) InlineCall() argument 614 FrameState frame_state = call.frame_state(); ReduceJSCall() local [all...] |
H A D | js-inlining-heuristic.cc | 370 bool CollectFrameStateUniqueUses(Node* node, FrameState frame_state, in CollectFrameStateUniqueUses() argument 389 DuplicateFrameStateAndRename( FrameState frame_state, Node* from, Node* to, StateCloneMode mode) DuplicateFrameStateAndRename() argument [all...] |
H A D | simplified-operator.h | 1105 FrameState frame_state() const { in frame_state() function in v8::internal::AbortReason::SimplifiedNodeWrapperBase
|
H A D | graph-assembler.cc | 391 Node* GraphAssembler::Checkpoint(FrameState frame_state) { in Checkpoint() argument 512 DeoptimizeIf(DeoptimizeReason reason, FeedbackSource const& feedback, Node* condition, Node* frame_state) DeoptimizeIf() argument 519 DeoptimizeIfNot(DeoptimizeReason reason, FeedbackSource const& feedback, Node* condition, Node* frame_state) DeoptimizeIfNot() argument
|
H A D | js-operator.h | 1143 FrameState frame_state() const { in frame_state() function in v8::internal::compiler::JSNodeWrapperBase
|
H A D | js-call-reducer.cc | 615 ThrowIfNotCallable(TNode<Object> maybe_callable, FrameState frame_state) ThrowIfNotCallable() argument 869 CallPromiseExecutor(TNode<Object> executor, TNode<JSFunction> resolve, TNode<JSFunction> reject, FrameState frame_state) CallPromiseExecutor() argument 885 CallPromiseReject(TNode<JSFunction> reject, TNode<Object> exception, FrameState frame_state) CallPromiseReject() argument 1080 JSCall3( TNode<Object> function, TNode<Object> this_arg, TNode<Object> arg0, TNode<Object> arg1, TNode<Object> arg2, FrameState frame_state) JSCall3() argument 1096 JSCall4( TNode<Object> function, TNode<Object> this_arg, TNode<Object> arg0, TNode<Object> arg1, TNode<Object> arg2, TNode<Object> arg3, FrameState frame_state) JSCall4() argument [all...] |
H A D | js-create-lowering.cc | 39 FrameState GetArgumentsFrameState(FrameState frame_state) { in GetArgumentsFrameState() argument 1427 TryAllocateArguments(Node* effect, Node* control, FrameState frame_state) TryAllocateArguments() argument 1455 TryAllocateRestArguments(Node* effect, Node* control, FrameState frame_state, int start_index) TryAllocateRestArguments() argument 1487 TryAllocateAliasedArguments( Node* effect, Node* control, FrameState frame_state, Node* context, const SharedFunctionInfoRef& shared, bool* has_aliased_arguments) TryAllocateAliasedArguments() argument [all...] |
H A D | js-generic-lowering.cc | 276 FrameState frame_state = n.frame_state(); in LowerJSLoadProperty() local 300 FrameState frame_state = n.frame_state(); in LowerJSLoadNamed() local 358 FrameState frame_state = n.frame_state(); in LowerJSLoadGlobal() local 405 FrameState frame_state in LowerJSSetKeyedProperty() local 429 FrameState frame_state = n.frame_state(); LowerJSDefineKeyedOwnProperty() local 447 FrameState frame_state = n.frame_state(); LowerJSSetNamedProperty() local 477 FrameState frame_state = n.frame_state(); LowerJSDefineNamedOwnProperty() local 499 FrameState frame_state = n.frame_state(); LowerJSStoreGlobal() local [all...] |
H A D | js-native-context-specialization.cc | 219 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSAsyncFunctionEnter() local 256 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSAsyncFunctionReject() local 292 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSAsyncFunctionResolve() local 389 FrameState frame_state = n.frame_state(); ReduceJSInstanceOf() local 1453 FrameState frame_state = n.frame_state(); ReduceJSGetIterator() local 1742 Node* frame_state = ReduceElementAccess() local 1983 Node* frame_state = ReduceEagerDeoptimize() local 2144 InlinePropertyGetterCall( Node* receiver, ConvertReceiverMode receiver_mode, Node* lookup_start_object, Node* context, Node* frame_state, Node** effect, Node** control, ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info) InlinePropertyGetterCall() argument 2193 InlinePropertySetterCall( Node* receiver, Node* value, Node* context, Node* frame_state, Node** effect, Node** control, ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info) InlinePropertySetterCall() argument 2226 InlineApiCall( Node* receiver, Node* holder, Node* frame_state, Node* value, Node** effect, Node** control, FunctionTemplateInfoRef const& function_template_info) InlineApiCall() argument 2276 BuildPropertyLoad( Node* lookup_start_object, Node* receiver, Node* context, Node* frame_state, Node* effect, Node* control, NameRef const& name, ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info) BuildPropertyLoad() argument 2349 BuildPropertyAccess( Node* lookup_start_object, Node* receiver, Node* value, Node* context, Node* frame_state, Node* effect, Node* control, NameRef const& name, ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info, AccessMode access_mode) BuildPropertyAccess() argument 2374 BuildPropertyStore( Node* receiver, Node* value, Node* context, Node* frame_state, Node* effect, Node* control, NameRef const& name, ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info, AccessMode access_mode) BuildPropertyStore() argument [all...] |
H A D | js-typed-lowering.cc | 585 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSAdd() local 1113 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSToObject() local 1193 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSHasInPrototypeChain() local 1848 FrameState frame_state = n.frame_state(); in ReduceJSForInNext() local 2220 Node* frame_state = NodeProperties::GetFrameStateInput(node); ReduceObjectIsArray() local [all...] |
H A D | simplified-lowering.cc | 4393 Node* frame_state = node->InputAt(2); in DoJSToNumberOrNumericTruncatesToFloat64() local 4495 Node* frame_state = node->InputAt(2); in DoJSToNumberOrNumericTruncatesToWord32() local
|
H A D | effect-control-linearizer.cc | 742 Node* frame_state = nullptr; Run() local 832 ProcessNode(Node* node, Node** frame_state) ProcessNode() argument 916 TryWireInStateEffect(Node* node, Node* frame_state) TryWireInStateEffect() argument 1790 LowerCheckClosure(Node* node, Node* frame_state) LowerCheckClosure() argument 1816 MigrateInstanceOrDeopt( Node* value, Node* value_map, Node* frame_state, FeedbackSource const& feedback_source, DeoptimizeReason reason) MigrateInstanceOrDeopt() argument 1838 LowerCheckMaps(Node* node, Node* frame_state) LowerCheckMaps() argument 1962 LowerCheckNumber(Node* node, Node* frame_state) LowerCheckNumber() argument 1984 LowerCheckReceiver(Node* node, Node* frame_state) LowerCheckReceiver() argument 2000 LowerCheckReceiverOrNullOrUndefined( Node* node, Node* frame_state) LowerCheckReceiverOrNullOrUndefined() argument 2023 LowerCheckSymbol(Node* node, Node* frame_state) LowerCheckSymbol() argument 2035 LowerCheckString(Node* node, Node* frame_state) LowerCheckString() argument 2050 LowerCheckInternalizedString(Node* node, Node* frame_state) LowerCheckInternalizedString() argument 2068 LowerCheckIf(Node* node, Node* frame_state) LowerCheckIf() argument 2091 LowerCheckedInt32Add(Node* node, Node* frame_state) LowerCheckedInt32Add() argument 2103 LowerCheckedInt32Sub(Node* node, Node* frame_state) LowerCheckedInt32Sub() argument 2115 LowerCheckedInt32Div(Node* node, Node* frame_state) LowerCheckedInt32Div() argument 2216 SmiTagOrDeopt(Node* value, const CheckParameters& params, Node* frame_state) SmiTagOrDeopt() argument 2256 LowerCheckedInt32Mod(Node* node, Node* frame_state) LowerCheckedInt32Mod() argument 2337 LowerCheckedUint32Div(Node* node, Node* frame_state) LowerCheckedUint32Div() argument 2375 LowerCheckedUint32Mod(Node* node, Node* frame_state) LowerCheckedUint32Mod() argument 2391 LowerCheckedInt32Mul(Node* node, Node* frame_state) LowerCheckedInt32Mul() argument 2425 LowerCheckedInt32ToTaggedSigned( Node* node, Node* frame_state) LowerCheckedInt32ToTaggedSigned() argument 2433 LowerCheckedInt64ToInt32(Node* node, Node* frame_state) LowerCheckedInt64ToInt32() argument 2445 LowerCheckedInt64ToTaggedSigned( Node* node, Node* frame_state) LowerCheckedInt64ToTaggedSigned() argument 2462 LowerCheckedUint32Bounds(Node* node, Node* frame_state) LowerCheckedUint32Bounds() argument 2488 LowerCheckedUint32ToInt32(Node* node, Node* frame_state) LowerCheckedUint32ToInt32() argument 2498 LowerCheckedUint32ToTaggedSigned( Node* node, Node* frame_state) LowerCheckedUint32ToTaggedSigned() argument 2508 LowerCheckedUint64Bounds(Node* node, Node* frame_state) LowerCheckedUint64Bounds() argument 2533 LowerCheckedUint64ToInt32(Node* node, Node* frame_state) LowerCheckedUint64ToInt32() argument 2544 LowerCheckedUint64ToTaggedSigned( Node* node, Node* frame_state) LowerCheckedUint64ToTaggedSigned() argument 2556 BuildCheckedFloat64ToInt32( CheckForMinusZeroMode mode, const FeedbackSource& feedback, Node* value, Node* frame_state) BuildCheckedFloat64ToInt32() argument 2586 BuildCheckedFloat64ToIndex( const FeedbackSource& feedback, Node* value, Node* frame_state) BuildCheckedFloat64ToIndex() argument 2616 LowerCheckedFloat64ToInt32(Node* node, Node* frame_state) LowerCheckedFloat64ToInt32() argument 2625 BuildCheckedFloat64ToInt64( CheckForMinusZeroMode mode, const FeedbackSource& feedback, Node* value, Node* frame_state) BuildCheckedFloat64ToInt64() argument 2656 LowerCheckedFloat64ToInt64(Node* node, Node* frame_state) LowerCheckedFloat64ToInt64() argument 2665 LowerCheckedTaggedSignedToInt32( Node* node, Node* frame_state) LowerCheckedTaggedSignedToInt32() argument 2675 LowerCheckedTaggedToArrayIndex( Node* node, Node* frame_state) LowerCheckedTaggedToArrayIndex() argument 2727 LowerCheckedTaggedToInt32(Node* node, Node* frame_state) LowerCheckedTaggedToInt32() argument 2756 LowerCheckedTaggedToInt64(Node* node, Node* frame_state) LowerCheckedTaggedToInt64() argument 2786 BuildCheckedHeapNumberOrOddballToFloat64( CheckTaggedInputMode mode, const FeedbackSource& feedback, Node* value, Node* frame_state) BuildCheckedHeapNumberOrOddballToFloat64() argument 2834 LowerCheckedTaggedToFloat64(Node* node, Node* frame_state) LowerCheckedTaggedToFloat64() argument 2861 LowerCheckedTaggedToTaggedSigned( Node* node, Node* frame_state) LowerCheckedTaggedToTaggedSigned() argument 2873 LowerCheckedTaggedToTaggedPointer( Node* node, Node* frame_state) LowerCheckedTaggedToTaggedPointer() argument 2884 LowerCheckBigInt(Node* node, Node* frame_state) LowerCheckBigInt() argument 2996 LowerCheckedTruncateTaggedToWord32( Node* node, Node* frame_state) LowerCheckedTruncateTaggedToWord32() argument 4358 LowerBigIntAdd(Node* node, Node* frame_state) LowerBigIntAdd() argument 4378 LowerBigIntSubtract(Node* node, Node* frame_state) LowerBigIntSubtract() argument 4412 LowerCheckFloat64Hole(Node* node, Node* frame_state) LowerCheckFloat64Hole() argument 4442 LowerCheckNotTaggedHole(Node* node, Node* frame_state) LowerCheckNotTaggedHole() argument 4468 LowerCheckEqualsInternalizedString( Node* node, Node* frame_state) LowerCheckEqualsInternalizedString() argument 4545 LowerCheckEqualsSymbol(Node* node, Node* frame_state) LowerCheckEqualsSymbol() argument 4763 LowerMaybeGrowFastElements(Node* node, Node* frame_state) LowerMaybeGrowFastElements() argument [all...] |
H A D | wasm-compiler.cc | 2989 BuildCallNode(const wasm::FunctionSig* sig, base::Vector<Node*> args, wasm::WasmCodePosition position, Node* instance_node, const Operator* op, Node* frame_state) BuildCallNode() argument 3026 BuildWasmCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, Node* instance_node, Node* frame_state) BuildWasmCall() argument [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-interpreter-frame-state.h | 344 const CompactInterpreterFrameState& frame_state() const { in frame_state() function in v8::internal::maglev::MergePointInterpreterFrameState
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | private-lib-roles-h2.h | 295 uint8_t frame_state; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.h | 113 Node* frame_state() const { in frame_state() function in v8::internal::compiler::final 58 ForDeoptimize(FlagsCondition condition, DeoptimizeReason reason, NodeId node_id, FeedbackSource const& feedback, FrameState frame_state) ForDeoptimize() argument 66 ForDeoptimizeForTesting( FlagsCondition condition, DeoptimizeReason reason, NodeId node_id, FeedbackSource const& feedback, Node* frame_state) ForDeoptimizeForTesting() argument 201 FlagsContinuation(FlagsMode mode, FlagsCondition condition, DeoptimizeReason reason, NodeId node_id, FeedbackSource const& feedback, Node* frame_state) FlagsContinuation() argument [all...] |
H A D | instruction-selector.cc | 892 AppendDeoptimizeArguments( InstructionOperandVector* args, DeoptimizeReason reason, NodeId node_id, FeedbackSource const& feedback, FrameState frame_state) AppendDeoptimizeArguments() argument 3156 VisitDeoptimize(DeoptimizeReason reason, NodeId node_id, FeedbackSource const& feedback, FrameState frame_state) VisitDeoptimize() argument [all...] |