Searched refs:GetConstant1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc168 HInstruction* constant_one = graph()->GetConstant1();
609 elements, graph()->GetConstant1(), static_cast<HValue*>(NULL),
864 HValue* constant_one = graph()->GetConstant1();
1015 ? graph()->GetConstant1()
1183 true_value = graph()->GetConstant1();
H A Dhydrogen.cc680 HConstant* HGraph::GetConstant1() { function in class:v8::internal::HGraph
1046 Initialize(builder, context, direction, builder->graph()->GetConstant1());
1101 HValue* one = builder_->graph()->GetConstant1();
1224 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1());
1342 HValue* new_length = AddUncasted<HAdd>(key, graph_->GetConstant1());
1677 HValue* mask = AddUncasted<HSub>(capacity, graph()->GetConstant1());
1682 HValue* count = graph()->GetConstant1();
1794 count = AddUncasted<HAdd>(count, graph()->GetConstant1());
1900 mask = AddUncasted<HSar>(mask, graph()->GetConstant1());
1901 mask = AddUncasted<HSub>(mask, graph()->GetConstant1());
[all...]
H A Dhydrogen.h335 HConstant* GetConstant1();
H A Dhydrogen-instructions.cc4459 SetOperandAt(i, operand->BooleanValue() ? graph->GetConstant1()

Completed in 952 milliseconds