Home
last modified time | relevance | path

Searched refs:frame_state (Results 1 - 25 of 34) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc63 void ProcessNode(Node* node, Node** frame_state);
65 bool TryWireInStateEffect(Node* node, Node* frame_state);
81 Node* LowerCheckInternalizedString(Node* node, Node* frame_state);
82 void LowerCheckMaps(Node* node, Node* frame_state);
84 Node* LowerCheckNumber(Node* node, Node* frame_state);
85 Node* LowerCheckClosure(Node* node, Node* frame_state);
86 Node* LowerCheckReceiver(Node* node, Node* frame_state);
87 Node* LowerCheckReceiverOrNullOrUndefined(Node* node, Node* frame_state);
88 Node* LowerCheckString(Node* node, Node* frame_state);
89 Node* LowerCheckBigInt(Node* node, Node* frame_state);
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 Djs-inlining.cc67 FrameState frame_state() const { in frame_state() function in v8::internal::compiler::JSCallAccessor
89 Node* context, Node* frame_state, in InlineJSWasmCall()
95 call, new_target, context, frame_state, start, end, exception_target, in InlineJSWasmCall()
102 Node* frame_state, StartNode start, Node* end, in InlineCall()
156 edge.UpdateTo(frame_state); in InlineCall()
410 jsgraph(), n.context(), n.frame_state(), in ReduceJSWasmCall()
457 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSWasmCall() local
460 return InlineJSWasmCall(node, new_target, context, frame_state, start, end, in ReduceJSWasmCall()
513 for (Node* frame_state = call.frame_state(); in ReduceJSCall()
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 Djs-inlining-heuristic.cc187 FrameState frame_state{NodeProperties::GetFrameStateInput(node)}; in Reduce()
188 FrameStateInfo const& frame_info = frame_state.frame_state_info(); in Reduce()
370 bool CollectFrameStateUniqueUses(Node* node, FrameState frame_state, in CollectFrameStateUniqueUses() argument
374 if (frame_state->UseCount() > 1) return true; in CollectFrameStateUniqueUses()
375 if (frame_state.stack() == node) { in CollectFrameStateUniqueUses()
377 uses_buffer[*use_count] = {frame_state, FrameState::kFrameStateStackInput}; in CollectFrameStateUniqueUses()
380 if (!CollectStateValuesOwnedUses(node, frame_state.locals(), uses_buffer, in CollectFrameStateUniqueUses()
390 FrameState frame_state, Node* from, Node* to, StateCloneMode mode) { in DuplicateFrameStateAndRename()
393 if (frame_state->UseCount() > 1) return frame_state; in DuplicateFrameStateAndRename()
389 DuplicateFrameStateAndRename( FrameState frame_state, Node* from, Node* to, StateCloneMode mode) DuplicateFrameStateAndRename() argument
[all...]
H A Dcheckpoint-elimination.cc21 Node* frame_state = NodeProperties::GetFrameStateInput(checkpoint); in GetFunctionInfo() local
22 return frame_state->opcode() == IrOpcode::kFrameState in GetFunctionInfo()
23 ? FrameStateInfoOf(frame_state->op()).function_info() in GetFunctionInfo()
H A Djs-native-context-specialization.h151 Node* frame_state, Node* effect, Node* control, NameRef const& name,
156 Node* frame_state, Node* effect, Node* control, NameRef const& name,
160 Node* context, Node* frame_state,
174 Node* frame_state, Node** effect,
179 Node* frame_state, Node** effect,
183 Node* InlineApiCall(Node* receiver, Node* holder, Node* frame_state,
H A Djs-generic-lowering.cc276 FrameState frame_state = n.frame_state(); in LowerJSLoadProperty() local
277 Node* outer_state = frame_state.outer_frame_state(); in LowerJSLoadProperty()
300 FrameState frame_state = n.frame_state(); in LowerJSLoadNamed() local
301 Node* outer_state = frame_state.outer_frame_state(); in LowerJSLoadNamed()
358 FrameState frame_state = n.frame_state(); in LowerJSLoadGlobal() local
359 Node* outer_state = frame_state.outer_frame_state(); in LowerJSLoadGlobal()
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 Djs-inlining.h74 Node* frame_state, StartNode start, Node* end,
80 Node* frame_state, StartNode start, Node* end,
H A Djs-create-lowering.h89 FrameState frame_state);
91 FrameState frame_state, int start_index);
93 FrameState frame_state, Node* context,
H A Djs-native-context-specialization.cc219 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSAsyncFunctionEnter() local
230 // extracted from the top-most frame in {frame_state}. in ReduceJSAsyncFunctionEnter()
233 FrameStateInfoOf(frame_state->op()).shared_info().ToHandleChecked()); in ReduceJSAsyncFunctionEnter()
256 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSAsyncFunctionReject() local
268 // {frame_state} that will ensure that lazy deoptimizations at this in ReduceJSAsyncFunctionReject()
272 frame_state = CreateStubBuiltinContinuationFrameState( in ReduceJSAsyncFunctionReject()
274 parameters, arraysize(parameters), frame_state, in ReduceJSAsyncFunctionReject()
281 debug_event, context, frame_state, effect, control); in ReduceJSAsyncFunctionReject()
292 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSAsyncFunctionResolve() local
304 // {frame_state} tha in ReduceJSAsyncFunctionResolve()
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 Djs-create-lowering.cc39 FrameState GetArgumentsFrameState(FrameState frame_state) { in GetArgumentsFrameState() argument
40 FrameState outer_state{NodeProperties::GetFrameStateInput(frame_state)}; in GetArgumentsFrameState()
44 : frame_state; in GetArgumentsFrameState()
151 FrameState frame_state{NodeProperties::GetFrameStateInput(node)}; in ReduceJSCreateArguments()
153 FrameStateInfo state_info = frame_state.frame_state_info(); in ReduceJSCreateArguments()
159 if (frame_state.outer_frame_state()->opcode() != IrOpcode::kFrameState) { in ReduceJSCreateArguments()
254 DCHECK_EQ(frame_state.outer_frame_state()->opcode(), IrOpcode::kFrameState); in ReduceJSCreateArguments()
265 FrameState args_state = GetArgumentsFrameState(frame_state); in ReduceJSCreateArguments()
305 FrameState args_state = GetArgumentsFrameState(frame_state); in ReduceJSCreateArguments()
343 FrameState args_state = GetArgumentsFrameState(frame_state); in ReduceJSCreateArguments()
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 Djs-call-reducer.cc280 TNode<Object> arg2, FrameState frame_state);
284 FrameState frame_state);
287 FrameState frame_state);
294 FrameState frame_state);
616 FrameState frame_state) { in ThrowIfNotCallable()
622 maybe_callable, frame_state); in ThrowIfNotCallable()
870 TNode<JSFunction> reject, FrameState frame_state) { in CallPromiseExecutor()
881 n.context(), frame_state, effect(), control())); in CallPromiseExecutor()
886 FrameState frame_state) { in CallPromiseReject()
897 frame_state, effec in CallPromiseReject()
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 Dgraph-assembler.cc391 Node* GraphAssembler::Checkpoint(FrameState frame_state) { in Checkpoint() argument
392 return AddNode(graph()->NewNode(common()->Checkpoint(), frame_state, effect(), in Checkpoint()
514 Node* condition, Node* frame_state) { in DeoptimizeIf()
516 condition, frame_state, effect(), control())); in DeoptimizeIf()
521 Node* condition, Node* frame_state) { in DeoptimizeIfNot()
523 condition, frame_state, effect(), control())); in DeoptimizeIfNot()
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 Dnode-properties.cc134 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
225 return frame_state; in FindFrameStateBefore()
H A Djs-inlining-heuristic.h88 FrameState DuplicateFrameStateAndRename(FrameState frame_state, Node* from,
H A Dbranch-elimination.cc316 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional() local
337 frame_state, effect, control); in ReduceDeoptimizeConditional()
H A Djs-typed-lowering.cc585 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSAdd() local
605 // has the additional benefit of not holding on to the lazy {frame_state} in ReduceJSAdd()
624 context, frame_state, efalse, if_false); in ReduceJSAdd()
1113 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSToObject() local
1143 context, frame_state, efalse, if_false); in ReduceJSToObject()
1193 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSHasInPrototypeChain() local
1265 prototype, context, frame_state, efalse1, if_false1); in ReduceJSHasInPrototypeChain()
1848 FrameState frame_state = n.frame_state(); in ReduceJSForInNext() local
1920 receiver, context, frame_state, effec in ReduceJSForInNext()
2220 Node* frame_state = NodeProperties::GetFrameStateInput(node); ReduceObjectIsArray() local
[all...]
H A Dwasm-compiler.cc2993 Node* frame_state) { in BuildCallNode()
2999 const size_t has_frame_state = frame_state != nullptr ? 1 : 0; in BuildCallNode()
3013 if (has_frame_state != 0) inputs[params + 2] = frame_state; in BuildCallNode()
3030 Node* instance_node, Node* frame_state) { in BuildWasmCall()
3032 mcgraph()->zone(), sig, kWasmFunction, frame_state != nullptr); in BuildWasmCall()
3035 BuildCallNode(sig, args, position, instance_node, op, frame_state); in BuildWasmCall()
6290 Node* frame_state) {
6311 frame_state ? CallDescriptor::kNeedsFrameState
6316 Node* call = frame_state
6318 target, value, context, frame_state)
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...]
H A Descape-analysis.cc818 FrameState frame_state{current->CurrentNode()}; in ReduceNode()
819 if (frame_state.frame_state_info().type() != in ReduceNode()
823 StateValuesAccess(frame_state.parameters()).begin(); in ReduceNode()
828 current->SetEscaped(frame_state.function()); in ReduceNode()
H A Dcommon-operator-reducer.cc149 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional() local
170 frame_state, effect, control); in ReduceDeoptimizeConditional()
H A Djs-type-hint-lowering.cc574 Node* frame_state = in BuildDeoptIfFeedbackIsInsufficient() local
576 deoptimize->ReplaceInput(0, frame_state); in BuildDeoptIfFeedbackIsInsufficient()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h62 FrameState frame_state) { in ForDeoptimize()
64 feedback, frame_state); in ForDeoptimize()
68 FeedbackSource const& feedback, Node* frame_state) { in ForDeoptimizeForTesting()
69 // test-instruction-scheduler.cc passes a dummy Node* as frame_state. in ForDeoptimizeForTesting()
72 feedback, frame_state); in ForDeoptimizeForTesting()
113 Node* frame_state() const { in frame_state() function in v8::internal::compiler::final
203 FeedbackSource const& feedback, Node* frame_state) in FlagsContinuation()
209 frame_state_or_result_(frame_state) { in FlagsContinuation()
211 DCHECK_NOT_NULL(frame_state); in FlagsContinuation()
487 FrameState frame_state);
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 Dinstruction-selector.cc862 FrameState{cont->frame_state()}); in EmitWithContinuation()
894 FeedbackSource const& feedback, FrameState frame_state) { in AppendDeoptimizeArguments()
896 FrameStateDescriptor* const descriptor = GetFrameStateDescriptor(frame_state); in AppendDeoptimizeArguments()
901 AddInputsToFrameStateDescriptor(descriptor, frame_state, &g, &deduplicator, in AppendDeoptimizeArguments()
911 FrameStateDescriptor* frame_state) in CallBuffer()
913 frame_state_descriptor(frame_state), in CallBuffer()
1069 FrameState frame_state{ in InitializeCallBuffer()
1076 frame_state = FrameState{NodeProperties::GetFrameStateInput(frame_state)}; in InitializeCallBuffer()
1082 frame_state in InitializeCallBuffer()
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...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-interpreter-frame-state.h344 const CompactInterpreterFrameState& frame_state() const { in frame_state() function in v8::internal::maglev::MergePointInterpreterFrameState
492 state.frame_state().ForEachValue( in CopyFrom()
/third_party/libwebsockets/lib/roles/h2/
H A Dprivate-lib-roles-h2.h295 uint8_t frame_state; member
H A Dhttp2.c1405 h2n->frame_state = 0;
1449 h2n->frame_state = 0;
2052 if (h2n->frame_state != LWS_H2_FRAME_HEADER_LENGTH)
2442 if (h2n->frame_state <= 8) {
2444 switch (h2n->frame_state++) {
2475 if (h2n->frame_state == LWS_H2_FRAME_HEADER_LENGTH &&
2497 h2n->frame_state = 0;

Completed in 48 milliseconds

12