/external/v8/test/unittests/compiler/ |
H A D | js-builtin-reducer-unittest.cc | 97 Node* context = UndefinedConstant(); 102 UndefinedConstant(), p0, context, frame_state, 116 Node* context = UndefinedConstant(); 120 UndefinedConstant(), p0, context, frame_state, 136 Node* context = UndefinedConstant(); 141 UndefinedConstant(), p0, context, frame_state, 155 Node* context = UndefinedConstant(); 159 UndefinedConstant(), p0, context, frame_state, 175 Node* context = UndefinedConstant(); 182 UndefinedConstant(), p [all...] |
H A D | js-create-lowering-unittest.cc | 54 UndefinedConstant(), outer_frame_state); 85 Node* const context = UndefinedConstant(); 103 Node* const context = UndefinedConstant(); 121 Node* const context = UndefinedConstant(); 139 Node* const context = UndefinedConstant();
|
H A D | js-typed-lowering-unittest.cc | 384 Node* const context = UndefinedConstant(); 415 Node* const context = UndefinedConstant(); 433 Node* const context = UndefinedConstant(); 451 Node* const context = UndefinedConstant(); 469 Node* const context = UndefinedConstant(); 488 Node* const context = UndefinedConstant(); 506 Node* const context = UndefinedConstant(); 603 Node* vector = UndefinedConstant(); 604 Node* context = UndefinedConstant(); 644 Node* vector = UndefinedConstant(); [all...] |
H A D | graph-unittest.cc | 73 Node* GraphTest::UndefinedConstant() { function in class:v8::internal::compiler::GraphTest 84 UndefinedConstant(), graph()->start());
|
H A D | graph-unittest.h | 47 Node* UndefinedConstant();
|
H A D | liveness-analyzer-unittest.cc | 43 jsgraph()->UndefinedConstant(), 70 jsgraph()->UndefinedConstant(), 71 jsgraph()->UndefinedConstant(), graph()->start()); 164 jsgraph()->UndefinedConstant()));
|
H A D | instruction-selector-unittest.cc | 380 m.UndefinedConstant()); 383 Node* args[] = {receiver, m.UndefinedConstant(), m.Int32Constant(1), context}; 431 m.UndefinedConstant()); 437 m.UndefinedConstant()); 538 parameters, locals, stack, context, function_node, m.UndefinedConstant());
|
H A D | js-type-feedback-unittest.cc | 84 Node* vector = UndefinedConstant(); 85 Node* context = UndefinedConstant();
|
H A D | escape-analysis-unittest.cc | 447 state_values1, state_values2, state_values3, UndefinedConstant(), 487 state_values1, state_values2, state_values3, UndefinedConstant(),
|
/external/v8/test/cctest/compiler/ |
H A D | test-js-constant-cache.cc | 191 CHECK_EQ(T.UndefinedConstant(), T.UndefinedConstant()); 205 Node* nodes[] = {T.UndefinedConstant(), T.TheHoleConstant(), T.TrueConstant(), 260 CHECK_EQ(T.UndefinedConstant(), T.Constant(T.factory()->undefined_value())); 272 CHECK_EQ(*T.factory()->undefined_value(), *T.handle(T.UndefinedConstant())); 283 CHECK(T.TypeOf(T.UndefinedConstant())->Is(Type::Undefined())); 318 CheckGetCachedNodesContains(&T, T.UndefinedConstant()); 450 T.UndefinedConstant(),
|
H A D | test-code-assembler.cc | 27 Node* UndefinedConstant(CodeAssemblerTester& m) { function in namespace:v8::internal::compiler::__anon17537 373 a = UndefinedConstant(m); 377 a = UndefinedConstant(m);
|
/external/v8/src/compiler/ |
H A D | js-graph.cc | 66 Node* JSGraph::UndefinedConstant() { function in class:v8::internal::compiler::JSGraph 122 return UndefinedConstant();
|
H A D | js-inlining.cc | 115 Replace(use, jsgraph_->UndefinedConstant()); 202 jsgraph_->UndefinedConstant(), 232 jsgraph_->UndefinedConstant(), function, 420 Node* new_target = jsgraph_->UndefinedConstant(); 428 Node* receiver = jsgraph_->UndefinedConstant(); // Implicit receiver.
|
H A D | js-graph.h | 51 Node* UndefinedConstant();
|
H A D | js-generic-lowering.cc | 424 node->InsertInput(graph()->zone(), 4, jsgraph()->UndefinedConstant()); 436 node->InsertInput(graph()->zone(), 4, jsgraph()->UndefinedConstant()); 446 node->InsertInput(graph()->zone(), 4, jsgraph()->UndefinedConstant()); 451 Node* type_info = site.is_null() ? jsgraph()->UndefinedConstant() 583 Node* receiver = jsgraph()->UndefinedConstant();
|
H A D | js-call-reducer.cc | 111 node->ReplaceInput(1, jsgraph()->UndefinedConstant()); 200 node->ReplaceInput(1, jsgraph()->UndefinedConstant());
|
H A D | ast-graph-builder.cc | 557 jsgraph()->UndefinedConstant(), graph()->start()); 658 BuildReturn(jsgraph()->UndefinedConstant()); 730 values()->push_back(builder->jsgraph()->UndefinedConstant()); 744 Node* undefined_constant = builder->jsgraph()->UndefinedConstant(); 1074 ast_context()->ProduceValue(jsgraph()->UndefinedConstant()); 1084 ast_context()->ProduceValue(jsgraph()->UndefinedConstant()); 1094 ast_context()->ProduceValue(jsgraph()->UndefinedConstant()); 1104 ast_context()->ProduceValue(jsgraph()->UndefinedConstant()); 1391 jsgraph()->UndefinedConstant()); 1436 value, jsgraph()->UndefinedConstant()); [all...] |
H A D | js-create-lowering.cc | 270 jsgraph()->UndefinedConstant()); 571 Node* undefined = jsgraph()->UndefinedConstant(); 674 a.Store(AccessBuilder::ForContextSlot(i), jsgraph()->UndefinedConstant()); 759 a.Store(AccessBuilder::ForContextSlot(i), jsgraph()->UndefinedConstant());
|
H A D | bytecode-graph-builder.cc | 205 Node* undefined_constant = builder->jsgraph()->UndefinedConstant(); 582 Node* node = jsgraph()->UndefinedConstant(); 587 Node* node = jsgraph()->UndefinedConstant(); 1337 BuildJumpIfEqual(jsgraph()->UndefinedConstant()); 1341 BuildJumpIfEqual(jsgraph()->UndefinedConstant());
|
H A D | js-typed-lowering.cc | 1429 receiver, jsgraph()->UndefinedConstant()); 1513 node->InsertInput(graph()->zone(), 4, jsgraph()->UndefinedConstant()); 1514 node->InsertInput(graph()->zone(), 5, jsgraph()->UndefinedConstant()); 1531 node->InsertInput(graph()->zone(), 4, jsgraph()->UndefinedConstant()); 1598 Node* new_target = jsgraph()->UndefinedConstant(); 1878 Node* replacement = jsgraph()->UndefinedConstant(); 1984 jsgraph()->UndefinedConstant(), graph()->start());
|
H A D | js-intrinsic-lowering.cc | 151 Node* const undefined = jsgraph()->UndefinedConstant();
|
H A D | js-native-context-specialization.cc | 234 this_value = jsgraph()->UndefinedConstant(); 372 jsgraph()->UndefinedConstant(), this_effect);
|
/external/v8/src/ |
H A D | fast-accessor-assembler.cc | 85 Node* fail_value = assembler_->UndefinedConstant(); 186 assembler_->UndefinedConstant(), /* call_data (undefined) */
|
H A D | code-stub-assembler.h | 44 compiler::Node* UndefinedConstant();
|
/external/v8/src/interpreter/ |
H A D | interpreter-intrinsics.cc | 98 result.Bind(__ UndefinedConstant());
|