Searched refs:StartNode (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | js-inlining.h | 74 Node* frame_state, StartNode start, Node* end, 80 Node* frame_state, StartNode start, Node* end,
|
H A D | js-inlining.cc | 90 StartNode start, Node* end, in InlineJSWasmCall() 102 Node* frame_state, StartNode start, Node* end, in InlineCall() 430 StartNode start{start_node}; in ReduceJSWasmCall() 594 StartNode start{start_node}; in ReduceJSCall()
|
H A D | common-operator.h | 655 class StartNode final : public CommonNodeWrapperBase { 657 explicit constexpr StartNode(Node* node) : CommonNodeWrapperBase(node) { in StartNode() function in v8::internal::compiler::final
|
H A D | js-context-specialization.cc | 93 StartNode{NodeProperties::GetValueInput(node, 0)} in IsContextParameter()
|
H A D | verifier.cc | 414 StartNode start{NodeProperties::GetValueInput(node, 0)}; in Check()
|
H A D | typer.cc | 684 StartNode start{node->InputAt(0)}; in TypeParameter()
|
H A D | bytecode-graph-builder.cc | 1142 int start_output_arity = StartNode::OutputArityForFormalParameterCount( in CreateGraph()
|
Completed in 19 milliseconds