/external/v8/src/compiler/ |
D | js-builtin-reducer-unittest.cc | 37 Node* UndefinedConstant() { in UndefinedConstant() function in v8::internal::compiler::JSBuiltinReducerTest 73 fun, UndefinedConstant(), p0); in TEST_F() 91 fun, UndefinedConstant()); in TEST_F() 106 fun, UndefinedConstant(), p0); in TEST_F() 125 UndefinedConstant(), p0, p1); in TEST_F() 161 UndefinedConstant(), p0, p1); in TEST_F()
|
D | js-graph.cc | 35 Node* JSGraph::UndefinedConstant() { in UndefinedConstant() function in v8::internal::compiler::JSGraph 121 return UndefinedConstant(); in Constant()
|
D | ast-graph-builder.cc | 100 Node* return_value = jsgraph()->UndefinedConstant(); in CreateGraph() 105 Node* control = NewNode(common()->Return(), jsgraph()->UndefinedConstant()); in CreateGraph() 183 Node* undefined_constant = builder->jsgraph()->UndefinedConstant(); in Environment() 231 builder()->jsgraph()->UndefinedConstant()); in Checkpoint() 628 NewNode(javascript()->StrictEqual(), obj, jsgraph()->UndefinedConstant()); in VisitForInStatement() 1158 ast_context()->ProduceValue(jsgraph()->UndefinedConstant()); in VisitYield() 1204 receiver_value = jsgraph()->UndefinedConstant(); in VisitCall() 1244 receiver_value = jsgraph()->UndefinedConstant(); in VisitCall() 1382 if (is_postfix) environment()->Push(jsgraph()->UndefinedConstant()); in VisitCountOperation() 1606 Node* value = jsgraph()->UndefinedConstant(); in VisitVoid() [all …]
|
D | js-graph.h | 38 Node* UndefinedConstant();
|
D | instruction-selector-unittest.cc | 308 locals, stack, context_dummy, m.UndefinedConstant()); in TARGET_TEST_F() 348 parameters, locals, stack, context_sentinel, m.UndefinedConstant()); in TARGET_TEST_F() 424 parameters, locals, stack, context, m.UndefinedConstant()); in TARGET_TEST_F()
|
D | js-inlining.cc | 268 NodeProperties::ReplaceWithValue(*iter, jsgraph->UndefinedConstant()); in InlineAtCall() 366 jsgraph_->UndefinedConstant(), in CreateArgumentsAdaptorFrameState()
|
D | simplified-lowering.cc | 897 node->AppendInput(zone(), jsgraph()->UndefinedConstant()); in DoStringAdd() 918 jsgraph()->UndefinedConstant()); in StringComparison()
|
D | js-generic-lowering.cc | 378 PatchInsertInput(node, 3, jsgraph()->UndefinedConstant()); in LowerJSCallConstruct()
|
D | raw-machine-assembler.h | 59 Node* UndefinedConstant() { in UndefinedConstant() function
|
/external/v8/test/cctest/compiler/ |
D | test-codegen-deopt.cc | 143 Node* parameters = m.NewNode(common.StateValues(1), m.UndefinedConstant()); in BuildGraphAndSchedule() 149 locals, stack, caller_context_node, m.UndefinedConstant()); in BuildGraphAndSchedule() 156 m.CallJS0(deopt_fun_node, m.UndefinedConstant(), context_node, state_node); in BuildGraphAndSchedule() 158 m.Return(m.UndefinedConstant()); in BuildGraphAndSchedule() 257 Node* parameters = m.NewNode(common.StateValues(1), m.UndefinedConstant()); in BuildGraphAndSchedule() 263 locals, stack, context_node, m.UndefinedConstant()); in BuildGraphAndSchedule() 268 m.Return(m.UndefinedConstant()); in BuildGraphAndSchedule()
|
D | test-js-constant-cache.cc | 185 CHECK_EQ(T.UndefinedConstant(), T.UndefinedConstant()); in TEST() 199 Node* nodes[] = {T.UndefinedConstant(), T.TheHoleConstant(), T.TrueConstant(), in TEST() 254 CHECK_EQ(T.UndefinedConstant(), T.Constant(T.factory()->undefined_value())); in TEST() 266 CHECK_EQ(*T.factory()->undefined_value(), *T.handle(T.UndefinedConstant())); in TEST() 277 CHECK(T.upper(T.UndefinedConstant())->Is(Type::Undefined())); in TEST()
|
D | test-js-typed-lowering.cc | 51 Node* UndefinedConstant() { in UndefinedConstant() function in JSTypedLoweringTester 69 parameters, locals, stack, context, UndefinedConstant()); in EmptyFrameState()
|