/external/v8/test/unittests/compiler/ |
D | js-typed-lowering-unittest.cc | 340 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 …]
|
D | js-type-feedback-unittest.cc | 54 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()
|
D | graph-unittest.h | 50 Node* EmptyFrameState();
|
D | graph-unittest.cc | 78 Node* GraphTest::EmptyFrameState() { in EmptyFrameState() function in v8::internal::compiler::GraphTest
|
D | js-context-relaxation-unittest.cc | 32 Node* EmptyFrameState() { in EmptyFrameState() function in v8::internal::compiler::JSContextRelaxationTest 36 return jsgraph.EmptyFrameState(); in EmptyFrameState()
|
D | js-intrinsic-lowering-unittest.cc | 47 Node* EmptyFrameState() { in EmptyFrameState() function in v8::internal::compiler::JSIntrinsicLoweringTest 51 return jsgraph.EmptyFrameState(); in EmptyFrameState()
|
D | typer-unittest.cc | 72 inputs.push_back(EmptyFrameState()); in TypeBinaryOp()
|
/external/v8/src/compiler/ |
D | js-graph.h | 119 Node* EmptyFrameState();
|
D | js-graph.cc | 180 Node* JSGraph::EmptyFrameState() { in EmptyFrameState() function in v8::internal::compiler::JSGraph
|
D | ast-graph-builder.cc | 397 ? builder_->jsgraph()->EmptyFrameState() in FrameStateBeforeAndAfter() 414 ? builder_->jsgraph()->EmptyFrameState() in AddToNode() 861 return builder()->jsgraph()->EmptyFrameState(); in Checkpoint()
|
D | js-typed-lowering.cc | 345 jsgraph()->EmptyFrameState(), graph()->start(), graph()->start()); in ConvertPlainPrimitiveToNumber() 828 jsgraph()->EmptyFrameState()); in ReduceJSToNumber()
|
D | bytecode-graph-builder.cc | 329 return builder()->jsgraph()->EmptyFrameState(); in Checkpoint()
|
D | wasm-compiler.cc | 1478 jsgraph()->EmptyFrameState(), *effect_, *control_); in FromJS()
|
/external/v8/test/cctest/compiler/ |
D | test-js-context-specialization.cc | 229 value_use, other_use, param_context, t.jsgraph()->EmptyFrameState(), in TEST() 230 t.jsgraph()->EmptyFrameState(), other_load, start); in TEST()
|
D | test-js-typed-lowering.cc | 80 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()
|