/third_party/node/deps/v8/src/compiler/ |
D | js-inlining.cc | 67 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
|
D | effect-control-linearizer.cc | 742 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 …]
|
D | checkpoint-elimination.cc | 21 Node* frame_state = NodeProperties::GetFrameStateInput(checkpoint); in GetFunctionInfo() local
|
D | js-inlining-heuristic.cc | 187 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
|
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(); 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 …]
|
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 = 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
|
D | node-properties.cc | 134 void NodeProperties::ReplaceFrameStateInput(Node* node, Node* frame_state) { in ReplaceFrameStateInput() 224 Node* frame_state = GetFrameStateInput(effect); in FindFrameStateBefore() local
|
D | graph-assembler.cc | 391 Node* GraphAssembler::Checkpoint(FrameState frame_state) { in Checkpoint() 514 Node* condition, Node* frame_state) { in DeoptimizeIf() 521 Node* condition, Node* frame_state) { in DeoptimizeIfNot()
|
D | js-create-lowering.cc | 39 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()
|
D | js-call-reducer.cc | 616 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 …]
|
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); in ReduceObjectIsArray() local
|
D | common-operator-reducer.cc | 149 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional() local
|
D | branch-elimination.cc | 316 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional() local
|
D | js-intrinsic-lowering.cc | 123 Node* const frame_state = NodeProperties::GetFrameStateInput(node); in ReduceDeoptimizeNow() local
|
D | js-type-hint-lowering.cc | 574 Node* frame_state = in BuildDeoptIfFeedbackIsInsufficient() local
|
D | verifier.cc | 171 Node* frame_state = NodeProperties::GetFrameStateInput(node); in Check() local
|
D | wasm-compiler.cc | 2993 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()
|
D | simplified-operator.h | 1105 FrameState frame_state() const { in frame_state() function
|
D | escape-analysis.cc | 818 FrameState frame_state{current->CurrentNode()}; in ReduceNode() local
|
D | js-operator.h | 1143 FrameState frame_state() const { in frame_state() function
|
D | simplified-lowering.cc | 4393 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/ |
D | instruction-selector.h | 62 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()
|
D | instruction-selector.cc | 894 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/ |
D | maglev-interpreter-frame-state.h | 344 const CompactInterpreterFrameState& frame_state() const { in frame_state() function
|
/third_party/libwebsockets/lib/roles/h2/ |
D | private-lib-roles-h2.h | 295 uint8_t frame_state; member
|