Home
last modified time | relevance | path

Searched refs:kFrameState (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcheckpoint-elimination.cc22 return frame_state->opcode() == IrOpcode::kFrameState in GetFunctionInfo()
H A Djs-generic-lowering.cc279 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadProperty()
307 } else if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadNamed()
361 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadGlobal()
408 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSSetKeyedProperty()
432 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSDefineKeyedOwnProperty()
454 } else if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSSetNamedProperty()
480 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSDefineNamedOwnProperty()
502 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSStoreGlobal()
H A Descape-analysis-reducer.cc148 if (input->opcode() == IrOpcode::kFrameState) { in ReduceFrameStateInputs()
159 if (node->opcode() == IrOpcode::kFrameState) { in ReduceDeoptState()
H A Ddecompression-optimizer.cc119 case IrOpcode::kFrameState: // Fall through. in MarkNodeInputs()
H A Dcommon-operator.h610 DCHECK_EQ(node->opcode(), IrOpcode::kFrameState); in FrameState()
648 DCHECK(result->opcode() == IrOpcode::kFrameState || in outer_frame_state()
H A Dverifier.cc172 CHECK(frame_state->opcode() == IrOpcode::kFrameState || in Check()
173 // kFrameState uses Start as a sentinel. in Check()
174 (node->opcode() == IrOpcode::kFrameState && in Check()
547 case IrOpcode::kFrameState: { in Check()
2142 bool check_no_frame_state = node->opcode() != IrOpcode::kFrameState; in VerifyNode()
2160 DCHECK(input->opcode() == IrOpcode::kFrameState || in VerifyNode()
2188 replacement->opcode() == IrOpcode::kFrameState || in VerifyEdgeInputReplacement()
H A Doperator-properties.cc140 case IrOpcode::kFrameState: in HasFrameStateInput()
H A Descape-analysis.cc233 DCHECK_EQ(current_node()->opcode(), IrOpcode::kFrameState); in CurrentNode() member in v8::internal::compiler::EscapeAnalysisTracker::Scope::IrOpcode
815 case IrOpcode::kFrameState: { in ReduceNode()
H A Djs-inlining.cc514 frame_state->opcode() == IrOpcode::kFrameState; in ReduceJSCall()
H A Dcommon-operator.cc1473 IrOpcode::kFrameState, Operator::kPure, // opcode in FrameState()
1588 DCHECK_EQ(IrOpcode::kFrameState, op->opcode()); in FrameStateInfoOf()
H A Djs-create-lowering.cc159 if (frame_state.outer_frame_state()->opcode() != IrOpcode::kFrameState) { in ReduceJSCreateArguments()
254 DCHECK_EQ(frame_state.outer_frame_state()->opcode(), IrOpcode::kFrameState); in ReduceJSCreateArguments()
H A Dmachine-graph-verifier.cc711 case IrOpcode::kFrameState: in Run()
H A Dsimplified-lowering.cc2080 node->opcode() != IrOpcode::kFrameState && in VisitNode()
3945 case IrOpcode::kFrameState: in VisitNode()
H A Djs-call-reducer.cc4021 case IrOpcode::kFrameState:
4132 if (frame_state.outer_frame_state()->opcode() != IrOpcode::kFrameState) {
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc1115 DCHECK_NE(IrOpcode::kFrameState, (*iter)->op()->opcode()); in InitializeCallBuffer()
1436 case IrOpcode::kFrameState: in VisitNode()
3277 DCHECK_EQ(IrOpcode::kFrameState, state->opcode()); in GetFrameStateDescriptorInternal()
3285 if (state.outer_frame_state()->opcode() == IrOpcode::kFrameState) { in GetFrameStateDescriptorInternal()

Completed in 43 milliseconds