Home
last modified time | relevance | path

Searched refs:EmptyFrameState (Results 1 – 15 of 15) sorted by relevance

/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc340 EmptyFrameState(), effect, control)); in TEST_F()
354 Node* const frame_state = EmptyFrameState(); in TEST_F()
367 Node* const frame_state = EmptyFrameState(); in TEST_F()
384 Node* const frame_state = EmptyFrameState(); in TEST_F()
441 NumberConstant(rhs), context, EmptyFrameState(), in TEST_F()
442 EmptyFrameState(), effect, control)); in TEST_F()
461 EmptyFrameState(), EmptyFrameState(), effect, control)); in TEST_F()
482 NumberConstant(rhs), context, EmptyFrameState(), in TEST_F()
483 EmptyFrameState(), effect, control)); in TEST_F()
502 EmptyFrameState(), EmptyFrameState(), effect, control)); in TEST_F()
[all …]
Djs-type-feedback-unittest.cc54 Node* EmptyFrameState() { in EmptyFrameState() function in v8::internal::compiler::JSTypeFeedbackTest
58 return jsgraph.EmptyFrameState(); in EmptyFrameState()
89 Node* load = graph()->NewNode(op, vector, context, EmptyFrameState(), in ReturnLoadNamedFromGlobal()
90 EmptyFrameState(), effect, control); in ReturnLoadNamedFromGlobal()
Dgraph-unittest.h50 Node* EmptyFrameState();
Dgraph-unittest.cc78 Node* GraphTest::EmptyFrameState() { in EmptyFrameState() function in v8::internal::compiler::GraphTest
Djs-context-relaxation-unittest.cc32 Node* EmptyFrameState() { in EmptyFrameState() function in v8::internal::compiler::JSContextRelaxationTest
36 return jsgraph.EmptyFrameState(); in EmptyFrameState()
Djs-intrinsic-lowering-unittest.cc47 Node* EmptyFrameState() { in EmptyFrameState() function in v8::internal::compiler::JSIntrinsicLoweringTest
51 return jsgraph.EmptyFrameState(); in EmptyFrameState()
Dtyper-unittest.cc72 inputs.push_back(EmptyFrameState()); in TypeBinaryOp()
/external/v8/src/compiler/
Djs-graph.h119 Node* EmptyFrameState();
Djs-graph.cc180 Node* JSGraph::EmptyFrameState() { in EmptyFrameState() function in v8::internal::compiler::JSGraph
Dast-graph-builder.cc397 ? builder_->jsgraph()->EmptyFrameState() in FrameStateBeforeAndAfter()
414 ? builder_->jsgraph()->EmptyFrameState() in AddToNode()
861 return builder()->jsgraph()->EmptyFrameState(); in Checkpoint()
Djs-typed-lowering.cc345 jsgraph()->EmptyFrameState(), graph()->start(), graph()->start()); in ConvertPlainPrimitiveToNumber()
828 jsgraph()->EmptyFrameState()); in ReduceJSToNumber()
Dbytecode-graph-builder.cc329 return builder()->jsgraph()->EmptyFrameState(); in Checkpoint()
Dwasm-compiler.cc1478 jsgraph()->EmptyFrameState(), *effect_, *control_); in FromJS()
/external/v8/test/cctest/compiler/
Dtest-js-context-specialization.cc229 value_use, other_use, param_context, t.jsgraph()->EmptyFrameState(), in TEST()
230 t.jsgraph()->EmptyFrameState(), other_load, start); in TEST()
Dtest-js-typed-lowering.cc80 Node* EmptyFrameState(Node* context) { in EmptyFrameState() function in v8::internal::compiler::JSTypedLoweringTester
142 inputs.push_back(EmptyFrameState(context())); in Binop()
158 return graph.NewNode(op, input, context(), EmptyFrameState(context()), in Unop()
172 EmptyFrameState(context()), node, control()); in UseForEffect()
473 R.EmptyFrameState(R.context()), R.start(), R.start()); in TEST()
586 R.EmptyFrameState(R.context()), R.start(), R.start()); in TEST()
728 Node* frame_state = R.EmptyFrameState(R.context()); in TEST_WITH_STRONG()