Home
last modified time | relevance | path

Searched defs:frame_state (Results 1 – 25 of 25) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-inlining.cc67 FrameState frame_state() const { in frame_state() function in v8::internal::compiler::JSCallAccessor
89 Node* context, Node* frame_state, in InlineJSWasmCall()
102 Node* frame_state, StartNode start, Node* end, in InlineCall()
457 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSWasmCall() local
513 for (Node* frame_state = call.frame_state(); in ReduceJSCall() local
614 FrameState frame_state = call.frame_state(); in ReduceJSCall() local
Deffect-control-linearizer.cc742 Node* frame_state = nullptr; in Run() local
832 void EffectControlLinearizer::ProcessNode(Node* node, Node** frame_state) { in ProcessNode()
917 Node* frame_state) { in TryWireInStateEffect()
1791 Node* frame_state) { in LowerCheckClosure()
1817 Node* value, Node* value_map, Node* frame_state, in MigrateInstanceOrDeopt()
1838 void EffectControlLinearizer::LowerCheckMaps(Node* node, Node* frame_state) { in LowerCheckMaps()
1962 Node* EffectControlLinearizer::LowerCheckNumber(Node* node, Node* frame_state) { in LowerCheckNumber()
1985 Node* frame_state) { in LowerCheckReceiver()
2001 Node* node, Node* frame_state) { in LowerCheckReceiverOrNullOrUndefined()
2023 Node* EffectControlLinearizer::LowerCheckSymbol(Node* node, Node* frame_state) { in LowerCheckSymbol()
[all …]
Dcheckpoint-elimination.cc21 Node* frame_state = NodeProperties::GetFrameStateInput(checkpoint); in GetFunctionInfo() local
Djs-inlining-heuristic.cc187 FrameState frame_state{NodeProperties::GetFrameStateInput(node)}; in Reduce() local
370 bool CollectFrameStateUniqueUses(Node* node, FrameState frame_state, in CollectFrameStateUniqueUses()
390 FrameState frame_state, Node* from, Node* to, StateCloneMode mode) { in DuplicateFrameStateAndRename()
580 FrameState frame_state{NodeProperties::GetFrameStateInput(node)}; in TryReuseDispatch() local
Djs-native-context-specialization.cc219 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(); in ReduceJSInstanceOf() local
666 FrameState frame_state{NodeProperties::GetFrameStateInput(node)}; in ReduceJSPromiseResolve() local
1064 FrameState frame_state{NodeProperties::GetFrameStateInput(node)}; in ReduceNamedAccess() local
1453 FrameState frame_state = n.frame_state(); in ReduceJSGetIterator() local
1742 Node* frame_state = in ReduceElementAccess() local
1983 Node* frame_state = in ReduceEagerDeoptimize() local
2146 Node* lookup_start_object, Node* context, Node* frame_state, Node** effect, in InlinePropertyGetterCall()
[all …]
Djs-generic-lowering.cc276 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 = n.frame_state(); in LowerJSSetKeyedProperty() local
429 FrameState frame_state = n.frame_state(); in LowerJSDefineKeyedOwnProperty() local
447 FrameState frame_state = n.frame_state(); in LowerJSSetNamedProperty() local
477 FrameState frame_state = n.frame_state(); in LowerJSDefineNamedOwnProperty() local
499 FrameState frame_state = n.frame_state(); in LowerJSStoreGlobal() local
Dnode-properties.cc134 void NodeProperties::ReplaceFrameStateInput(Node* node, Node* frame_state) { in ReplaceFrameStateInput()
224 Node* frame_state = GetFrameStateInput(effect); in FindFrameStateBefore() local
Dgraph-assembler.cc391 Node* GraphAssembler::Checkpoint(FrameState frame_state) { in Checkpoint()
514 Node* condition, Node* frame_state) { in DeoptimizeIf()
521 Node* condition, Node* frame_state) { in DeoptimizeIfNot()
Djs-create-lowering.cc39 FrameState GetArgumentsFrameState(FrameState frame_state) { in GetArgumentsFrameState()
151 FrameState frame_state{NodeProperties::GetFrameStateInput(node)}; in ReduceJSCreateArguments() local
1428 FrameState frame_state) { in TryAllocateArguments()
1456 FrameState frame_state, in TryAllocateRestArguments()
1488 Node* effect, Node* control, FrameState frame_state, Node* context, in TryAllocateAliasedArguments()
Djs-call-reducer.cc616 FrameState frame_state) { in ThrowIfNotCallable()
870 TNode<JSFunction> reject, FrameState frame_state) { in CallPromiseExecutor()
886 FrameState frame_state) { in CallPromiseReject()
1082 TNode<Object> arg1, TNode<Object> arg2, FrameState frame_state) { in JSCall3()
1099 FrameState frame_state) { in JSCall4()
1115 FrameState frame_state) { in JSCallRuntime2()
1133 TNode<Object> ctor, TNode<Number> size, FrameState frame_state) { in CreateArrayNoThrow()
2600 FrameState frame_state = n.frame_state(); in ReduceFunctionPrototypeApply() local
2873 FrameState frame_state = n.frame_state(); in ReduceFunctionPrototypeHasInstance() local
3125 FrameState frame_state = n.frame_state(); in ReduceObjectCreate() local
[all …]
Djs-typed-lowering.cc585 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); in ReduceObjectIsArray() local
Dcommon-operator-reducer.cc149 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional() local
Dbranch-elimination.cc316 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional() local
Djs-intrinsic-lowering.cc123 Node* const frame_state = NodeProperties::GetFrameStateInput(node); in ReduceDeoptimizeNow() local
Djs-type-hint-lowering.cc574 Node* frame_state = in BuildDeoptIfFeedbackIsInsufficient() local
Dverifier.cc171 Node* frame_state = NodeProperties::GetFrameStateInput(node); in Check() local
Dwasm-compiler.cc2993 Node* frame_state) { in BuildCallNode()
3030 Node* instance_node, Node* frame_state) { in BuildWasmCall()
6290 Node* frame_state) { in BuildChangeTaggedToInt32()
6354 Node* frame_state) { in BuildChangeTaggedToFloat64()
6559 Node* frame_state) { in BuildChangeBigIntToInt64()
6605 Node* frame_state = nullptr) { in FromJS()
6808 Node* frame_state) { in BuildCallAndReturn()
6933 Node* frame_state = nullptr) { in BuildJSToWasmWrapper()
7650 Node* frame_state) { in BuildInlinedJSToWasmWrapper()
Dsimplified-operator.h1105 FrameState frame_state() const { in frame_state() function
Descape-analysis.cc818 FrameState frame_state{current->CurrentNode()}; in ReduceNode() local
Djs-operator.h1143 FrameState frame_state() const { in frame_state() function
Dsimplified-lowering.cc4393 Node* frame_state = node->InputAt(2); in DoJSToNumberOrNumericTruncatesToFloat64() local
4495 Node* frame_state = node->InputAt(2); in DoJSToNumberOrNumericTruncatesToWord32() local
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h62 FrameState frame_state) { in ForDeoptimize()
68 FeedbackSource const& feedback, Node* frame_state) { in ForDeoptimizeForTesting()
113 Node* frame_state() const { in frame_state() function
203 FeedbackSource const& feedback, Node* frame_state) in FlagsContinuation()
Dinstruction-selector.cc894 FeedbackSource const& feedback, FrameState frame_state) { in AppendDeoptimizeArguments()
1069 FrameState frame_state{ in InitializeCallBuffer() local
3159 FrameState frame_state) { in VisitDeoptimize()
/third_party/node/deps/v8/src/maglev/
Dmaglev-interpreter-frame-state.h344 const CompactInterpreterFrameState& frame_state() const { in frame_state() function
/third_party/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h295 uint8_t frame_state; member